-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for Spring Boot 3 #85
Conversation
I have been working while referencing the jhipster/generator-jhipster#23194 branch. Since it was recently merged into the main branch, I decided to submit this PR. I will continue my work, but if there's anything unusual about the current process or the code as it stands, I'd appreciate any comments or feedback. |
@mshima My apologies. It seems that both are activated when specifying |
Yes, entities generator is only executed through You can just override the server generator at the native blueprint. |
@hide212131 Let me know if there's anything I can do to help with this. I'm happy to help, even if it's just QAing different combinations. |
@mraible Thank you so much! I'm very glad to hear that 😊 |
@hide212131 do you want me to take a look at generation error? |
@mshima Thank you so much for your offer. |
I apologize for the confusion. |
@mraible @mshima I've updated the blueprint's features for v8, which includes webflux.
I'll be checking past issues and PRs that seem to be related to the blueprint for a while. |
Windows builds are not working because In any case I think we can go ahead and merge. @hide212131 is something missing at this PR? |
@mshima Thank you so much for all your help. If it's permissible at this point, I would appreciate it if you could merge it. |
I believe the bug bounty should be shared with @mshima, as the completion of this PR was greatly aided by his extensive collaboration. |
@hide212131 thanks I think we should split 100 for me and 400 for you. |
@mshima Thank you.❤️ In that case, I will proceed accordingly. |
@mshima approved |
Resolves jhipster/generator-jhipster#22488
This PR aims to enable the upcoming JHipster 8 to build native images using Spring Boot 3 and GraalVM. This is set up as a Draft PR to be developed in phases:
jhipster generate-blueprint
npm run e2e
should pass).Reference: mraible/blog-oauth2-native#1