You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/02/21 16:41:04 UTC

[tomee] branch tomee-9.x-initial updated (e41678d -> ad09c7e)

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch tomee-9.x-initial
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from e41678d  Adding OpenJPA and commons-dbcp2
     add ad09c7e  OpenJPA and BatchEE finalization based on snapshots and projects improvements

No new revisions were added by this update.

Summary of changes:
 arquillian/arquillian-tomee-common/pom.xml         |   8 +-
 .../arquillian-tomee-webprofile-tests/pom.xml      |  30 ++++++
 arquillian/arquillian-tomee-webapp-remote/pom.xml  |   8 +-
 boms/tomee-microprofile/pom.xml                    |   3 +-
 boms/tomee-plus/pom.xml                            |   2 +-
 container/openejb-core/pom.xml                     |  10 +-
 deps/activemq-broker-shade/pom.xml                 |   2 +-
 deps/openjpa-shade/pom.xml                         | 106 ---------------------
 deps/pom.xml                                       |   1 -
 examples/alternate-descriptors/pom.xml             |  28 ++++--
 examples/deltaspike-fullstack/pom.xml              |  34 ++++++-
 examples/multi-jpa-provider-testing/pom.xml        |  24 ++++-
 examples/polling-parent/polling-client/pom.xml     |  24 ++++-
 examples/polling-parent/polling-domain/pom.xml     |  30 ++++++
 examples/pom.xml                                   |   7 --
 examples/rest-example/pom.xml                      |   2 +-
 examples/rest-sse-example/pom.xml                  |   2 +-
 itests/openejb-itests-beans/pom.xml                |  29 +++++-
 .../src/main/resources/archetype-resources/pom.xml |  23 +++++
 pom.xml                                            |  74 ++++----------
 server/openejb-hsql/pom.xml                        |   4 +-
 tomee/tomee-plus-webapp/pom.xml                    |   1 +
 utils/openejb-core-eclipselink/pom.xml             |   4 +-
 utils/openejb-core-hibernate/pom.xml               |   4 +-
 24 files changed, 247 insertions(+), 213 deletions(-)
 delete mode 100644 deps/openjpa-shade/pom.xml