You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/02/17 07:52:19 UTC

[tomee] branch tomee-9.x-initial updated (b26e9e6 -> 5f61e95)

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

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


    from b26e9e6  Move some more APIs, packages and relocate SXC
     add 81a357a  Test TomEE version replacement
     add 3a8603c  Merge branch 'master' of github.com:jgallimore/tomee
     add 813aebe  Merge remote-tracking branch 'apache/master'
     add a2360a8  TOMEE-3839 update to ActiveMQ 5.16.4
     add 71bb193  Minor: Regenerated BOMs for a2360a80193693dc63bf4b1973f0e4f9512023ba
     add 18f174b  TOMEE-3840 - Fix TomEE does not start with security enabled
     add d2873e0  TOMEE-3841 - Upgrades slf4j
     add 4cb9f8b  Revert "TOMEE-3840 - Fix TomEE does not start with security enabled"
     add 4b009f1  TOMEE-3840 - Adds TomEE specific policies to catalina.policy config file to allow startup with enabled security
     add 30a937b  TOMEE-3842 - Separates GitHub actions in (a) push (b) pull requests configurations to allow for PRs targeting master created via automatic BOM generation
     add 5f61e95  Merge remote-tracking branch 'origin/master' into tomee-9.x-initial

No new revisions were added by this update.

Summary of changes:
 .../{main.yml => main-pull-request-build.yml}      | 29 ++---------------
 .../workflows/{main.yml => main-push-build.yml}    |  3 --
 boms/tomee-microprofile/pom.xml                    |  4 +--
 .../src/main/resources/tomee/conf/catalina.policy  |  5 +++
 boms/tomee-plume/pom.xml                           | 16 ++++-----
 .../src/main/resources/tomee/conf/catalina.policy  |  5 +++
 boms/tomee-plus/pom.xml                            | 16 ++++-----
 .../src/main/resources/tomee/conf/catalina.policy  |  5 +++
 boms/tomee-webprofile/pom.xml                      |  4 +--
 .../src/main/resources/tomee/conf/catalina.policy  |  5 +++
 pom.xml                                            |  4 +--
 .../java/org/apache/tomee/installer/Installer.java | 38 ++++++++++++++++++++++
 .../java/org/apache/tomee/installer/Paths.java     |  9 +++++
 .../org/apache/tomee/installer/PathsInterface.java |  2 ++
 14 files changed, 93 insertions(+), 52 deletions(-)
 copy .github/workflows/{main.yml => main-pull-request-build.yml} (59%)
 rename .github/workflows/{main.yml => main-push-build.yml} (98%)