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

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


 discard d1449cee2a TOMEE-4704 report and clean up failures while establishing 
a task's context
 discard fa40d15924 TOMEE-4703 fix context capture in currentContextExecutor 
and per-task CUTask.Context
 discard 4a521c2baa TOMEE-4703 capture thread context eagerly on the submitting 
thread
 discard 780819f8f0 TOMEE-4703 restore the caller's class loader after exiting 
the ThreadContext
     add fed59ff233 keep the test HttpAuthenticationMechanism out of the bean 
archive
     new 340376ed25 TOMEE-4703 restore the caller's class loader after exiting 
the ThreadContext
     new c940d73042 TOMEE-4703 capture thread context eagerly on the submitting 
thread
     new c6cb5080c9 TOMEE-4703 fix context capture in currentContextExecutor 
and per-task CUTask.Context
     new 9d79f7de06 TOMEE-4704 report and clean up failures while establishing 
a task's context

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   (d1449cee2a)
            \
             N -- N -- N   refs/heads/TOMEE-4703 (9d79f7de06)

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 4 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:
 .../org/apache/openejb/core/ThreadContext.java     | 58 ++++++++++------------
 .../impl/ApplicationThreadContextProvider.java     | 17 +++----
 .../openejb/threads/impl/ContextServiceImpl.java   |  4 +-
 .../org/apache/openejb/threads/task/CUTask.java    | 19 ++++---
 .../openejb/threads/ThreadContextCaptureTest.java  | 42 ++++++++--------
 .../threads/task/CUTaskFailingContextTest.java     | 12 ++---
 .../cdi/RememberMeInterceptorCleanSubjectTest.java |  8 +++
 7 files changed, 80 insertions(+), 80 deletions(-)

Reply via email to