Skip to content
New issue

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

Remove deprecated Gatling resourcesFolder configuration #26492

Closed
1 task done
timothystone-knsl opened this issue Jun 20, 2024 · 0 comments · Fixed by #26493
Closed
1 task done

Remove deprecated Gatling resourcesFolder configuration #26492

timothystone-knsl opened this issue Jun 20, 2024 · 0 comments · Fixed by #26493

Comments

@timothystone-knsl
Copy link
Contributor

timothystone-knsl commented Jun 20, 2024

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

[email protected] /private/tmp/gatling
└── [email protected]
JHipster configuration, a .yo-rc.json file generated in the root folder
.yo-rc.json file
{
  "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
  }
}
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 directory
JDL entity definitions

Browsers and Operating System

Mac OS 14.5. Mac M1. See details above.

  • Checking this box is mandatory (this is just to show you read everything)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants