angular & language generators combined in a blueprint throws error during unit testing #25444
Closed
1 task done
Labels
Milestone
Overview of the issue
When a blueprint include both angular & language generators, the unit testing throws the following error,
Bu the same works fine while generating application.
Motivation for or Use Case
It should be possible to create a blueprint combining angular & language generators.
Reproduce the error
Use the attached .yo-rc.json
Related issues
None
Suggest a Fix
This issue is caused because, the blueprint:angular gets higher priority than the blueprint:language. Based on the hierarchy language is required before the frontend generators. Change the compose with in the language generator for blueprint to set the schedule property to false.
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: