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

[WFLY-10069] Remove all slf4j dependencies from WildFly #11049

Merged
merged 1 commit into from Apr 3, 2018

Conversation

jmesnil
Copy link
Member

@jmesnil jmesnil commented Mar 22, 2018

With WFCORE-3703, all SLF4J dependencies are declared in WildFly Core

JIRA: https://issues.jboss.org/browse/WFLY-10069

@jmesnil
Copy link
Member Author

jmesnil commented Mar 22, 2018

This PR can merged after the component upgrade for wildfly-core that will incorporate wildfly/wildfly-core#3182

@jmesnil jmesnil added the core-upgrade-needed PR requires a wildfly-core change to be merged and integrated first label Mar 22, 2018
@jmesnil jmesnil requested a review from jamezp March 22, 2018 12:04
<module xmlns="urn:jboss:module:1.5" name="org.slf4j.ext">

<properties>
<property name="jboss.api" value="deprecated"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was deprecated in EAP 7.1.0.
For EAP 6.4.0 and 7.0.0 it was public module.

This cannot be removed now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, it's move of slf4j stuff to wf-core, not total removal. Ignore my comment please.

https://github.com/wildfly/wildfly-core/pull/3182/files#diff-0267876148955d4bc36a55f5c9fae951R25

@jamezp
Copy link
Member

jamezp commented Mar 22, 2018

@mkouba Does Weld still use ch.qos.cal10n?

@mkouba
Copy link
Contributor

mkouba commented Mar 22, 2018

@jamezp No, it doesn't.. for a long time.

@gaol
Copy link
Contributor

gaol commented Mar 29, 2018

Looks like the slf4j artifacts are back again at component-matrix/pom.xml when fixing https://issues.jboss.org/browse/WFLY-9911

@kabir kabir removed the core-upgrade-needed PR requires a wildfly-core change to be merged and integrated first label Mar 29, 2018
@kabir
Copy link
Contributor

kabir commented Mar 29, 2018

Retest this please

@kabir
Copy link
Contributor

kabir commented Mar 29, 2018

@jmesnil needs a rebase

@kabir kabir added the rebase-this PR has a merge conflict. label Mar 29, 2018
With WFCORE-3703, all SLF4J dependencies are declared in WildFly Core

JIRA: https://issues.jboss.org/browse/WFLY-10069
@jmesnil jmesnil force-pushed the WFLY-10069_slf4j_dependencies branch from 31346ab to a820451 Compare March 30, 2018 10:04
@jmesnil jmesnil removed the rebase-this PR has a merge conflict. label Mar 30, 2018
@jmesnil
Copy link
Member Author

jmesnil commented Mar 30, 2018

retest this please

@kabir kabir merged commit 4a8278c into wildfly:master Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants