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

Minimal reproducer test-case for #3824 #3832

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HannesWell
Copy link
Member

Add a minimal reproducer test-case for issue #3824

regarding the validation failure of transitive generated 'osgi.extender=osgi.component' requirements in bundles containing DS components of version 1.4.

Adding Require-Capability: osgi.extender; filter:="(&(osgi.extender=osgi.component)(version>=1.4.0)(!(version>=2.0.0)))" explicitly to plugin.a makes the test pass.
But as mentioned in #3824 (comment), my uneducated guess is that the classpath validation does not handle generated requirements well.

Copy link

github-actions bot commented May 7, 2024

Test Results

  594 files  ±0    594 suites  ±0   4h 2m 9s ⏱️ - 9m 18s
  423 tests +1    413 ✅ ±0   7 💤 ±0  1 ❌ ±0  2 🔥 +1 
1 269 runs  +3  1 242 ✅ ±0  22 💤 ±0  1 ❌ ±0  4 🔥 +3 

For more details on these failures and errors, see this check.

Results for commit cb88ffb. ± Comparison against base commit b36b02b.

♻️ This comment has been updated with latest results.

Add a minimal reproducer test-case for issue
eclipse-tycho#3824

regarding the validation failure of transitive generated
'osgi.extender=osgi.component' requirements in bundles containing DS
components of version 1.4.
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

1 participant