Use PDE Views (RepoBrowser/Resolution) #6634
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR swaps the Repo-Browser / Resolution View with the ones migrated to Eclipse PDE - and uses it in the Bndtools Perpective.
Open Topics
-runee: JavaSE-17
to-runee: JavaSE-21
in bndtools.core/bndtools.shared.bndrun since the org.eclipse.pde:org.eclipse.pde.bnd.ui:1.2.200 / Eclipse 2025-06 requires this (Eclipse moved Java21 a few releases ago in 2024). I am unsure if this is the right thing to do here. My feeling is it is fine, since the .bndrun files likebndtools.core/bndtools.cocoa.macosx.aarch64.bndrun
are for development of bndtools mainly. But to find out we probably need to test a build with a real older Eclipse Release (pre 4.36) which does not have e.g. the OSGi resolution view.