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

[tycho-4.0.x] Synthesize a (bnd) clazz from the JDT model to support export annotation #3853

Merged
merged 1 commit into from
May 17, 2024

Conversation

eclipse-tycho-bot
Copy link

Backport

This will backport the following commits from main to tycho-4.0.x:

Questions ?

Please refer to the Backport tool documentation

Export annotations are already parsed and the package is given to the
analyzer, but if no export instruction is present the bnd analyzer does
throw them away as it does not know about it in a later stage.

This now synthesize a (bnd) class to emulate what the analyzer would see
for a real class file and inject that instance into the analyzer so the
package is finally considdered.

(cherry picked from commit 140bc01)
@eclipse-tycho-bot eclipse-tycho-bot enabled auto-merge (rebase) May 17, 2024 08:19
@eclipse-tycho-bot eclipse-tycho-bot merged commit f90f211 into tycho-4.0.x May 17, 2024
9 of 10 checks passed
@akurtakov akurtakov deleted the backport/tycho-4.0.x/pr-3852 branch May 24, 2024 09:09
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.

None yet

2 participants