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

fix(java17): remove long-deprecated import that doesn't work with JRE17 #1170

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

mattgogerly
Copy link
Member

@mattgogerly mattgogerly commented Sep 18, 2023

sun.net.* is no longer accessible as of JDK16. Thankfully Security.setProperty('networkaddress.cache.ttl', '0') seems to achieve the same goal as the removed code, so I'm not sure why they were both there in the first place.

Closes spinnaker/spinnaker#6879.

@mattgogerly mattgogerly added the ready to merge Approved and ready for merge label Sep 18, 2023
@mergify mergify bot added the auto merged label Sep 18, 2023
@mergify mergify bot merged commit 03c1ace into master Sep 18, 2023
5 checks passed
@mattgogerly mattgogerly deleted the fix/jre17 branch September 18, 2023 15:41
@dbyron-sf
Copy link
Contributor

@Mergifyio backport release-1.32.x

@mergify
Copy link
Contributor

mergify bot commented Sep 18, 2023

backport release-1.32.x

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Sep 18, 2023
mergify bot added a commit that referenced this pull request Sep 18, 2023
…17 (#1170) (#1171)

(cherry picked from commit 03c1ace)

Co-authored-by: Matt Gogerly <6519811+mattgogerly@users.noreply.github.com>
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.

Igor 4.13.0 Java 17 Image Fails to start
2 participants