Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 3.1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. distinguish resources paths in airlines app, by username and id (details)
  4. TCK deps: MP Rest Client API to 3.0.1, JAXB to 3.0.1, BV to 3.0.2 (#560) (details)
  5. Add missing `yml` suffix to conditions for serving `/openapi` endpoint (#561) (details)
  6. Use full spec name once for JAX-RS (details)
  7. TCK: fix several incorrectly used annotations and associated tests (#562) (details)
Commit 3a7adbfbdf0b157311c0de541dd0d56f546bb5ea by Microprofile Bot
[maven-release-plugin] prepare release 3.1
The file was modified pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spi/pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit 8c8adaad12a7dd4cdd0bd12bb3967e60d62db98f by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified tck/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified spi/pom.xml (diff)
Commit 8dc5e75d42159d9f6776ae887e9995daa37095f5 by Petr Aubrecht
distinguish resources paths in airlines app, by username and id

In the original version, the testing apps cannot deploy, as the
paths '/user/{username}' and '/user/{id}' are ambiguous.
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/FilterTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.java (diff)
Commit 4d7d30c66dbcf85d91ceb51e1e6b1178de8bec31 by noreply
TCK deps: MP Rest Client API to 3.0.1, JAXB to 3.0.1, BV to 3.0.2 (#560)

Signed-off-by: Michael Edgar <michael@xlate.io>
The file was modified pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit d70799d5c573c4babdd7bdf14192d4795361c3b8 by noreply
Add missing `yml` suffix to conditions for serving `/openapi` endpoint (#561)

Fixes #553

Signed-off-by: Michael Edgar <michael@xlate.io>
The file was modified spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc (diff)
Commit 8900fa65c9ba33b09b56cc025a03befc68fb6cdb by Andrew Rouse
Use full spec name once for JAX-RS

The full spec name is Jakarta RESTful Web Services. We should use the
full name at least once and then abbreviate it to JAX-RS (which is the
name everyone knows).

Also remove a reference specifically to JAX-RS 2.0.
The file was modified spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc (diff)
Commit b6a07783d5145920d742d7096dc3934ebdd70a25 by noreply
TCK: fix several incorrectly used annotations and associated tests (#562)

* TCK: fix several incorrectly used annotations and associated tests
* Align link parameter name with operation's path parameter name
* Remove `/findByStatus` endpoint

Signed-off-by: Michael Edgar <michael@xlate.io>
Co-authored-by: Andrew Rouse <anrouse@uk.ibm.com>
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/ReviewResource.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/model/User.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.java (diff)