-
-
Notifications
You must be signed in to change notification settings - Fork 301
WIP Upgrade to Eclipse 4.35 2025-03 #6548
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
Draft
chrisrueger
wants to merge
17
commits into
bndtools:master
Choose a base branch
from
chrisrueger:upgrade-to-eclipse-4.35-2025-03
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
WIP Upgrade to Eclipse 4.35 2025-03 #6548
chrisrueger
wants to merge
17
commits into
bndtools:master
from
chrisrueger:upgrade-to-eclipse-4.35-2025-03
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instead of handcrafted at https://bndtools.jfrog.io/bndtools/bnd-build/eclipse/4.25/index.xml.gz This could make it easier to test and use newer Eclipse Versions, since we start having more and more bugs only happening in newer Eclipse versions. Signed-off-by: Christoph Rueger <[email protected]>
Signed-off-by: Christoph Rueger <[email protected]>
note: version difference is on purpose (the asm:9.2 and the rest of asm.* 9.3). 9.2 is required by org.parboiled:parboiled-java:1.4.1 ) Signed-off-by: Christoph Rueger <[email protected]>
Signed-off-by: Christoph Rueger <[email protected]>
which is smaller, but requires a few other repositories (emf,jgit,m2e,wst) to be able to resolve the .bndrun files Signed-off-by: Christoph Rueger <[email protected]>
Still some startup issues m2e, but bndtools starts Signed-off-by: Christoph Rueger <[email protected]>
Note: for windows and linux I had to remove some requirements, since I guess the bundles do not exist anymore. I noticed via Repository Explorer they are disappearing around 2024-03 Signed-off-by: Christoph Rueger <[email protected]> upgrade to Eclipse 4.35 (2025-03) - resolve all .bndruns - fixed some compilation problems because of stuff which was removed from Eclipse 4.35 Signed-off-by: Christoph Rueger <[email protected]>
it took me hours to find the reason for the error which was that the BSN changed from org.slf4j.api (in slf4j 1.7.3 which was part of Eclipse 4.25) to slf4j.api ( slf4j 1.7.25 which is in central.maven but not part of eclipse 4.34 anymore) java.lang.IllegalArgumentException at org.eclipse.equinox.internal.provisional.p2.core.VersionParser.parseInto(VersionParser.java:71) Signed-off-by: Christoph Rueger <[email protected]>
TODO still getting build errors (Task :bndtools.core.test:testOSGi FAILED) bndtools.core.test.editors.quickfix.BuildpathQuickFixProcessor_WithEmptyBuildpath_Test <<< ERROR: Cannot invoke "org.osgi.framework.BundleContext.getBundles()" because "bc" is null May related to the jupiter and junit versions which I downgraded to make it resolve. May have to adjust again. Signed-off-by: Christoph Rueger <[email protected]>
because Eclipse 4.34 requires Java 21 minimum Signed-off-by: Christoph Rueger <[email protected]>
this finally fixed bndtools.core.test for me. resolved all test .bndruns again Signed-off-by: Christoph Rueger <[email protected]>
hopefully fixes build / test errors like java.lang.NoClassDefFoundError: org/bouncycastle/asn1/misc/MiscObjectIdentifiers Signed-off-by: Christoph Rueger <[email protected]>
try to fix Exception java.lang.NoClassDefFoundError: org/bouncycastle/asn1/misc/MiscObjectIdentifiers in biz.aQute.bndlib.comm.tests:test Signed-off-by: Christoph Rueger <[email protected]>
to fix HttpTestServerTest Signed-off-by: Christoph Rueger <[email protected]>
Signed-off-by: Christoph Rueger <[email protected]>
Signed-off-by: Christoph Rueger <[email protected]>
- resolve all .bndruns - fixed some compilation problems because of stuff which was removed from Eclipse 4.35 Signed-off-by: Christoph Rueger <[email protected]>
b52bf27
to
752a5e4
Compare
Current status:
![]() I develop this PR re-based on #6536 (for Eclipse 4.34 2024-12) to find out where the problems are between the two versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Experimental branch for Eclipse 4.35 2025-03 ( corresponding to #6536 which is for Eclipse 4.34 2024-12)