This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a change to branch java11-take2
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from 32b05d8 another way to address the problem
add ef646f8 Rename file for custom-orm
add 76463ff Simplifying this code
new 8f21588 another way to address the problem
new 4f76c94 Fix more tests and Java 11 stuff
new eeb7fd1 attempt to fix arquillian tests by adding missing libraries
to tomee distro
new 30f303b Merge branch 'java11-take2' of
https://gitbox.apache.org/repos/asf/tomee into java11-take2
The 4 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 +++++++++++
.../tests/cmp/sample/CustomOrmXmlCastTest.java | 2 +-
.../tests/cmp/sample/CustomOrmXmlEarTest.java | 2 +-
.../cmp/sample/CustomOrmXmlHibernateEarTest.java | 2 +-
.../tests/cmp/sample/CustomOrmXmlTest.java | 2 +-
.../src/test/resources/arquillian.xml | 12 +++
.../tests/cmp/sample/persistence-hibernate.xml | 2 +-
.../arquillian/tests/cmp/sample/persistence.xml | 2 +-
.../apache/openejb/config/CmpJpaConversion.java | 3 +-
.../openejb/config/EntityMappingURLFinder.java | 112 ---------------------
examples/change-jaxws-url/pom.xml | 54 ++++++++++
.../org/superbiz/calculator/CalculatorTest.java | 2 +
.../superbiz/websockets/WebSocketResourceTest.java | 6 +-
.../openejb/server/control/StandaloneServer.java | 21 +++-
.../openejb/itest/legacy/LegacyClientTest.java | 1 +
itests/tomee-server-composer/pom.xml | 2 +-
pom.xml | 12 ++-
tomee/apache-tomee/pom.xml | 4 +-
24 files changed, 317 insertions(+), 126 deletions(-)
delete mode 100644
container/openejb-core/src/main/java/org/apache/openejb/config/EntityMappingURLFinder.java