We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Gatling Maven Plugin project removed the resourcesFolder option in 4.8.3-M1 (see commit)
resourcesFolder
Clean up deprecated Maven configuration options when selecting Gatling in project initiation.
See .yo-rc.json below.
.yo-rc.json
No.
See PR #26493
[email protected] /private/tmp/gatling └── [email protected]
{ "generator-jhipster": { "applicationType": "microservice", "authenticationType": "jwt", "baseName": "gatling", "buildTool": "maven", "cacheProvider": "no", "clientFramework": "no", "clientTestFrameworks": null, "clientTheme": null, "creationTimestamp": 1718894514160, "databaseType": "no", "devDatabaseType": null, "enableHibernateCache": false, "enableSwaggerCodegen": false, "enableTranslation": true, "entities": [], "feignClient": true, "jhipsterVersion": "8.5.0", "languages": [ "en", "de" ], "messageBroker": false, "microfrontend": null, "microfrontends": [], "nativeLanguage": "en", "packageName": "com.mycompany.myapp", "prodDatabaseType": null, "reactive": false, "searchEngine": false, "serverPort": 8081, "serverSideOptions": [], "serviceDiscoveryType": "no", "skipClient": true, "syncUserWithIdp": null, "testFrameworks": [ "gatling" ], "websocket": false, "withAdminUi": null } }
openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode)
git version 2.39.3 (Apple Git-146)
node: v20.14.0 npm: 10.7.0
Docker version 26.1.4, build 5650f9b
entityName.json
.jhipster
Mac OS 14.5. Mac M1. See details above.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Overview of the issue
The Gatling Maven Plugin project removed the
resourcesFolder
option in 4.8.3-M1 (see commit)Motivation for or Use Case
Clean up deprecated Maven configuration options when selecting Gatling in project initiation.
Reproduce the error
See
.yo-rc.json
below.Related issues
No.
Suggest a Fix
See PR #26493
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7)
OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode)
git version 2.39.3 (Apple Git-146)
node: v20.14.0
npm: 10.7.0
Docker version 26.1.4, build 5650f9b
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Browsers and Operating System
Mac OS 14.5. Mac M1. See details above.
The text was updated successfully, but these errors were encountered: