-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Upgrade Quarkus to 3.6+ #263
Comments
DoD with @carter-cundiff @csun-cpointe and @nartieri |
After this upgrade, there were some issues with Policy Decision Point, Pipeline Invocation, and the Configuration Store webhook. It seems that the bulk or all of these issues will be resolved by upgrading to JDK 17. So instead of implementing hacks to workaround the issue, we will keep this work on a feature branch until the full upgrade is done. That will keep us from doing a bunch of work that is redundant/removed by the end of this ticket series. In light of that, testing will focus on the build ITs/archetype test. |
OTS completed ✅ |
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
final test passed!! |
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
- pull scala version up to build-parent - fix relative parent path warning - remove unused imports - remove unused inf recursion - fix package path - fix string utils import - rename smallrye graphql version property - move logging dependencies up to root so they can be used in build-support - add more Apache commons to root - remove unused incremental build profile - remove unused fields/imports - add plugin version to cucumberin build-support - de-duplicate fabric8 conf in spark-infrastructure - remove pom/bom import from dependencies in invocation-service - fix templates (bom removal and groupId fix) - simplify pipeline CDI with composition
Description
In order to prepare for adding JDK 17 support to the baseline, we should update Quarkus to the latest possible version that still supports Java 11 (Quarkus 3.7 dropped support for 11).
DOD
Test Strategy/Script
feature-java17
The text was updated successfully, but these errors were encountered: