Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 1.1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Split Application and Endpoint declarations (#129) (details)
Commit 92243d90818093f9926d571517da7d04835a119a by Microprofile Bot
[maven-release-plugin] prepare release 1.1
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 fe4c1ac85a3df3b23f9fa8df39082f60023aa60f 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 2e43b5c80295a1462784906bc66344c0c7b4ba06 by noreply
Split Application and Endpoint declarations (#129)

* Split Application and Endpoint declarations

* Make Application declarations consistent

Consistently use a static inner class named RestApplication for the
Application class of the test application.

---------

Co-authored-by: Andrew Rouse <anrouse@uk.ibm.com>
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/async/JaxRsClientAsyncTestEndpoint.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/async/JaxRsServerAsyncTestEndpoint.java (diff)
The file was modified tracing/tck/src/main/java/org/eclipse/microprofile/telemetry/tracing/tck/async/MpRestClientAsyncTestEndpoint.java (diff)