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

Add module info and update pom #1903

Merged
merged 1 commit into from Mar 12, 2024
Merged

Conversation

arjantijms
Copy link
Contributor

@arjantijms arjantijms commented Mar 5, 2024

Fixes #1815

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Copy link
Contributor

@dmatej dmatej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are those transitive required? Especially desktop seems suspicious to me...

@arjantijms
Copy link
Contributor Author

Especially desktop seems suspicious to me...

Unfortunately, yes :(

The API internally has references to java.beans.Beans. It's not pretty, but anything less and the project won't compile (if you want, you can try if you can find something smaller, but I couldn't)

Copy link

@lprimak lprimak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compiles, deploys and runs. No warnings

@arjantijms
Copy link
Contributor Author

Thanks @lprimak !

@arjantijms arjantijms merged commit 083d183 into jakartaee:4.1 Mar 12, 2024
1 check passed
@arjantijms arjantijms deleted the module-info branch March 12, 2024 19:17
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.

Missing module-info.java leading to nasty warnings from compiler plugin
3 participants