-
-
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
spring-data-relational blueprint test failure #25391
Comments
This part can be moved to Java generator: generator-jhipster/generators/server/generator.js Lines 564 to 568 in a2a4016
and the relational generator can depend on Java or spring-boot
|
yup thanks for your review, will update. |
Done |
…on server (#25392) * modify spring-data-relational spec to run server generator fixes #25391 * modify spring-data-relational spec to run server generator fixes #25391 * add spring-boot dependency to spring-data-relational & refactor default priority * refactor spring-data-relation dependency * Apply suggestions from code review * drop load domains from server --------- Co-authored-by: Marcelo Shima <[email protected]>
Overview of the issue
spring-data-blueprint test fails with the following exception,
Motivation for or Use Case
It should be possible to extend spring-data-relational generator.
Reproduce the error
use the attached .yo-rc.json to generate a blueprint and you can see the failure.
Related issues
none
Suggest a Fix
JHipster Version(s)
8.1.0
JHipster configuration
.yo-rc.json file
Environment and Tools
openjdk version "17.0.8" 2023-07-18
OpenJDK Runtime Environment Temurin-17.0.8+7 (build 17.0.8+7)
OpenJDK 64-Bit Server VM Temurin-17.0.8+7 (build 17.0.8+7, mixed mode, sharing)
git version 2.34.1
node: v18.19.0
npm: 10.2.3
Docker version 25.0.3, build 4debf41
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: