You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@protocol7 we merged the PR just to realize jdk 8 is not compatible with the latest spotify/dns. We will switch it back to jdk 9 for now and can look into moving it to jdk 8 (or multiple versions) later.
@fdfzcqspotify/dns-java#47 is a non-backwards compatible change in that it adds a new method to DnsSrvResolver. I don't know how common it would be to implement this among users of dns-java, but I could imagine it would be somewhat frequently implemented in tests. We can easily fix this in Folsom, but I would worry about rolling it, e.g. across the Spotify fleet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See internal PR for some context - https://ghe.spotify.net/java/bom/pull/538