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

rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from d2873e0  TOMEE-3841 - Upgrades slf4j
     new 4cb9f8b  Revert "TOMEE-3840 - Fix TomEE does not start with security 
enabled"
     new 4b009f1  TOMEE-3840 - Adds TomEE specific policies to catalina.policy 
config file to allow startup with enabled security
     new 30a937b  TOMEE-3842 - Separates GitHub actions in (a) push (b) pull 
requests configurations to allow for PRs targeting master created via automatic 
BOM generation

The 3 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:
 .../{main.yml => main-pull-request-build.yml}      |  29 +--
 .../workflows/{main.yml => main-push-build.yml}    |   3 -
 .../src/main/resources/tomee/conf/catalina.policy  |   1 +
 .../src/main/resources/tomee/conf/catalina.policy  |   1 +
 .../src/main/resources/tomee/conf/catalina.policy  |   1 +
 .../src/main/resources/tomee/conf/catalina.policy  |   1 +
 tomee/apache-tomee/pom.xml                         |   3 -
 .../src/main/assembly/tomee-microprofile.xml       |   8 -
 .../apache-tomee/src/main/assembly/tomee-plume.xml |   8 -
 .../apache-tomee/src/main/assembly/tomee-plus.xml  |   8 -
 .../src/main/assembly/tomee-webprofile.xml         |   8 -
 .../src/main/resources/catalina.policy             | 268 ---------------------
 .../java/org/apache/tomee/installer/Installer.java |  38 +++
 .../java/org/apache/tomee/installer/Paths.java     |   9 +
 .../org/apache/tomee/installer/PathsInterface.java |   2 +
 15 files changed, 55 insertions(+), 333 deletions(-)
 copy .github/workflows/{main.yml => main-pull-request-build.yml} (59%)
 rename .github/workflows/{main.yml => main-push-build.yml} (98%)
 delete mode 100644 tomee/apache-tomee/src/main/resources/catalina.policy

Reply via email to