[JIRA] (OSJ-344) Exclude JAXB from xmlsec dependencies
Ian Young (Jira)
jira at shibboleth.atlassian.net
Thu Oct 21 09:39:18 UTC 2021
Ian Young ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae127cb03-43ed-473d-b6ba-592949cb4be8 ) *commented* on OSJ-344 ( https://shibboleth.atlassian.net/browse/OSJ-344?atlOrigin=eyJpIjoiMWY3Y2JmYjdhZDVkNDJiZGJiMTU4Y2Y5OWQxMzdhZGQiLCJwIjoiaiJ9 )
Re: Exclude JAXB from xmlsec dependencies ( https://shibboleth.atlassian.net/browse/OSJ-344?atlOrigin=eyJpIjoiMWY3Y2JmYjdhZDVkNDJiZGJiMTU4Y2Y5OWQxMzdhZGQiLCJwIjoiaiJ9 )
The enforcement mechanism we’ve used for this kind of thing before isn’t related to signing and predates Rod’s stuff. There’s an enforcer execution in idp-parent/pom.xml around line 234:
<excludes>
<!--
Ban use of old variants of the Java EE
component implementations, and of the
corresponding API modules.
-->
<exclude> jakarta.activation:jakarta.activation-api </exclude>
<exclude> javax.activation:activation </exclude>
<exclude> javax.activation:activation-api </exclude>
<exclude> javax.mail:mail </exclude>
<exclude> javax.xml.bind:jaxb-api </exclude>
<exclude> com.sun.mail:javax.mail </exclude>
</excludes>
( https://shibboleth.atlassian.net/browse/OSJ-344#add-comment?atlOrigin=eyJpIjoiMWY3Y2JmYjdhZDVkNDJiZGJiMTU4Y2Y5OWQxMzdhZGQiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/OSJ-344#add-comment?atlOrigin=eyJpIjoiMWY3Y2JmYjdhZDVkNDJiZGJiMTU4Y2Y5OWQxMzdhZGQiLCJwIjoiaiJ9 )
Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100183- sha1:5243dda )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20211021/3f4236a0/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-beadb98a-01c2-4d8c-911a-1feaf8b3810f
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211021/3f4236a0/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-ab084ff0-3556-4dc4-aaff-9345ea567e58
Type: image/png
Size: 457 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211021/3f4236a0/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-b9edff8a-2ce6-4cd0-a93d-a09ce12be9c9
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211021/3f4236a0/attachment-0005.png>
More information about the commits
mailing list