You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/06/13 09:16:58 UTC

[tomee] branch master updated (9c76a6e -> ea1a433)

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

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


    from 9c76a6e  Merge pull request #484 from doychin/cleanup-test-code
     new dcbe25c  Use ListOrderedSet for thread context listeners. - Guarantees only one instance per listener in the collection - Guarantees predictable execution order - Added commons-collections4 as dependency to openejb-core. It was already there as transitive dependency from openjpa.
     new 33db1ca  Revert the addition of collections4 library. Rever back to the original code that used CopyOnWriteArraySet
     new e08bf32  Cleanup imports
     new ea1a433  Merge pull request #485 from doychin/list-ordered-set-for-thread-context-listeners

The 12551 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/cdi/RequestScopedThreadContextListener.java   | 2 +-
 .../src/main/java/org/apache/openejb/core/ThreadContext.java         | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)