Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-5595][WFCORE-5596][WFLY-15350] Upgrading to JBoss Modules 2.0.0.Final and JAXP refactoring from WFCORE to WF #4812

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented Oct 15, 2021

This pull request upgrades JBoss Modules to 2.0.0.Final version (eliminates JAXP hack that was there for years) and moves
Woodstox, Xerces & Xalan dependencies from WildFly Core to WildFly.

https://issues.redhat.com/browse/WFLY-15350
https://issues.redhat.com/browse/WFCORE-5595
https://issues.redhat.com/browse/WFCORE-5596

This pull request is following up on:
wildfly/wildfly#14768
wildfly/wildfly#14711

… eliminating Woodstox, Xerces & Xalan dependencies from WildFly Core. These are provided by WildFly.
@github-actions github-actions bot added the deps-changed Dependencies have been checked, and there are changes highlighted in a comment label Oct 15, 2021
@github-actions
Copy link

Dependency Tree Analyzer Output:

Removed Dependencies:

  • com.fasterxml.woodstox:woodstox-core:jar:6.0.3:compile
  • org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
  • xerces:xercesImpl:jar:2.12.0.SP03:compile

Major Version Changes:

  • org.jboss.modules:jboss-modules:jar:1.12.0.Final:compile -> 2.0.0.Final

CC @wildfly/prod

@wildfly-ci
Copy link

Core - Full Integration Build 10962 outcome was FAILURE using a merge of 2aa6d05
Summary: Tests failed: 1 (1 new), passed: 4072, ignored: 44 Build time: 01:36:57

Failed tests

org.jboss.as.test.layers.LayersTestCase.testServlet: java.lang.Exception: Some unreferenced modules are un-expected [org.apache.xerces, org.codehaus.woodstox]
	at org.jboss.as.test.layers.LayersTest.test(LayersTest.java:109)
	at org.jboss.as.test.layers.LayersTestCase.testServlet(LayersTestCase.java:142)


@jmesnil jmesnil merged commit ded8839 into wildfly:main Oct 18, 2021
@jmesnil
Copy link
Member

jmesnil commented Oct 18, 2021

@ropalka thanks!

@ropalka ropalka deleted the WFCORE-5595 branch October 18, 2021 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-changed Dependencies have been checked, and there are changes highlighted in a comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants