This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from 76463ff Simplifying this code
add 8f21588 another way to address the problem
add 4f76c94 Fix more tests and Java 11 stuff
add eeb7fd1 attempt to fix arquillian tests by adding missing libraries
to tomee distro
add 32b05d8 another way to address the problem
add 30f303b Merge branch 'java11-take2' of
https://gitbox.apache.org/repos/asf/tomee into java11-take2
add a3a6814 fix scala versions to work with Java 11
new 8b2b649 Merge pull request #523 from apache/java11-take2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
.../src/test/resources/arquillian.xml | 3 +
.../arquillian-tomee-jaxrs-tests/pom.xml | 62 +++++++++++++++++++
.../src/test/resources/arquillian.xml | 9 +++
.../arquillian-tomee-jaxws-tests/pom.xml | 59 ++++++++++++++++++
.../src/test/resources/arquillian.xml | 9 +++
.../arquillian-tomee-webprofile-tests/pom.xml | 59 ++++++++++++++++++
.../src/test/resources/arquillian.xml | 12 ++++
container/openejb-core/pom.xml | 24 ++++++++
.../openejb/testing/ApplicationComposers.java | 1 -
.../openejb/testing/AppComposerJarsTest.java | 2 +
container/openejb-jee-accessors/pom.xml | 15 +++++
container/openejb-jee/pom.xml | 38 +++++-------
examples/applicationcomposer-jaxws-cdi/pom.xml | 53 ++++++++++++++++
examples/change-jaxws-url/pom.xml | 54 ++++++++++++++++
examples/mtom/pom.xml | 53 ++++++++++++++++
.../java/org/superbiz/mtom/AbstractService.java | 4 +-
examples/scala-basic/pom.xml | 6 +-
.../simple-webservice-without-interface/pom.xml | 53 ++++++++++++++++
examples/simple-webservice/pom.xml | 53 ++++++++++++++++
examples/webservice-attachments/pom.xml | 52 ++++++++++++++++
examples/webservice-handlerchain/pom.xml | 53 ++++++++++++++++
examples/webservice-holder/pom.xml | 53 ++++++++++++++++
examples/webservice-inheritance/pom.xml | 53 ++++++++++++++++
examples/webservice-security/pom.xml | 53 ++++++++++++++++
examples/webservice-ssl-client-cert/pom.xml | 53 ++++++++++++++++
examples/webservice-ws-security/pom.xml | 50 +++++++++++++++
.../org/superbiz/calculator/CalculatorTest.java | 2 +
.../webservice-ws-with-resources-config/pom.xml | 53 ++++++++++++++++
.../superbiz/websockets/WebSocketResourceTest.java | 6 +-
.../openejb/server/control/StandaloneServer.java | 21 ++++++-
.../openejb/itest/legacy/LegacyClientTest.java | 1 +
.../jwt/itest/InvalidSignatureTest.java | 1 +
.../jwt/itest/MinimumRequiredClaimsTest.java | 1 +
.../jwt/itest/MissingRequiredClaimsTest.java | 2 +
.../microprofile/jwt/itest/RsaKeySizesTest.java | 1 +
.../microprofile/jwt/itest/ShaHashSizesTest.java | 1 +
itests/tomee-server-composer/pom.xml | 2 +-
.../apache/tomee/microprofile/jwt/MPJWTFilter.java | 3 +-
pom.xml | 72 ++++++++++++++++------
server/openejb-client/pom.xml | 43 +++++++------
.../openejb/client/HttpConnectionFactory.java | 6 +-
.../cxf/rs/AppPropertiesPropagationTest.java | 7 +++
server/openejb-cxf/pom.xml | 49 +++++++++------
server/openejb-webservices/pom.xml | 38 ++++++------
tomee/apache-tomee/pom.xml | 4 +-
utils/openejb-mockito/pom.xml | 2 +-
47 files changed, 1135 insertions(+), 117 deletions(-)