-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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 Boot 3 #19782
Comments
@mraible We should consider to migrate from zalando (problem and problem-spring-web) to spring-framework native implementation coming with spring-framework 6.0 @pascalgrimaud same for JHLite |
Thanks for the information @DanielFran ! |
I'm looking for issues to try and fix at the JavaOne Hackergarten, so this could be a candidate. Does anyone know how to fix the compilation errors from Hibernate? Do we still need the fixed PostgreSQL dialects in jhipster-framework? |
@mraible @pascalgrimaud This might be helpful: https://github.com/rstoyanchev/sandbox-rfc7807 |
@mraible The fixed PostgreSQL dialect was needed for BLOB integration: https://github.com/jhipster/jhipster-bom/blob/main/jhipster-framework/src/main/java/tech/jhipster/domain/util/FixedPostgreSQL10Dialect.java#L37-L39 We just need to confirm hibernate 6 handles it now: https://docs.jboss.org/hibernate/orm/6.1/userguide/html_single/Hibernate_User_Guide.html#basic-blob |
@DanielFran This looks very helpful. Do you know if we need to extend the exception handler like Related: do we need to register this exception handler with Spring Security? |
A fix for Spring Doc might exist in this PR: |
Seems that |
We still have some spring.factories in the generator (for testing purposes with testcontainer I believe) to change also. |
It looks like Spring Boot might fix this by adding problem support by default. spring-projects/spring-boot#32634 |
I added new issues with bug bounties for Elasticsearch and the Zalando migration. |
Hi Matt Raible , |
Then, create a new directory and run
I've had a lot of questions about this recently. I plan to make a video this week. |
Hi @mraible |
Can you please provide the steps you used to reproduce this error. Or, better yet, copy/paste your For a quick fix, you might try changing the |
You already provided the steps, @mraible |
Reproduced locally, I reopen |
It's not related to Spring Boot 3, so I think we should open a new dedicated ticket instead of reopening this one |
PR provided, too lazy for a ticket, was too easy to fix directly ^^ |
This new bug is not related to sb3, but to the prompts/defaults refactoring. |
Closing in favor of the dedicated issue. |
Half work was done by @mraible, but since he usually don't claim, I will claim full 😄 |
@mshima approved |
Overview of the feature request
Start upgrading to Spring Boot 3.
Motivation for or Use Case
Selfishly, I need it for a demo at ApacheCon, but I'd also like to hack on it during the JavaOne Hackergarten.
Related issues or PR
The text was updated successfully, but these errors were encountered: