Skip to content

Releases: project-ncl/opentelemetry-ext-cli-java

v2.0.0

01 May 15:51

Choose a tag to compare

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

Full Changelog: v1.5.0...v2.0.0

1.5.0

13 Nov 13:49
@rnc rnc

Choose a tag to compare

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

1.4.0

31 Oct 08:54
@rnc rnc

Choose a tag to compare

Enhancements and changes

  • Update OpenTelemetry to 1.53.0
  • Update OpenTelemetry semconv to 1.29.0-alpha
  • Update Quarkus to 2.16.12.Final
  • Update SLF4J to 2.0.17
  • Add spotless configuration (for standardised formatting) and redhat-releng-tools parent pom

1.3.0

16 Jan 09:24
@rnc rnc

Choose a tag to compare

Enhancements and changes

  • Update OpenTelemetry from 1.20.1 to 1.22.0 (#15)
  • Support reading trace information from file/url (#14)

1.2.0

24 Nov 11:53
@rnc rnc

Choose a tag to compare

Enhancements and changes

  • Byte code target changed from 11 to 8 (#13)
  • Update OpenTelemetry from 1.19.0 1.20.1 (#11)
  • Add explicit dependency on opentelemetry-sdk (#11)

1.1.0

21 Nov 13:38
@rnc rnc

Choose a tag to compare

Enhancements and changes