You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/05/17 09:56:12 UTC

[tomee] branch TOMEE-3849 created (now 1cbb5b8d51)

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

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


      at 1cbb5b8d51 TOMEE-3849

This branch includes the following new commits:

     new 1cbb5b8d51 TOMEE-3849

The 1 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.



[tomee] 01/01: TOMEE-3849

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1cbb5b8d51acebb22c02c0a33f1434a54327e032
Author: Eric Hamilton <10...@users.noreply.github.com>
AuthorDate: Wed Apr 27 10:46:41 2022 -0400

    TOMEE-3849
    
    Restore use of JPA resources in server libraries
---
 .../java/org/apache/openejb/util/classloader/URLClassLoaderFirst.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/container/openejb-core/src/main/java/org/apache/openejb/util/classloader/URLClassLoaderFirst.java b/container/openejb-core/src/main/java/org/apache/openejb/util/classloader/URLClassLoaderFirst.java
index ca183301f5..62cf8c30db 100644
--- a/container/openejb-core/src/main/java/org/apache/openejb/util/classloader/URLClassLoaderFirst.java
+++ b/container/openejb-core/src/main/java/org/apache/openejb/util/classloader/URLClassLoaderFirst.java
@@ -69,7 +69,6 @@ public class URLClassLoaderFirst extends URLClassLoader {
                 "META-INF/services/javax.ws.rs.client.ClientBuilder," +
                 "META-INF/services/javax.json.spi.JsonProvider," +
                 "META-INF/services/javax.cache.spi.CachingProvider," +
-                "META-INF/services/javax.persistence.spi.PersistenceProvider," +
                 "META-INF/javamail.default.providers," +
                 "META-INF/javamail.default.address.map," +
                 "META-INF/javamail.charset.map,META-INF/mailcap," +