[java-identity-provider] branch main updated: GEN-266 - Seal as many jars as practical

Scott Cantor cantor.2 at osu.edu
Thu Sep 17 22:39:59 UTC 2020


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

scantor pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
       new  c047c8900 GEN-266 - Seal as many jars as practical
c047c8900 is described below

commit c047c89007e9ea4df14b78f71ab5bfba427eaaf0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 18:39:56 2020 -0400

    GEN-266 - Seal as many jars as practical
    
    https://issues.shibboleth.net/jira/browse/GEN-266
    
    Seal IdP jars.
---
 idp-parent/pom.xml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 97b0bc109..a4aef2813 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -99,7 +99,7 @@
     </repositories>
 
     <dependencies>
-	<!-- This file should contain NO additional dependencies.  See IDP-1620. -->
+    <!-- This file should contain NO additional dependencies.  See IDP-1620. -->
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
             <artifactId>slf4j-api</artifactId>
@@ -128,7 +128,7 @@
         used by all project modules. -->
     <dependencyManagement>
         <dependencies>
-	    <!-- Import Dependencies:  OpenSAML -->
+        <!-- Import Dependencies:  OpenSAML -->
             <dependency>
                 <groupId>${opensaml.groupId}</groupId>
                 <artifactId>opensaml-bom</artifactId>
@@ -194,11 +194,11 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
-		<groupId>net.shibboleth.utilities</groupId>
-		<artifactId>java-support</artifactId>
-		<version>${java-support.version}</version>
-		<type>test-jar</type>
-		<scope>test</scope>
+                <groupId>net.shibboleth.utilities</groupId>
+                <artifactId>java-support</artifactId>
+                <version>${java-support.version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
             </dependency>
 
         </dependencies>
@@ -242,6 +242,7 @@
                     <archive>
                         <manifestEntries>
                             <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
+                            <Sealed>true</Sealed>
                         </manifestEntries>
                     </archive>
                 </configuration>

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


More information about the commits mailing list