diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-java/jaxb-api/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-java/jaxb-api/files')
| -rw-r--r-- | dev-java/jaxb-api/files/jaxb-api-2.3.3-dropSecurityManager.patch | 30 | ||||
| -rw-r--r-- | dev-java/jaxb-api/files/jaxb-api-4.0.2-dropSecurityManager.patch | 30 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-java/jaxb-api/files/jaxb-api-2.3.3-dropSecurityManager.patch b/dev-java/jaxb-api/files/jaxb-api-2.3.3-dropSecurityManager.patch deleted file mode 100644 index 902cbf74818b..000000000000 --- a/dev-java/jaxb-api/files/jaxb-api-2.3.3-dropSecurityManager.patch +++ /dev/null @@ -1,30 +0,0 @@ -Bug #946906 - ---- a/jaxb-api-test/src/test/java/javax/xml/bind/test/JAXBContextTest.java -+++ b/jaxb-api-test/src/test/java/javax/xml/bind/test/JAXBContextTest.java -@@ -150,7 +150,6 @@ public class JAXBContextTest { - ) { - - // ensure setup may be done ... -- System.setSecurityManager(null); - - if (systemProperty != null) { - System.setProperty("javax.xml.bind.JAXBContextFactory", systemProperty); -@@ -240,7 +239,6 @@ public class JAXBContextTest { - - // unsafe; not running: - cleanResource(jaxbPropsFile); -- System.setSecurityManager(null); - } - - @Test -@@ -263,9 +261,7 @@ public class JAXBContextTest { - - - private void enableSM() { -- System.setSecurityManager(null); - System.setProperty("java.security.policy", classesDir + "javax/xml/bind/test.policy"); -- System.setSecurityManager(new SecurityManager()); - } - - private void cleanResource(Path resource) { diff --git a/dev-java/jaxb-api/files/jaxb-api-4.0.2-dropSecurityManager.patch b/dev-java/jaxb-api/files/jaxb-api-4.0.2-dropSecurityManager.patch deleted file mode 100644 index d604d3a199c9..000000000000 --- a/dev-java/jaxb-api/files/jaxb-api-4.0.2-dropSecurityManager.patch +++ /dev/null @@ -1,30 +0,0 @@ -Bug #946907 - ---- a/jaxb-api-test/src/test/java/jakarta/xml/bind/test/JAXBContextTest.java -+++ b/jaxb-api-test/src/test/java/jakarta/xml/bind/test/JAXBContextTest.java -@@ -150,7 +150,6 @@ public class JAXBContextTest { - ) { - - // ensure setup may be done ... -- System.setSecurityManager(null); - - if (systemProperty != null) { - System.setProperty("jakarta.xml.bind.JAXBContextFactory", systemProperty); -@@ -240,7 +239,6 @@ public class JAXBContextTest { - - // unsafe; not running: - cleanResource(jaxbPropsFile); -- System.setSecurityManager(null); - } - - @Test -@@ -263,9 +261,7 @@ public class JAXBContextTest { - - - private void enableSM() { -- System.setSecurityManager(null); - System.setProperty("java.security.policy", classesDir + "jakarta/xml/bind/test.policy"); -- System.setSecurityManager(new SecurityManager()); - } - - private void cleanResource(Path resource) { |
