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

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


    from bfb9f81  Merge pull request #385 from tandraschko/master
     add 8c1509e  TOMEE-2408 - Fixed problem where MP libraries were being 
scanned even when disable with the flag openejb.scan.webapp.container = true.
     add 61e299e  Updated the tomee.mp.scan default to be none for plus/plume
     add dad0935  Enabled welcome document serving for sub-paths as well as 
root path. I'm sure there is more concise way to code this but it worked for me
     add 28e2361  Enabled my *.abc servlet mapping to work. Unsure if this will 
be a breaking change for other scenarios, not knowing the original purpose of 
!mapping.startsWith(*)
     add 96018b4  Bumped microprofile.openapi.impl.version to 1.0.5
     add 076d565  Removed duplicate line

No new revisions were added by this update.

Summary of changes:
 .../org/apache/openejb/config/DeploymentLoader.java   |  9 +++++----
 ...lScanEvent.java => EnhanceScannableUrlsEvent.java} | 19 ++++++++-----------
 .../src/main/resources/default.exclusions             |  7 ++-----
 pom.xml                                               |  2 +-
 .../openejb/server/cxf/rs/CxfRsHttpListener.java      |  7 +++++--
 .../org/apache/tomee/webservices/CXFJAXRSFilter.java  |  2 +-
 .../tomee/microprofile/TomEEMicroProfileListener.java |  6 +++---
 .../tomee/microprofile/config/TomEEConfigSource.java  |  3 +--
 8 files changed, 26 insertions(+), 29 deletions(-)
 rename 
container/openejb-core/src/main/java/org/apache/openejb/config/event/{AfterContainerUrlScanEvent.java
 => EnhanceScannableUrlsEvent.java} (70%)

Reply via email to