Skip to content

add module descriptor #524

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Apr 28, 2025

Since Jandex is still a Java 8 project, we cannot add module-info.java to src/main/java and build it using javac. Instead, we put the module descriptor into a separate directory (src/main/module) and use Moditect to build it (into module-info.class).

Fixes #514

Since Jandex is still a Java 8 project, we cannot add `module-info.java`
to `src/main/java` and build it using javac. Instead, we put the module
descriptor into a separate directory (`src/main/module`) and use Moditect
to build it (into `module-info.class`).
@Ladicek Ladicek added this to the 3.3.1 milestone Apr 28, 2025
@Ladicek
Copy link
Contributor Author

Ladicek commented Apr 28, 2025

I don't add a module descriptor to other modules (such as the Maven plugin), because there's no need at the moment.

@Ladicek Ladicek merged commit 1e3dd0b into smallrye:main Apr 28, 2025
35 checks passed
@Ladicek Ladicek deleted the add-module-descriptor branch April 28, 2025 12:24
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.

add module-info.class
1 participant