-
Notifications
You must be signed in to change notification settings - Fork 483
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
2.4 requires Jakarta EE 9 #639
Comments
I believe there is one here as well:
|
That's true for the |
jzheaux
added a commit
that referenced
this issue
May 4, 2022
jzheaux
added a commit
that referenced
this issue
May 4, 2022
Closed in 43c57ad |
jzheaux
added
in: build
type: dependency-upgrade
A dependency upgrade
type: bug
A general bug
and removed
type: dependency-upgrade
A dependency upgrade
labels
May 4, 2022
jzheaux
added a commit
that referenced
this issue
May 4, 2022
jzheaux
added a commit
that referenced
this issue
May 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was originally reported as a Spring Boot issue. It looks like the problem was introduced in this commit which accidentally upgraded a number of Jakarta EE dependencies to their EE 9 versions.
Looking at the code, I couldn't find any direct usage of the EE 9 dependencies, other than one in
buildSrc
:In addition to correcting the version numbers, perhaps some dependencies could be removed altogether?
The text was updated successfully, but these errors were encountered: