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

Unable to run Eclipse Transformer on Java 21 using the Maven plugin #519

Closed
mnriem opened this issue Nov 29, 2023 · 4 comments
Closed

Unable to run Eclipse Transformer on Java 21 using the Maven plugin #519

mnriem opened this issue Nov 29, 2023 · 4 comments

Comments

@mnriem
Copy link
Contributor

mnriem commented Nov 29, 2023

To make it work I had to add the following dependency to the 0.5.0 version of the Maven plugin:

<dependency>
  <groupId>biz.aQute.bnd</groupId>
  <artifactId>biz.aQute.bnd</artifactId>
  <version>7.0.0</version>
</dependency>
@bjhargrave
Copy link
Contributor

Yes, this is a known issue. See #475.

The work around is to configure the plugin to use the 7.0.0 versions of the bnd dependencies.

See #475 (comment) for why we cannot update this build to use bnd 7.0.0.

@mnriem
Copy link
Contributor Author

mnriem commented Dec 22, 2023

@bjhargrave Can we get this documented somewhere prominent? This took way to much time to find out and as Java 21 is going to be more common as it has been out now for a while ....

@bjhargrave
Copy link
Contributor

Perhaps you can make a PR for the project readme?

@mnriem
Copy link
Contributor Author

mnriem commented Dec 27, 2023

@bjhargrave See #529 for the PR

bjhargrave added a commit that referenced this issue Jan 1, 2024
Fixes #519 - Unable to run Eclipse Transformer on Java 21 using the Maven plugin
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