Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 3.1-RC2 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. Make most archives not testable (details)
Commit 573ab5277c8c2fa6e89c32b3c1cdf98e07893830 by Microprofile Bot
[maven-release-plugin] prepare release 3.1-RC2
The file was modified spi/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified spec/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 90125645ef18c72c84fe0fda7b776e302bf2a5cd by Microprofile Bot
[maven-release-plugin] prepare for next development iteration
The file was modified api/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified spi/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified spec/pom.xml (diff)
Commit 1c0023d66e92d97bc6e33d91b64016ecfae2196f by Andrew Rouse
Make most archives not testable

A "testable" archive is one that arquillian adds extra framework code to
in order to run tests within the server runtime environment.

Most of the MP OpenAPI test classes don't include any tests which run on
the server side, they deploy an app and then query the /openapi endpoint
from the client side.

In addition, it causes problems when using the new arquillian REST 3.0
protocol. When using this protocol, an additional REST resource is
deployed within testable deployments which is scanned and added to the
openapi documentation which causes some of the tests to fail.
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/StaticDocumentTest.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/tck/ModelReaderAppTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.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/tck/OASConfigServersTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASConfigScanClassBase.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationDisabledTest.java (diff)
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/beanvalidation/BeanValidationTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASConfigScanDisableTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASConfigSchemaTest.java (diff)
The file was modified tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASConfigWebInfTest.java (diff)