You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openjdk version "17.0.8.1" 2023-08-24
OpenJDK Runtime Environment (build 17.0.8.1+1-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.8.1+1-Ubuntu-0ubuntu122.04, mixed mode, sharing)
git version 2.34.1
node: v18.18.1
npm: 9.8.1
Docker version 24.0.6, build ed223bc
JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions
entity MyTest {
testField String
}
dto MyTest with mapstruct
paginate MyTest with pagination
service MyTest with serviceImpl
search MyTest with no
filter MyTest
Suggest a Fix
Ensure "SkipClient" condition is checked within Language generator, both for loadNativeLanguage and for postWritingEntities
JHipster Version(s)
8.0.0-rc.1
The text was updated successfully, but these errors were encountered:
Overview of the issue
When generating with JHipster 8.0.0-rc1 an application with SkipClient setting enabled, it generates webapp files and should not.
Motivation for or Use Case
Generating server only projects was supported in previous JHipster versions and is expected to be supported with new versions.
Reproduce the error
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "17.0.8.1" 2023-08-24
OpenJDK Runtime Environment (build 17.0.8.1+1-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 17.0.8.1+1-Ubuntu-0ubuntu122.04, mixed mode, sharing)
git version 2.34.1
node: v18.18.1
npm: 9.8.1
Docker version 24.0.6, build ed223bc
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Suggest a Fix
Ensure "SkipClient" condition is checked within Language generator, both for loadNativeLanguage and for postWritingEntities
JHipster Version(s)
8.0.0-rc.1
The text was updated successfully, but these errors were encountered: