You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previously closed issue regarding tyrus-standalone-client licenses is not fully resolved. After the bugfix update we see the following for tyrus-standalone-client:
"licenses": "Eclipse Public License (EPL), Version 2.0,GPL",
"normalized_licenses": [
"EPL-1.0",
"GPL-2.0+"
]
The previously closed issue regarding
tyrus-standalone-clientlicenses is not fully resolved. After the bugfix update we see the following fortyrus-standalone-client:Visible here: https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.glassfish.tyrus.bundles:tyrus-standalone-client
This is missing the GNU Classpath Exception, which is a crucial distinction. See the Maven listing here: https://mvnrepository.com/artifact/org.glassfish.tyrus.bundles/tyrus-standalone-client/2.1.3
And the license definition here: https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html
Can this be fixed to represent the proper Classpath Exception in the license?