-
Release
-
Resolution: Done
-
Major
-
3.1.4.Final
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
According to your RestEasy documentation at
http://docs.jboss.org/resteasy/docs/3.1.4.Final/userguide/html_single/index.html#license
all files are licensed under either ASL 2.0 or LGPL.
However on examining all the dependencies the following file is found jboss-jaxrs-api_2.0_spec-1.0.1.Beta1.jar.
According to the Maven Repo for this file, it has licenses under CDDL and GPL 2
https://mvnrepository.com/artifact/org.jboss.spec.javax.ws.rs/jboss-jaxrs-api_2.0_spec/1.0.1.Beta1
I'm assuming the Maven repo is just labelled incorrectly but clarification and an update would be appreciated as if it releases something under GPL 2 this has larger ramifications.to any project using this framework.
I see similar conflicts (CDDL or GPL 2) with the following dependant files
jboss-annotations-api_1.2_spec-1.0.0.Final.jar
javax.websocket-api-1.0.jar
javax.servlet-api-3.1.0.jar
Thanks in advance