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
java version "21.0.1" 2023-10-17 LTS
Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
git version 2.36.1.windows.1
node: v20.15.1
npm: 10.5.2
Docker version 25.0.3, build 4debf41
JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions
jhipster info output is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample using jhipster from-issue command.
Motivation for or Use Case
Based on the documentation
--auth - Specify the authentication type when skipping server side generation, has no effect otherwise but mandatory when using skip-server
"authenticationType" must be generated when --skip-server and --auth are used in the command line
Reproduce the error
Run
`jhipster --skip-server --auth oauth2
I have tested the issue on Angular an React
On and empty folder.
Related issues
Suggest a Fix
Manual add of "authenticationType": "oauth2" and run again jhipster works as workarround
JHipster Version(s)
JHipster v8.9.0
Browsers and Operating System
Windows 10
The command line is launched with PowerShell.
Tickets opened without reproduction steps or that doesn't follows the template recommendation will be closed.
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
authenticationType is currently located in server cli options, if --skip-server is used, server cli options are ignored.
We should somehow add a fallback in common generator.
Overview of the issue
JHipster info
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
java version "21.0.1" 2023-10-17 LTS
Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
git version 2.36.1.windows.1
node: v20.15.1
npm: 10.5.2
Docker version 25.0.3, build 4debf41
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
jhipster info
output is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample usingjhipster from-issue
command.Motivation for or Use Case
Based on the documentation
"authenticationType" must be generated when
--skip-server
and--auth
are used in the command lineReproduce the error
Run
`jhipster --skip-server --auth oauth2
I have tested the issue on Angular an React
On and empty folder.
Related issues
Suggest a Fix
Manual add of
"authenticationType": "oauth2"
and run again jhipster works as workarroundJHipster Version(s)
JHipster v8.9.0
Browsers and Operating System
Windows 10
The command line is launched with PowerShell.
The text was updated successfully, but these errors were encountered: