-
-
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
R2DBC errors after upgrading to Spring Boot 2.6 #17271
Comments
@mraible it now works on my branch, as long as you don't use gradle or mongo. I'll continue to improve it to have everything green |
Bounty claimed here: https://opencollective.com/generator-jhipster/expenses/60950 |
This still happens with JHipster 7.6.0.
Steps to reproduce:
|
Is this issue native specific? |
Yes, it works fine when I run the app using |
I figured out the solution to this today. You need to add |
Overview of the issue
The upgrade to Spring Boot 2.6 is happening in #16787. Tests are currently failing for the
vue-gateway
project because of an R2DBC issue.Motivation for or Use Case
I'd like to see JHipster upgraded to Spring Boot 2.6.0 so I can try to integrate Spring Native with the latest release. I have a talk with Josh Long on Tuesday that I'd like to show off JHipster + Spring Native in. You can see our previous work with JHipster 7.2 and Spring Boot 2.5 in https://github.com/mraible/spring-native-examples.
Reproduce the error
I recreated the
vue-gateway
application and pushed it to GitHub:Related issues
#16787
JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Environment and Tools
openjdk version "17.0.1" 2021-10-19
OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05)
OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05, mixed mode, sharing)
git version 2.30.1 (Apple Git-130)
node: v14.18.1
npm: 8.1.2
Docker version 20.10.11, build dea9396
Docker Compose version v2.2.1
The text was updated successfully, but these errors were encountered: