-
Notifications
You must be signed in to change notification settings - Fork 78
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
Use Java 17 for build and runtime #752
Conversation
@@ -7,6 +7,7 @@ | |||
], | |||
"transformationRules" : [ | |||
{ "bundleName" : "MIT", "licenseNamePattern" : "\"MIT\\sLicense\"" }, | |||
{ "bundleName" : "MIT", "licenseNamePattern" : "(.*)SPDX-License-Identifier: MIT(.*)" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this the io.gatling.gradle update that changed the license name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this was resulted due to some other library and was spitting warning for quite some time.
.circleci/config.yml
Outdated
resource_class: arm.medium | ||
environment: | ||
architecture: "arm64" | ||
platform: "linux/arm64" | ||
|
||
machine_executor_amd64: | ||
machine: | ||
image: ubuntu-2004:202201-02 # Ubuntu 20.04, Docker v20.10.12, Docker Compose v1.29.2 | ||
image: ubuntu-2004:current # https://circleci.com/developer/machine/image/ubuntu-2004 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are using quite an old image, ubuntu-2204 would be better to use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼 sure. easy change to make.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This reverts commit 7a2e0de.
* build.gradle: Java 17 * circleci: Java 17 * build.gradle: removing jdk11 docker tag * changelog * license reporting config: MIT license normalized * Update gatling (performance test) gradle plugin version * CircleCI: Install Java 17 for machine executors * circleci: machine image to use ubuntu-2204:current
This reverts commit 39f09b0.
PR Description
Use Java 17 for build and runtime. Enforce Java 17+ in build.gradle. Use Java 17 in CircleCI config. Remove Java 11 variant of docker.
Fixed Issue(s)
#718
Documentation
doc-change-required
label to this PR if updates are required.Changelog