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

[BUG] - JCL-Over-SLF4J Module Definition does not specify the service loader for JPMS applications #414

Open
GedMarc opened this issue Apr 14, 2024 · 1 comment
Assignees

Comments

@GedMarc
Copy link

GedMarc commented Apr 14, 2024

Hey Guys,

The module definition for the jcl-over-slf4j unfortunately does not specify the service loader for org.apache.commons.logging.LogFactory

When executing applications in a built JRE (Using JLink or JPackage), the services are loaded from their module definitions, and the functionality is not loaded.

Could you please possible update the module definition -

module org.apache.commons.logging {
    requires org.slf4j;

    exports org.apache.commons.logging;
    
    provides org.apache.commons.logging.LogFactory with org.apache.commons.logging.impl.SLF4JLogFactory;
}

Much appreciated

@GedMarc GedMarc changed the title [BUG] - JCL-Over-SLF4J Module Definition does not specify the service loader [BUG] - JCL-Over-SLF4J Module Definition does not specify the service loader for JPMS applications Apr 14, 2024
@ceki ceki self-assigned this Apr 14, 2024
@ceki
Copy link
Member

ceki commented Apr 14, 2024

Link with issue https://jira.qos.ch/browse/SLF4J-602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants