We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spring Boot 3 has been released with Spring 6. However, it seems like sqlcommenter only supports Spring 5.
Would it be possible to support Spring 6/Spring Boot 3?
Sqlcommenter currently uses org.springframework.web.servlet.handler.HandlerInterceptorAdapter which is deprecated in Spring 5.3 and has been removed in Spring 6.
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
Aside from that, Spring moved from the javax to the jakarta root package due to the migration to Jakarta EE.
javax
jakarta
The text was updated successfully, but these errors were encountered:
Has this library been abandoned? It seems there has been no update in three years: https://central.sonatype.com/artifact/com.google.cloud/sqlcommenter/2.0.1/versions
Sorry, something went wrong.
+1
No branches or pull requests
Spring Boot 3 has been released with Spring 6.
However, it seems like sqlcommenter only supports Spring 5.
Would it be possible to support Spring 6/Spring Boot 3?
Sqlcommenter currently uses
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
which is deprecated in Spring 5.3 and has been removed in Spring 6.Aside from that, Spring moved from the
javax
to thejakarta
root package due to the migration to Jakarta EE.The text was updated successfully, but these errors were encountered: