Skip to content
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

Upgrade to Spring 6.0 #26

Closed
wants to merge 1 commit into from
Closed

Conversation

rquinio
Copy link

@rquinio rquinio commented Mar 28, 2023

Relates to quarkusio/quarkus#32027

I'll open a draft PR on Quarkus to show the impacts, I have spring-* extensions and integration-tests passing locally using a SNAPSHOT version.

Note: Spring 6 uses Java 17 bytecode, so once updating quarkus-spring-* extensions will only support JDK17+

Spring 6 uses Java 17 bytecode, so once updating quarkus-spring-* extensions will only support JDK17+
@geoand
Copy link
Collaborator

geoand commented Mar 28, 2023

Hi,

Thanks for this, but we can't the Spring extensions only work with JDK 17.

@rquinio
Copy link
Author

rquinio commented Mar 28, 2023

I noticed (https://github.com/quarkusio/quarkus/blob/f11332e5f36d34d1457c1963e398651e64d02530/bom/application/pom.xml dependency to https://github.com/resteasy/resteasy-spring 3.0.x also only works with JDK17 as well.
But maybe it's not actually called at runtime ?

@geoand
Copy link
Collaborator

geoand commented Mar 28, 2023

Yeah, we don't use that in Quarkus at all

@aureamunoz
Copy link
Member

superseded by #27

@aureamunoz aureamunoz closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants