[jira] [Commented] (XALANJ-2784) JPMS: problem when using xalan-2.7.3 in modular build

"Samael Bate (Jira)" <[email protected]>
Newsgroups gmane.text.xml.xalan.devel
Message-ID <[email protected]>
    [ https://issues.apache.org/jira/browse/XALANJ-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18022830#comment-18022830 ] 

Samael Bate commented on XALANJ-2784:
-------------------------------------

any chance of someone in ASF taking a look at the linked PR? It had positive feedback but still hasn't been merged

> JPMS: problem when using xalan-2.7.3 in modular build
> -----------------------------------------------------
>
>                 Key: XALANJ-2784
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2784
>             Project: XalanJ2
>          Issue Type: Bug
>      Security Level: No security risk; visible to anyone(Ordinary problems in Xalan projects.  Anybody can view the issue.) 
>    Affects Versions: 2.7.3
>            Reporter: Samael Bate
>            Priority: Major
>              Labels: jpms, modularization
>
> Seeing the following error when using xalan in my app's module-info and running a build:
>  
> {code:java}
> Can't extract module name from xalan-2.7.3.jar: Provider class org.apache.bsf.BSFManager not in module {code}
>  
> This is perhaps because in _xalan/src/main/resources/META-INF/services/_ there is a _org.apache.xalan.extensions.bsf.BSFManager_ service provider config that defines _org.apache.bsf.BSFManager_ as a service but the class isn't in the jar. 
> Perhaps the released jar is missing a dependency on [commons-bsf|https://commons.apache.org/proper/commons-bsf]?
> {code:java}
> <dependency>
>   <groupId>bsf</groupId>
>   <artifactId>bsf</artifactId>
>   <version>2.4.0</version>
>   <optional>true</optional>
> </dependency> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.