Closed dwarakaprasad closed 8 months ago
This part can be moved to Java generator: https://github.com/jhipster/generator-jhipster/blob/a2a4016d60a0feb1a443bbea5194e1a8f114b0e3/generators/server/generator.js#L564-L568
and the relational generator can depend on Java or spring-boot https://github.com/jhipster/generator-jhipster/blob/4d8ad04a98f314028169db10302a74c4e9302bbf/generators/spring-data-relational/generator.ts#L48
yup thanks for your review, will update.
This part can be moved to Java generator:
and the relational generator can depend on Java or spring-boot
Done
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