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

jgallimore pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 26a0cff65b Remove this ThreadContext.enter() call
26a0cff65b is described below

commit 26a0cff65b4649040709526197e57330b7e21743
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Wed Sep 10 11:04:57 2025 +0100

    Remove this ThreadContext.enter() call
---
 .../src/test/java/org/apache/openejb/core/security/IsLoggedTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/container/openejb-core/src/test/java/org/apache/openejb/core/security/IsLoggedTest.java
 
b/container/openejb-core/src/test/java/org/apache/openejb/core/security/IsLoggedTest.java
index 7ddb86b70f..8f6028b4a6 100644
--- 
a/container/openejb-core/src/test/java/org/apache/openejb/core/security/IsLoggedTest.java
+++ 
b/container/openejb-core/src/test/java/org/apache/openejb/core/security/IsLoggedTest.java
@@ -60,7 +60,7 @@ public class IsLoggedTest {
         securityService.disassociate();
         securityService.logout(id);
 
-        ThreadContext.enter(testContext);
+//        ThreadContext.enter(testContext);
     }
 
     @Test

Reply via email to