Second Release of this project.
Minor changes with major bugfixes.
To import using maven:
<dependency>
<groupId>io.github.wyvrtn</groupId>
<artifactId>jospi</artifactId>
<version>1.0.0</version>
</dependency>
See more at Maven Central
What's Changed
- README and github updates by @wyvrtn in #16
- refactor: Taken suggestions as by Codacy by @wyvrtn in #17
- Update README.md by @wyvrtn in #18
- Update README.md by @wyvrtn in #19
- chore: moved CONTRIBUTING.md to root by @wyvrtn in #20
- Transfer to different underlying Http Service by @wyvrtn in #21
- feat: Increased length of OsuApiClientInternalBlockingStatefulHttpServiceProvider by @wyvrtn in #22
- Bump com.fasterxml.jackson.core:jackson-core from 2.16.1 to 2.18.1 by @dependabot in #24
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #27
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.11.1 by @dependabot in #26
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 by @dependabot in #25
- Bump org.projectlombok:lombok from 1.18.30 to 1.18.36 by @dependabot in #23
- chore(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.16.1 to 2.18.2 by @dependabot in #32
- chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7 by @dependabot in #31
- chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.18.2 by @dependabot in #30
- chore(deps): bump com.fasterxml.jackson.core:jackson-core from 2.18.1 to 2.18.2 by @dependabot in #29
- chore(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4.1 by @dependabot in #28
- ci: Pipelined custom checkstyle config file by @wyvrtn in #35
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #33
- Fix project name in "Contributing" section of README by @TrueSunGaming in #36
New Contributors
- @dependabot made their first contribution in #24
- @TrueSunGaming made their first contribution in #36
Full Changelog: v1.0.0...v1.0.1