-
Notifications
You must be signed in to change notification settings - Fork 652
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
feat(java17): build JRE 17 images, run tests with JRE 17 #1342
Conversation
dac5655
to
67ccaac
Compare
I have no idea why this test is randomly failing now. |
Some word wrapping behavior is different with java 17 maybe? |
Looks like it's this, introduced in Java 13.
Gotta love removing trailing whitespace in a method called |
@Mergifyio update |
✅ Branch has been successfully updated |
...ns/src/test/groovy/com/netflix/spinnaker/echo/notification/ManualJudgmentTemplateTest.groovy
Outdated
Show resolved
Hide resolved
...ns/src/test/groovy/com/netflix/spinnaker/echo/notification/ManualJudgmentTemplateTest.groovy
Outdated
Show resolved
Hide resolved
...ns/src/test/groovy/com/netflix/spinnaker/echo/notification/ManualJudgmentTemplateTest.groovy
Show resolved
Hide resolved
117f308
to
7a12ea3
Compare
@Mergifyio update |
✅ Branch has been successfully updated |
LGTM, but there's an error building the slim container image:
|
ddf837d
to
f077cf1
Compare
4391e1e
to
047fc31
Compare
85853a3
to
e9ecf1b
Compare
@Mergifyio update |
✅ Branch has been successfully updated |
Number 3 on our Java 17 adventure.
See also spinnaker/front50#1274, spinnaker/igor#1143