-
-
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
jhipster jdl blog-oauth2
doesn't work with JHipster 8.5.0
#26319
Labels
Milestone
Comments
This was referenced Jun 3, 2024
@qmonmert Are you able to get MySQL working in a JHipster 8.5.0 app? I haven't been able to, but maybe it's my local environment (macOS M3). |
Same here on MacOS. |
@mraible same on MacOS M1 |
@mraible if you add |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the issue
The MySQL container doesn't start in Docker.
Motivation for or Use Case
It worked with previous versions.
Reproduce the error
Related issues
#26026
Suggest a Fix
Changing
src/main/docker/mysql.yml
to useimage: mysql:8.3.0
seems to fix it.JHipster Version(s)
8.5.0
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "21.0.2" 2024-01-16
OpenJDK Runtime Environment GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30)
OpenJDK 64-Bit Server VM GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30, mixed mode, sharing)
git version 2.39.3 (Apple Git-146)
node: v20.13.0
npm: 10.8.0
Docker version 26.1.1, build 4cf5afa
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
The text was updated successfully, but these errors were encountered: