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

chore(build): target Java 17 bytecode #1283

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

mattgogerly
Copy link
Member

Update the build to target Java 17 bytecode when building.

cc @dbyron-sf

@@ -2,7 +2,7 @@ fiatVersion=1.50.0
korkVersion=7.243.0
org.gradle.parallel=true
spinnakerGradleVersion=8.32.1
targetJava17=false
targetJava17=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it also time to remove the java 11 docker images?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plus also, do we still need -PenableCrossCompilerPlugin=true in the gradle invocations?

Copy link
Member Author

@mattgogerly mattgogerly Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reckon we go live with this small change in Igor, and if we're happy we come back and purge Java 11 from existence a few weeks after release.

Then for other repos just switch/purge at the same time.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's do it. This'll make it into 1.36....

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Nov 7, 2024
@mergify mergify bot added the auto merged label Nov 7, 2024
@mergify mergify bot merged commit e417f8c into spinnaker:master Nov 7, 2024
5 checks passed
@mattgogerly mattgogerly deleted the java-17 branch November 7, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged ready to merge Approved and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants