Skip to content

Conversation

@SingingBush
Copy link

As this project is still supporting JDK 8 for now I've just used the maven jar plugin to set org.apache.xalan as the Automatic-Module-Name. In the future Xalan should have a module-info.java for full JPMS support

@SingingBush
Copy link
Author

SingingBush commented Oct 17, 2025

I really want to have my fork of barcode4j fully support JPMS in the next release and xalan is the only dependency I have that isn't either using module-info.java or setting Automatic-Module-Name. Please either merge this or add full support for JPMS via module-info.java and publish a new release

@SingingBush
Copy link
Author

@mukulga it seems that all current development activity is in the xalan-j_xslt3.0_mvn branch but it doesn't define an Automatic-Module-Name in the pom.

please can the equivalent of this PR be done on that branch as well so that <Automatic-Module-Name>org.apache.xalan</Automatic-Module-Name> is in the next release.

@mukulga
Copy link
Contributor

mukulga commented Nov 8, 2025

@mukulga it seems that all current development activity is in the xalan-j_xslt3.0_mvn branch but it doesn't define an Automatic-Module-Name in the pom.

please can the equivalent of this PR be done on that branch as well so that <Automatic-Module-Name>org.apache.xalan</Automatic-Module-Name> is in the next release.

Thanks for this suggestion. Its useful I think. This has now been committed to Xalan's xslt 3.0 code repos branch.

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

Successfully merging this pull request may close these issues.

2 participants