[java-support] branch main updated: GEN-266 - Seal as many jars as possible

Scott Cantor cantor.2 at osu.edu
Thu Sep 17 14:33:03 UTC 2020


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

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

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

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

commit a5b5a526d134928d666bc426d89ebbb361629c2b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 10:32:53 2020 -0400

    GEN-266 - Seal as many jars as possible
    
    https://issues.shibboleth.net/jira/browse/GEN-266
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 01a19c1..2af275f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,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