[java-opensaml] branch main updated: Resolve package sealing error.

Brent Putman putmanb at georgetown.edu
Fri May 30 01:48:10 UTC 2025


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=efb57d7b8f54cd510f338774713b3bcc21db88da

The following commit(s) were added to refs/heads/main by this push:
     new efb57d7b8 Resolve package sealing error.
efb57d7b8 is described below

commit efb57d7b8f54cd510f338774713b3bcc21db88da
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu May 29 21:47:17 2025 -0400

    Resolve package sealing error.
---
 .../opensaml/saml/saml2/profile/{ => impl}/SAML2ObjectSupportTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/profile/SAML2ObjectSupportTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/profile/impl/SAML2ObjectSupportTest.java
similarity index 98%
rename from opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/profile/SAML2ObjectSupportTest.java
rename to opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/profile/impl/SAML2ObjectSupportTest.java
index 6dee4b8e9..35b4417ae 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/profile/SAML2ObjectSupportTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/profile/impl/SAML2ObjectSupportTest.java
@@ -12,7 +12,7 @@
  * limitations under the License.
  */
 
-package org.opensaml.saml.saml2.profile;
+package org.opensaml.saml.saml2.profile.impl;
 
 import javax.annotation.Nonnull;
 
@@ -22,6 +22,7 @@ import org.opensaml.saml.saml2.core.EncryptedID;
 import org.opensaml.saml.saml2.core.NameID;
 import org.opensaml.saml.saml2.core.Subject;
 import org.opensaml.saml.saml2.core.tests.MockBaseID;
+import org.opensaml.saml.saml2.profile.SAML2ObjectSupport;
 import org.testng.Assert;
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list