Releases: scalepoint-tech/oauth-token-java-client
Releases · scalepoint-tech/oauth-token-java-client
v2.0.0
Major version
- Now targeting JDK 17
- Upgraded all dependencies and removed some
- Rename
resource
parameter totarget
for resource scoped grant. - CI/CD is now on GitHub Actions with release publishing to new Maven Central
What's Changed
- Reanimate project and prepare for 2.0.0 by @yuriyostapenko in #6
- Turn doc warnings into errors and fix warnings by @yuriyostapenko in #8
- Add workflow dispatch by @yuriyostapenko in #7
- Rename
resource
parameter totarget
for resource scoped grant. by @yuriyostapenko in #9
Full Changelog: v1.1.1...v2.0.0
📦 Maven Central
This release is available at https://central.sonatype.com/artifact/com.scalepoint/oauth-token-client/2.0.0
<dependency>
<groupId>com.scalepoint</groupId>
<artifactId>oauth-token-client</artifactId>
<version>2.0.0</version>
</dependency>
v1.1.0
Runtime dependencies were cleaned up to minimize impact on the consumer
Initial release
v1.0 Fix README.md