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

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


 discard 8c1509e  TOMEE-2408 - Fixed problem where MP libraries were being 
scanned even when disable with the flag openejb.scan.webapp.container = true.
    omit bfb9f81  Merge pull request #385 from tandraschko/master
    omit c91d4e2  TOMEE-2463 - MyFaces 2.3.3
    omit 48bb910  TOMEE-2408 - Fixed checkstyle issues.
     add 8c4174c  Updated the tomee.mp.scan default to be none for plus/plume
     add 11c4a65  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 86d4e2e  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 8d39390  Bumped microprofile.openapi.impl.version to 1.0.5
     add e267fa1  Removed duplicate line
     new ab87052  TOMEE-2408 - Fixed checkstyle issues.
     new 06a2df0  TOMEE-2463 - MyFaces 2.3.3
     new 9f7bb13  TOMEE-2408 - Fixed problem where MP libraries were being 
scanned even when disable with the flag openejb.scan.webapp.container = true.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8c1509e)
            \
             N -- N -- N   refs/heads/TOMEE-2408 (9f7bb13)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 pom.xml                                                            | 2 +-
 .../java/org/apache/openejb/server/cxf/rs/CxfRsHttpListener.java   | 7 +++++--
 .../src/main/java/org/apache/tomee/webservices/CXFJAXRSFilter.java | 2 +-
 .../org/apache/tomee/microprofile/config/TomEEConfigSource.java    | 3 +--
 4 files changed, 8 insertions(+), 6 deletions(-)

Reply via email to