Migrate from Quarkus 2.1.4 to Quarkus 3.17.6 - #12
Open
blues-man wants to merge 1 commit into
Open
Conversation
Upgrade the inventory-quarkus service to Quarkus 3.17.6 with Java 17, migrating all javax.* imports to jakarta.*, switching from RESTEasy Classic to RESTEasy Reactive, and updating all dependency versions. Changes: - javax.persistence/enterprise/ws.rs → jakarta equivalents - quarkus-resteasy → quarkus-rest, quarkus-resteasy-jsonb → quarkus-rest-jsonb - @NativeImageTest → @QuarkusIntegrationTest - Quarkus BOM group: io.quarkus → io.quarkus.platform - Java 11 → 17, compiler-plugin 3.13.0, surefire 3.5.2 - Tekton client 4.12.0 → 6.13.4 - Native profile: native-image goal → build goal - quarkus.package.uber-jar → quarkus.package.jar.type=uber-jar Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
javax.*imports tojakarta.*namespace (JPA, CDI, JAX-RS)quarkus-rest,quarkus-rest-jsonb)@NativeImageTest→@QuarkusIntegrationTest, native profile cleanup, Tekton client 6.13.4, and application.properties formatChanges by file
pom.xmlInventory.javajavax.persistence.*→jakarta.persistence.*InventoryResource.javajavax.enterprise.*,javax.ws.rs.*→jakarta.*NativeInventoryResourceIT.java@NativeImageTest→@QuarkusIntegrationTestapplication.propertiesquarkus.package.uber-jar→quarkus.package.jar.type=uber-jar.gitignore.envto ignored filesTest plan
mvn clean verifypasses — 1 test run, 0 failures/api/inventory/329299returns correct JSONRelated issues
Closes #5, closes #6, closes #7, closes #8, closes #9, closes #10, closes #11
🤖 Generated with Claude Code