Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 1.0-RC4 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Bump microprofile-rest-client-api from 3.0 to 3.0.1 (#57) (details)
  4. Bump junit-jupiter from 5.9.0 to 5.9.1 (#47) (details)
  5. Bump microprofile-config-api from 3.0 to 3.0.2 (#50) (details)
  6. Move from Junit to TestNG (#61) (details)
  7. Add TCK running instruction (#62) (details)
Commit 7b2f57e1e3245ddc45a67df192456378f5d2d0cb by Microprofile Bot
[maven-release-plugin] prepare release 1.0-RC4
The file was modified tracing/spec/pom.xml (diff)
The file was modified tracing/tck/pom.xml (diff)
The file was modified tracing/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 58f922df44b9272b50c5f52fa760b28976ede2bc by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified tracing/tck/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tracing/pom.xml (diff)
The file was modified tracing/spec/pom.xml (diff)
Commit 71297f49e859c2aeac20f3aaa694b91a56ffede6 by noreply
Bump microprofile-rest-client-api from 3.0 to 3.0.1 (#57)

Bumps [microprofile-rest-client-api](https://github.com/eclipse/microprofile-rest-client) from 3.0 to 3.0.1.
- [Release notes](https://github.com/eclipse/microprofile-rest-client/releases)
- [Commits](https://github.com/eclipse/microprofile-rest-client/compare/3.0...3.0.1)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.rest.client:microprofile-rest-client-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified tracing/pom.xml (diff)
Commit 0260d937f80a8d6316859bab375883aea2d3da3e by noreply
Bump junit-jupiter from 5.9.0 to 5.9.1 (#47)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified tracing/pom.xml (diff)
Commit cf69a44cfb6683b147642bba1b7c428beb41eab5 by noreply
Bump microprofile-config-api from 3.0 to 3.0.2 (#50)

Bumps [microprofile-config-api](https://github.com/eclipse/microprofile-config) from 3.0 to 3.0.2.
- [Release notes](https://github.com/eclipse/microprofile-config/releases)
- [Commits](https://github.com/eclipse/microprofile-config/compare/3.0...3.0.2)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.config:microprofile-config-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The file was modified tracing/pom.xml (diff)
Commit 68f452fbdf71b658ac396d1a8c680b59ba802c53 by noreply
Move from Junit to TestNG (#61)

* tck with testNG
Co-authored-by: brunobat <brunobat@gmail.com>
Co-authored-by: Andrew Rouse <anrouse@uk.ibm.com>
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/RestClientSpanTest.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/RestSpanDefaultTest.java (diff)
The file was modified .gitignore (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/TestApplication.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/RestSpanDisabledTest.java (diff)
The file was removedtracing/tck/src/test/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
The file was modified pom.xml (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/exporter/InMemorySpanExporter.java (diff)
The file was addedtracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/ConfigAsset.java
The file was modified tracing/pom.xml (diff)
The file was modified tracing/tck/pom.xml (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/RestSpanTest.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/cdi/TracerTest.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/BaggageTest.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/RestClientSpanDisabledTest.java (diff)
The file was addedtracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/BasicHttpClient.java
The file was addedtracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/TestLibraries.java
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/rest/RestClientSpanDefaultTest.java (diff)
Commit a0f00ff6a8b525d801128ac80a698909cef01f57 by noreply
Add TCK running instruction (#62)

The file was addedtracing/tck/README.adoc