[JBoss JIRA] (WFLY-13475) MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml
by Radoslav Husar (Jira)
[ https://issues.redhat.com/browse/WFLY-13475?page=com.atlassian.jira.plugi... ]
Radoslav Husar updated WFLY-13475:
----------------------------------
Fix Version/s: 20.0.0.Beta1
> MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-13475
> URL: https://issues.redhat.com/browse/WFLY-13475
> Project: WildFly
> Issue Type: Bug
> Components: MP Fault Tolerance, Quickstarts
> Affects Versions: 19.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 20.0.0.Beta1
>
>
> (1) WildFly pom is used instead of EAP XP one:
> {code}
> <groupId>org.wildfly.bom</groupId>
> <artifactId>wildfly-microprofile</artifactId>
> <version>${version.server.bom}</version>
> where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0".
> {code}
> This is mentioned in JBEAP-19481 as well.
> (2) Unsupported commands for starting and managing EAP:
> {code}
> mvn wildfly:run &
> mvn wildfly:execute-commands -Dwildfly.commands=/extension=org.wildfly.extension.microprofile.fault-tolerance-smallrye:add
> mvn wildfly:execute-commands -Dwildfly.commands=/subsystem=microprofile-fault-tolerance-smallrye:add
> mvn wildfly:shutdown -Dwildfly.reload=true
> {code}
> (3) I think there's no need to add the subsystem if using standalone-microprofile.xml config where it is already present.
> (4) Consider adding standard sections - see other QS
> * Use of the EAP_HOME and QUICKSTART_HOME Variables
> * Start the JBoss EAP XP Standalone Server
> * Build and Deploy the Quickstart
> * Access the Application
> * Undeploy the Quickstart
> * Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
> There might be additional issues I don't see because of JBEAP-19481.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13475) MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml
by Radoslav Husar (Jira)
[ https://issues.redhat.com/browse/WFLY-13475?page=com.atlassian.jira.plugi... ]
Radoslav Husar updated WFLY-13475:
----------------------------------
Summary: MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml (was: Issues in readme for microprofile-fault-tolerance QS)
> MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-13475
> URL: https://issues.redhat.com/browse/WFLY-13475
> Project: WildFly
> Issue Type: Bug
> Components: MP Fault Tolerance, Quickstarts
> Affects Versions: 19.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 20.0.0.Beta1
>
>
> (1) WildFly pom is used instead of EAP XP one:
> {code}
> <groupId>org.wildfly.bom</groupId>
> <artifactId>wildfly-microprofile</artifactId>
> <version>${version.server.bom}</version>
> where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0".
> {code}
> This is mentioned in JBEAP-19481 as well.
> (2) Unsupported commands for starting and managing EAP:
> {code}
> mvn wildfly:run &
> mvn wildfly:execute-commands -Dwildfly.commands=/extension=org.wildfly.extension.microprofile.fault-tolerance-smallrye:add
> mvn wildfly:execute-commands -Dwildfly.commands=/subsystem=microprofile-fault-tolerance-smallrye:add
> mvn wildfly:shutdown -Dwildfly.reload=true
> {code}
> (3) I think there's no need to add the subsystem if using standalone-microprofile.xml config where it is already present.
> (4) Consider adding standard sections - see other QS
> * Use of the EAP_HOME and QUICKSTART_HOME Variables
> * Start the JBoss EAP XP Standalone Server
> * Build and Deploy the Quickstart
> * Access the Application
> * Undeploy the Quickstart
> * Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
> There might be additional issues I don't see because of JBEAP-19481.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13475) Issues in readme for microprofile-fault-tolerance QS
by Radoslav Husar (Jira)
[ https://issues.redhat.com/browse/WFLY-13475?page=com.atlassian.jira.plugi... ]
Radoslav Husar updated WFLY-13475:
----------------------------------
Component/s: MP Fault Tolerance
> Issues in readme for microprofile-fault-tolerance QS
> ----------------------------------------------------
>
> Key: WFLY-13475
> URL: https://issues.redhat.com/browse/WFLY-13475
> Project: WildFly
> Issue Type: Bug
> Components: MP Fault Tolerance, Quickstarts
> Affects Versions: 19.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 20.0.0.Beta1
>
>
> (1) WildFly pom is used instead of EAP XP one:
> {code}
> <groupId>org.wildfly.bom</groupId>
> <artifactId>wildfly-microprofile</artifactId>
> <version>${version.server.bom}</version>
> where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0".
> {code}
> This is mentioned in JBEAP-19481 as well.
> (2) Unsupported commands for starting and managing EAP:
> {code}
> mvn wildfly:run &
> mvn wildfly:execute-commands -Dwildfly.commands=/extension=org.wildfly.extension.microprofile.fault-tolerance-smallrye:add
> mvn wildfly:execute-commands -Dwildfly.commands=/subsystem=microprofile-fault-tolerance-smallrye:add
> mvn wildfly:shutdown -Dwildfly.reload=true
> {code}
> (3) I think there's no need to add the subsystem if using standalone-microprofile.xml config where it is already present.
> (4) Consider adding standard sections - see other QS
> * Use of the EAP_HOME and QUICKSTART_HOME Variables
> * Start the JBoss EAP XP Standalone Server
> * Build and Deploy the Quickstart
> * Access the Application
> * Undeploy the Quickstart
> * Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
> There might be additional issues I don't see because of JBEAP-19481.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13475) Issues in readme for microprofile-fault-tolerance QS
by Radoslav Husar (Jira)
[ https://issues.redhat.com/browse/WFLY-13475?page=com.atlassian.jira.plugi... ]
Radoslav Husar moved JBEAP-19501 to WFLY-13475:
-----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-13475 (was: JBEAP-19501)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: 19.1.0.Final
(was: EAP-XP-1.0.0.GA-CR1)
> Issues in readme for microprofile-fault-tolerance QS
> ----------------------------------------------------
>
> Key: WFLY-13475
> URL: https://issues.redhat.com/browse/WFLY-13475
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Affects Versions: 19.1.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 20.0.0.Beta1
>
>
> (1) WildFly pom is used instead of EAP XP one:
> {code}
> <groupId>org.wildfly.bom</groupId>
> <artifactId>wildfly-microprofile</artifactId>
> <version>${version.server.bom}</version>
> where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0".
> {code}
> This is mentioned in JBEAP-19481 as well.
> (2) Unsupported commands for starting and managing EAP:
> {code}
> mvn wildfly:run &
> mvn wildfly:execute-commands -Dwildfly.commands=/extension=org.wildfly.extension.microprofile.fault-tolerance-smallrye:add
> mvn wildfly:execute-commands -Dwildfly.commands=/subsystem=microprofile-fault-tolerance-smallrye:add
> mvn wildfly:shutdown -Dwildfly.reload=true
> {code}
> (3) I think there's no need to add the subsystem if using standalone-microprofile.xml config where it is already present.
> (4) Consider adding standard sections - see other QS
> * Use of the EAP_HOME and QUICKSTART_HOME Variables
> * Start the JBoss EAP XP Standalone Server
> * Build and Deploy the Quickstart
> * Access the Application
> * Undeploy the Quickstart
> * Run the Quickstart in Red Hat JBoss Developer Studio or Eclipse
> There might be additional issues I don't see because of JBEAP-19481.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13474) Wrong licenses (failed license check)
by Vladimir Dosoudil (Jira)
[ https://issues.redhat.com/browse/WFLY-13474?page=com.atlassian.jira.plugi... ]
Vladimir Dosoudil updated WFLY-13474:
-------------------------------------
Description:
There're several issues appeared during license check.
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the Licence information for projects delivered with JBoss products authorized by Prod Core Team.
was:
There're several issues appeared during license check.
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
> Wrong licenses (failed license check)
> -------------------------------------
>
> Key: WFLY-13474
> URL: https://issues.redhat.com/browse/WFLY-13474
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Reporter: Vladimir Dosoudil
> Assignee: Brian Stansberry
> Priority: Major
>
> There're several issues appeared during license check.
> +Full feature pack:+
> * wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
> * wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
> * wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
> * wrong license for rngom (MIT -> EDLv1.0)
> * wrong licence for httpcore (removed CCA license)
> * wrong license for httpcore-nio (removed CCA license)
> * wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
> * wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
> * wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
> * missing license for jboss-transaction-api_1.3_spec
> * wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
> * wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
> * redundant license for jboss-saaj-api_1.3_spec
> * missing license for jboss-saaj-api_1.4_spec
> * wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
> * missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
> * wrong ordering of licenses for artemis-* artifacts
> * updated content of BSD-3-clause license
> * updated content of MPLv2.0 license
> * updated content of Plexus Classworlds license
> +Microprofile feature pack:+
> * missing license for smallrye-fault-tolerance-core
> * wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
> * missing content of ASLv2.0 license
> * missing content of GPLv2.1
> +Servlet feature pack:+
> * wrong ordering of licenses for jboss-el-api_3.0_spec
> * wrong ordering of wildfly-event-logger
> * redundant license for wildfly-event-logger
> +Optional:+
> * licenses urls are not synced with the Licence information for projects delivered with JBoss products authorized by Prod Core Team.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13474) Wrong licenses (failed license check)
by Vladimir Dosoudil (Jira)
[ https://issues.redhat.com/browse/WFLY-13474?page=com.atlassian.jira.plugi... ]
Vladimir Dosoudil updated WFLY-13474:
-------------------------------------
Description:
There're several issues appeared during license check.
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
was:
There're several issues appeared during license check
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
> Wrong licenses (failed license check)
> -------------------------------------
>
> Key: WFLY-13474
> URL: https://issues.redhat.com/browse/WFLY-13474
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Reporter: Vladimir Dosoudil
> Assignee: Brian Stansberry
> Priority: Major
>
> There're several issues appeared during license check.
> +Full feature pack:+
> * wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
> * wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
> * wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
> * wrong license for rngom (MIT -> EDLv1.0)
> * wrong licence for httpcore (removed CCA license)
> * wrong license for httpcore-nio (removed CCA license)
> * wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
> * wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
> * wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
> * missing license for jboss-transaction-api_1.3_spec
> * wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
> * wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
> * redundant license for jboss-saaj-api_1.3_spec
> * missing license for jboss-saaj-api_1.4_spec
> * wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
> * missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
> * wrong ordering of licenses for artemis-* artifacts
> * updated content of BSD-3-clause license
> * updated content of MPLv2.0 license
> * updated content of Plexus Classworlds license
> +Microprofile feature pack:+
> * missing license for smallrye-fault-tolerance-core
> * wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
> * missing content of ASLv2.0 license
> * missing content of GPLv2.1
> +Servlet feature pack:+
> * wrong ordering of licenses for jboss-el-api_3.0_spec
> * wrong ordering of wildfly-event-logger
> * redundant license for wildfly-event-logger
> +Optional:+
> * licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13474) Wrong licenses (failed license check)
by Vladimir Dosoudil (Jira)
[ https://issues.redhat.com/browse/WFLY-13474?page=com.atlassian.jira.plugi... ]
Vladimir Dosoudil updated WFLY-13474:
-------------------------------------
Description:
There're several issues appeared during license check
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
was:
There're several issues appeared during license check.
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
> Wrong licenses (failed license check)
> -------------------------------------
>
> Key: WFLY-13474
> URL: https://issues.redhat.com/browse/WFLY-13474
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Reporter: Vladimir Dosoudil
> Assignee: Brian Stansberry
> Priority: Major
>
> There're several issues appeared during license check
> +Full feature pack:+
> * wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
> * wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
> * wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
> * wrong license for rngom (MIT -> EDLv1.0)
> * wrong licence for httpcore (removed CCA license)
> * wrong license for httpcore-nio (removed CCA license)
> * wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
> * wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
> * wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
> * wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
> * missing license for jboss-transaction-api_1.3_spec
> * wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
> * wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
> * redundant license for jboss-saaj-api_1.3_spec
> * missing license for jboss-saaj-api_1.4_spec
> * wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
> * missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
> * wrong ordering of licenses for artemis-* artifacts
> * updated content of BSD-3-clause license
> * updated content of MPLv2.0 license
> * updated content of Plexus Classworlds license
> +Microprofile feature pack:+
> * missing license for smallrye-fault-tolerance-core
> * wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
> * missing content of ASLv2.0 license
> * missing content of GPLv2.1
> +Servlet feature pack:+
> * wrong ordering of licenses for jboss-el-api_3.0_spec
> * wrong ordering of wildfly-event-logger
> * redundant license for wildfly-event-logger
> +Optional:+
> * licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (WFLY-13474) Wrong licenses (failed license check)
by Vladimir Dosoudil (Jira)
Vladimir Dosoudil created WFLY-13474:
----------------------------------------
Summary: Wrong licenses (failed license check)
Key: WFLY-13474
URL: https://issues.redhat.com/browse/WFLY-13474
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Vladimir Dosoudil
Assignee: Brian Stansberry
There're several issues appeared during license check.
+Full feature pack:+
* wrong license for istack-commons-runtime (GPLv2.0 -> EDLv1.0)
* wrong license for istack-commons-tools (GPLv2.0 -> EDLv1.0)
* wrong license for relaxng-datatype (GPLv2.0 -> EDLv1.0)
* wrong license for rngom (MIT -> EDLv1.0)
* wrong licence for httpcore (removed CCA license)
* wrong license for httpcore-nio (removed CCA license)
* wrong license for jaxb codemodel (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-jxc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-runtime (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb-xjc (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb txw2 (CCDL+GPL -> EDLv1.0)
* wrong license for jaxb xsom (CCDL+GPL -> EDLv1.0)
* wrong license for jboss-jms-api_2.0_spec (CCDL -> EDLv1.0)
* wrong license for jboss-connector-api_1.7_spec (CCDL -> EDLv1.0+GPLv2.0-CE)
* missing license for jboss-transaction-api_1.3_spec
* wrong license for jboss-jaxb-api_2.3_spec (CCDL -> EDLv1.0)
* wrong license for jboss-jaxrpc-api_1.1_spec (CCDL -> EDLv1.0)
* redundant license for jboss-saaj-api_1.3_spec
* missing license for jboss-saaj-api_1.4_spec
* wrong license for jboss-jaxws-api_2.3_spec (CCDL -> EDLv1.0)
* missing dual license for stax-ex (CCDL -> CCDL+GPLv2.0-CE)
* wrong ordering of licenses for artemis-* artifacts
* updated content of BSD-3-clause license
* updated content of MPLv2.0 license
* updated content of Plexus Classworlds license
+Microprofile feature pack:+
* missing license for smallrye-fault-tolerance-core
* wrong ordering of licenses for wildfly-microprofile-fault-tolerance-smallrye-* artifacts
* missing content of ASLv2.0 license
* missing content of GPLv2.1
+Servlet feature pack:+
* wrong ordering of licenses for jboss-el-api_3.0_spec
* wrong ordering of wildfly-event-logger
* redundant license for wildfly-event-logger
+Optional:+
* licenses urls are not synced with the [Licence information for projects delivered with JBoss products|https://code.engineering.redhat.com/gerrit/gitweb?p=jboss-licens...] authorized by Prod Core Team.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months