[JBoss JIRA] (WFLY-13512) Duplicated classes in META-INF folder
by Richard Opalka (Jira)
[ https://issues.redhat.com/browse/WFLY-13512?page=com.atlassian.jira.plugi... ]
Richard Opalka resolved WFLY-13512.
-----------------------------------
Assignee: Richard Opalka
Resolution: Rejected
> Duplicated classes in META-INF folder
> -------------------------------------
>
> Key: WFLY-13512
> URL: https://issues.redhat.com/browse/WFLY-13512
> Project: WildFly
> Issue Type: Quality Risk
> Reporter: Antonio Fernandez Alhambra
> Assignee: Richard Opalka
> Priority: Major
> Labels: reported-by-qe
> Attachments: Screenshot from 2020-05-14 17-20-16.png
>
>
> There are duplicated classes inside the org.wildfly.common:wildfly-common file.
> So whenever the enforcer maven plugin is used for building, if there is a dependency in the pom.xml, enforcer plugin will fail complaining about this jar due to these duplicated jar files.
> {noformat}
> Duplicate classes found:
> Found in:
> org.kie.server:kie-server-router-proxy:jar:7.38.0-SNAPSHOT:compile
> org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
> Duplicate classes:
> META-INF/versions/9/org/wildfly/common/lock/JDKSpecific.class
> META-INF/versions/9/org/wildfly/common/os/ProcessRedirect.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions$Target_PauseNode.class
> META-INF/versions/9/org/wildfly/common/os/GetProcessInfoAction.class
> META-INF/versions/9/org/wildfly/common/lock/JDKSpecific$1.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions$Target_JDKSpecific.class
> META-INF/versions/11/org/wildfly/common/archive/JDKSpecific.class
> META-INF/versions/9/org/wildfly/common/cpu/ProcessorInfo.class
> {noformat}
> Seems these duplicated classes are bundled in the jar since version 1.4.x onwards.
> These duplicated classes are located in the META-INF/versions folders inside the jar.
> Attached a screenshot of the same.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ELY-1971) Bad designed wildlfy-elytron jar, shaded jar with dependencies
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1971?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse commented on ELY-1971:
---------------------------------------
The boms don't yet exist but that is certainly the next stage we need to be looking into, after splitting the project into it's separate modules we still had some awkward inter dependencies which are not almost all cleaned up for WildFly Elytron 2.0 so that is where we need to define them.
> Bad designed wildlfy-elytron jar, shaded jar with dependencies
> --------------------------------------------------------------
>
> Key: ELY-1971
> URL: https://issues.redhat.com/browse/ELY-1971
> Project: WildFly Elytron
> Issue Type: Bug
> Reporter: Marek Novotny
> Priority: Minor
>
> Wildfly-elytron jar is shaded with all wildfly elytron modules + jboss-logging, but it keeps the shaded classes in jar in its dependency chain which makes duplicated classes in dependency tree when using the wildfly-elytron in maven project.
> Avoiding duplicates would effectively need to add exclusion dependency to wildfly-elytron like:
> {noformat}
> <dependency>
> <groupId>org.wildlfy.security</groupId>
> <artifactId>wildfly-elytron</artifactId>
> <version>some-version</version>
> <exclusions>
> <exclusion>
> <groupId>*</groupId>
> <artifactId>*</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ELY-1972) Elytron server truststore configuration for root CA
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1972?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse resolved ELY-1972.
-----------------------------------
Resolution: Rejected
I would suggest starting a discussion in the WildFly Google Group: -
https://groups.google.com/forum/#!forum/wildfly
Jira is for the raising of bug reports / feature requests etc.. And it not used for general assistance type requests.
> Elytron server truststore configuration for root CA
> ---------------------------------------------------
>
> Key: ELY-1972
> URL: https://issues.redhat.com/browse/ELY-1972
> Project: WildFly Elytron
> Issue Type: Clarification
> Components: Certificate Authority, KeyStores, SSL
> Reporter: Meena Meghana Ravuri
> Priority: Major
>
> Hi,
> I configured two way SSL context in eytron (to make use of credential store). But I still face following error:
> javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> This error is gone when I add server's CA certificate to jre certificate store. Is there any way that I can add server's CA certificate to server.truststore and make do with it? Please help
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-13512) Duplicated classes in META-INF folder
by Antonio Fernandez Alhambra (Jira)
[ https://issues.redhat.com/browse/WFLY-13512?page=com.atlassian.jira.plugi... ]
Antonio Fernandez Alhambra edited comment on WFLY-13512 at 5/26/20 3:20 AM:
----------------------------------------------------------------------------
Ok, thanks for the update [~ropalka]
Feel free to close/reject this ticket then.
was (Author: antferna):
Ok, thanks for the update [~ropalka]
> Duplicated classes in META-INF folder
> -------------------------------------
>
> Key: WFLY-13512
> URL: https://issues.redhat.com/browse/WFLY-13512
> Project: WildFly
> Issue Type: Quality Risk
> Reporter: Antonio Fernandez Alhambra
> Priority: Major
> Labels: reported-by-qe
> Attachments: Screenshot from 2020-05-14 17-20-16.png
>
>
> There are duplicated classes inside the org.wildfly.common:wildfly-common file.
> So whenever the enforcer maven plugin is used for building, if there is a dependency in the pom.xml, enforcer plugin will fail complaining about this jar due to these duplicated jar files.
> {noformat}
> Duplicate classes found:
> Found in:
> org.kie.server:kie-server-router-proxy:jar:7.38.0-SNAPSHOT:compile
> org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
> Duplicate classes:
> META-INF/versions/9/org/wildfly/common/lock/JDKSpecific.class
> META-INF/versions/9/org/wildfly/common/os/ProcessRedirect.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions$Target_PauseNode.class
> META-INF/versions/9/org/wildfly/common/os/GetProcessInfoAction.class
> META-INF/versions/9/org/wildfly/common/lock/JDKSpecific$1.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions$Target_JDKSpecific.class
> META-INF/versions/11/org/wildfly/common/archive/JDKSpecific.class
> META-INF/versions/9/org/wildfly/common/cpu/ProcessorInfo.class
> {noformat}
> Seems these duplicated classes are bundled in the jar since version 1.4.x onwards.
> These duplicated classes are located in the META-INF/versions folders inside the jar.
> Attached a screenshot of the same.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-13512) Duplicated classes in META-INF folder
by Antonio Fernandez Alhambra (Jira)
[ https://issues.redhat.com/browse/WFLY-13512?page=com.atlassian.jira.plugi... ]
Antonio Fernandez Alhambra commented on WFLY-13512:
---------------------------------------------------
Ok, thanks for the update [~ropalka]
> Duplicated classes in META-INF folder
> -------------------------------------
>
> Key: WFLY-13512
> URL: https://issues.redhat.com/browse/WFLY-13512
> Project: WildFly
> Issue Type: Quality Risk
> Reporter: Antonio Fernandez Alhambra
> Priority: Major
> Labels: reported-by-qe
> Attachments: Screenshot from 2020-05-14 17-20-16.png
>
>
> There are duplicated classes inside the org.wildfly.common:wildfly-common file.
> So whenever the enforcer maven plugin is used for building, if there is a dependency in the pom.xml, enforcer plugin will fail complaining about this jar due to these duplicated jar files.
> {noformat}
> Duplicate classes found:
> Found in:
> org.kie.server:kie-server-router-proxy:jar:7.38.0-SNAPSHOT:compile
> org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
> Duplicate classes:
> META-INF/versions/9/org/wildfly/common/lock/JDKSpecific.class
> META-INF/versions/9/org/wildfly/common/os/ProcessRedirect.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions$Target_PauseNode.class
> META-INF/versions/9/org/wildfly/common/os/GetProcessInfoAction.class
> META-INF/versions/9/org/wildfly/common/lock/JDKSpecific$1.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions.class
> META-INF/versions/9/org/wildfly/common/lock/Substitutions$Target_JDKSpecific.class
> META-INF/versions/11/org/wildfly/common/archive/JDKSpecific.class
> META-INF/versions/9/org/wildfly/common/cpu/ProcessorInfo.class
> {noformat}
> Seems these duplicated classes are bundled in the jar since version 1.4.x onwards.
> These duplicated classes are located in the META-INF/versions folders inside the jar.
> Attached a screenshot of the same.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month