Closed novak closed 6 years ago
@yacaovsnc can you please review this?
LGTM. Only a minor style concern. I want to avoid control the flow by exceptions.
@yacaovsnc can certainly change that. was actually something I thought of once I opened the PR.
@yacaovsnc I refactored getMatches()
and updated the generic parseVersion
usage as well.
Thanks @yacaovsnc
@DavidStaheli is it possible to generate a release for this fix so it can be pulled in for GCM?
@olivierdagenais is it possible to generate a release for this fix? thanks!
@novak I am going to try to do a release of this tomorrow. I was out for the last few days.
@yacaovsnc great, thanks!
@novak 0.11.3 has been released and uploaded to maven central: https://repo1.maven.org/maven2/com/microsoft/alm/oauth2-useragent/0.11.3/
You should be able to update your pom reference and pull down the change now.
@yacaovsnc thanks so much for your help!
Java 9 introduced a new format for the Java version string. This PR adds support for the new format and if there's no match will fall back to the previous version string format.
This fixes an issue surfaced in the Git Credential Manager which has this as a dependency: Issue #74