-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use Quarkus 3 Alpha 3 and migrate to Jakarta #668
Merged
rsvoboda
merged 1 commit into
quarkus-qe:main
from
michalvavrik:feature/use-quarkus-2-16-1-final
Feb 7, 2023
Merged
Use Quarkus 3 Alpha 3 and migrate to Jakarta #668
rsvoboda
merged 1 commit into
quarkus-qe:main
from
michalvavrik:feature/use-quarkus-2-16-1-final
Feb 7, 2023
Conversation
This file contains 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
run tests |
Looks good, let's wait for OCP runs |
Native fail quite a lot, triggered the job again. Jenkins run #246 will need closer look, but not today :) |
michalvavrik
force-pushed
the
feature/use-quarkus-2-16-1-final
branch
from
February 6, 2023 15:58
cafa09c
to
b1dad14
Compare
michalvavrik
changed the title
Use Quarkus 2.16.1.Final
Use Quarkus 3 Alpha 3 and migrate to Jakarta
Feb 6, 2023
run tests |
michalvavrik
force-pushed
the
feature/use-quarkus-2-16-1-final
branch
from
February 6, 2023 18:08
b1dad14
to
01b246c
Compare
run tests |
michalvavrik
force-pushed
the
feature/use-quarkus-2-16-1-final
branch
from
February 6, 2023 20:35
01b246c
to
dc0fb89
Compare
run tests |
michalvavrik
force-pushed
the
feature/use-quarkus-2-16-1-final
branch
from
February 6, 2023 22:24
dc0fb89
to
a00977a
Compare
run tests |
bumps Quarkus, migrates to Jakarta, disables tests that do not work due to conflict between javax and jakarta fix
michalvavrik
force-pushed
the
feature/use-quarkus-2-16-1-final
branch
from
February 7, 2023 11:37
a00977a
to
1d0067f
Compare
rsvoboda
approved these changes
Feb 7, 2023
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 9, 2023
quarkus-qe#668 follow-up where I missed javax Inject
10 tasks
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 9, 2023
quarkus-qe#668 follow-up where I missed javax Inject
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 9, 2023
quarkus-qe#668 follow-up where I missed javax Inject
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 9, 2023
quarkus-qe#668 follow-up where I missed javax Inject
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 9, 2023
quarkus-qe#668 follow-up where I missed javax Inject
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 9, 2023
quarkus-qe#668 follow-up where I missed javax Inject
michalvavrik
added a commit
to michalvavrik/quarkus-test-framework
that referenced
this pull request
Feb 10, 2023
quarkus-qe#668 follow-up where I missed javax Inject
fedinskiy
pushed a commit
that referenced
this pull request
Feb 10, 2023
#668 follow-up where I missed javax Inject
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
Bumps Quarkus from 2.15.1.Final to 3 Alpha 3 and migrate
javax
dependencies tojakarta
.With quarkusio/quarkus@e94ac2b configuration property
quarkus.http.redirect-to-non-application-root-path
does not exists anymore, therefore the part of tests that used it is removed.Quarkus Quickstarts, TODO application and Quarkus Artemis are still using
javax
, therefore we need to disable these tests till they are using Quarkus 3.Quarkus DEV cli tests must be disabled as generated app contains
javax
imports as the latest Quarkus final version is used.Please check the relevant options
run tests
phrase in comment)Checklist: