[JBoss JIRA] (JBWS-4138) JDK11 illegal reflective access warnings in gmavenplus-plugin
by Jim Ma (Jira)
[ https://issues.jboss.org/browse/JBWS-4138?page=com.atlassian.jira.plugin.... ]
Jim Ma commented on JBWS-4138:
------------------------------
[~rsearls] So this can be marked as "Rejected or something else" ?
> JDK11 illegal reflective access warnings in gmavenplus-plugin
> -------------------------------------------------------------
>
> Key: JBWS-4138
> URL: https://issues.jboss.org/browse/JBWS-4138
> Project: JBoss Web Services
> Issue Type: Bug
> Affects Versions: jbossws-cxf-5.2.3.Final
> Reporter: Jan Blizňák
> Priority: Major
> Fix For: jbossws-cxf-5.3.0.Final
>
>
> When running build with JDK11, the execution of gmavenplus-plugin during testsuite prints illegal reflective access warnings
> {code:java}
> [INFO] --- gmavenplus-plugin:1.5:execute (testsuite-default) @ jbossws-cxf-specific-tests ---
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jbliznak/.m2/repository/org/codehaus/groovy/groovy-all/2.4.15/groovy-all-2.4.15.jar) to method java.lang.Object.finalize()
> WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {code}
> This will become problem in JDK 12
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 7 months
[JBoss JIRA] (JBWS-4169) Remove commons-lang3 dependency
by Jim Ma (Jira)
[ https://issues.jboss.org/browse/JBWS-4169?page=com.atlassian.jira.plugin.... ]
Jim Ma updated JBWS-4169:
-------------------------
Summary: Remove commons-lang3 dependency (was: Evaluate removeing commons-lang3 dependency )
> Remove commons-lang3 dependency
> --------------------------------
>
> Key: JBWS-4169
> URL: https://issues.jboss.org/browse/JBWS-4169
> Project: JBoss Web Services
> Issue Type: Task
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-5.2.4.Final
> Reporter: Jim Ma
> Priority: Major
>
> Look at if this can be removed from cxf/tools/wsdlto/frontend/jaxws/pom.xml first
> [INFO] -----------< org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws >-----------
> [INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend 3.2.8
> [INFO] -------------------------------[ bundle ]-------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ cxf-tools-wsdlto-frontend-jaxws ---
> [INFO] org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws:bundle:3.2.8
> [INFO] +- junit:junit:jar:4.12:test
> [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
> [INFO] +- org.apache.cxf:cxf-tools-common:jar:3.2.8:compile
> [INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.0:compile
> [INFO] | | \- org.slf4j:slf4j-api:jar:1.7.25:compile
> [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
> [INFO] | +- wsdl4j:wsdl4j:jar:1.6.3:compile
> [INFO] | +- com.sun.xml.bind:jaxb-xjc:jar:2.2.11:compile
> [INFO] | +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
> [INFO] | \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
> [INFO] +- xml-resolver:xml-resolver:jar:1.2:compile
> [INFO] +- org.apache.cxf:cxf-core:jar:3.2.8:compile
> [INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile
> [INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
> [INFO] | \- org.apache.ws.xmlschema:xmlschema-core:jar:2.2.4:compile
> [INFO] +- org.apache.cxf:cxf-tools-wsdlto-core:jar:3.2.8:compile
> [INFO] | +- org.apache.cxf:cxf-tools-validator:jar:3.2.8:compile
> [INFO] | | \- org.apache.cxf:cxf-rt-bindings-soap:jar:3.2.8:compile
> [INFO] | | \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.2.8:compile
> [INFO] | \- org.apache.cxf:cxf-rt-wsdl:jar:3.2.8:compile
> [INFO] | \- org.ow2.asm:asm:jar:7.0:compile
> [INFO] \- org.apache.commons:commons-text:jar:1.6:compile
> [INFO] \- org.apache.commons:commons-lang3:jar:3.8.1:compile
> [INFO] ------------------------------------------------------------------------
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (JBWS-4169) Evaluate removeing commons-lang3 dependency
by Jim Ma (Jira)
Jim Ma created JBWS-4169:
----------------------------
Summary: Evaluate removeing commons-lang3 dependency
Key: JBWS-4169
URL: https://issues.jboss.org/browse/JBWS-4169
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.2.4.Final
Reporter: Jim Ma
Look at if this can be removed from cxf/tools/wsdlto/frontend/jaxws/pom.xml first
[INFO] -----------< org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws >-----------
[INFO] Building Apache CXF Command Line Tools WSDLTo JAXWS Frontend 3.2.8
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ cxf-tools-wsdlto-frontend-jaxws ---
[INFO] org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws:bundle:3.2.8
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.apache.cxf:cxf-tools-common:jar:3.2.8:compile
[INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.0:compile
[INFO] | | \- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] | +- com.sun.xml.bind:jaxb-xjc:jar:2.2.11:compile
[INFO] | +- com.sun.xml.bind:jaxb-core:jar:2.2.11:compile
[INFO] | \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:compile
[INFO] +- xml-resolver:xml-resolver:jar:1.2:compile
[INFO] +- org.apache.cxf:cxf-core:jar:3.2.8:compile
[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile
[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] | \- org.apache.ws.xmlschema:xmlschema-core:jar:2.2.4:compile
[INFO] +- org.apache.cxf:cxf-tools-wsdlto-core:jar:3.2.8:compile
[INFO] | +- org.apache.cxf:cxf-tools-validator:jar:3.2.8:compile
[INFO] | | \- org.apache.cxf:cxf-rt-bindings-soap:jar:3.2.8:compile
[INFO] | | \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.2.8:compile
[INFO] | \- org.apache.cxf:cxf-rt-wsdl:jar:3.2.8:compile
[INFO] | \- org.ow2.asm:asm:jar:7.0:compile
[INFO] \- org.apache.commons:commons-text:jar:1.6:compile
[INFO] \- org.apache.commons:commons-lang3:jar:3.8.1:compile
[INFO] ------------------------------------------------------------------------
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months