Releases: project-ncl/opentelemetry-ext-cli-java
Releases · project-ncl/opentelemetry-ext-cli-java
v2.0.0
What's Changed
🐛 Fixes / 🚀 Enhancements
- Port from release-engineering to project-ncl. by @rnc in #18
- Refactor to PNC groupId/layout. Update version. by @rnc in #19
- Fix branch name by @rnc in #25
- Fix java version by @rnc in #26
- Fix java version by @rnc in #27
- Update maven-release workflow and remove redundant configuration by @rnc in #28
- Update to latest action for snapshot workflow by @rnc in #29
- Update release workflow to latest by @rnc in #30
- Update release workflow by @rnc in #31
👒 Project Dependencies
- Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.4.0 by @dependabot[bot] in #22
- Bump org.projectlombok:lombok from 1.18.22 to 1.18.44 by @dependabot[bot] in #20
New Contributors
- @dependabot[bot] made their first contribution in #22
Full Changelog: v1.5.0...v2.0.0
1.5.0
Enhancements and changes
- Downgrade OpenTelemetry from 1.53 -> 1.51.
- The reason for this is that 1.52/1.53 had a significant update to okhttp/okio which then brings in kotlin-stdlib 2.2.0. This heavily conflicts with Gradle builds in project-ncl/gradle-manipulator
- This also enforces the versions of okhttp / okio to ensure the Quarkus BOM import does not override them from what OpenTelemetry is built with.
- Currently enforced to okhttp:4.12.0 and okio:3.6.0