-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
Closed
chrisrueger
wants to merge
17
commits into
bndtools:master
from
chrisrueger:upgrade-to-eclipse-4.35-2025-03
Closed
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 hidden or 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 <chrisrueger@gmail.com>
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
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 <chrisrueger@gmail.com>
Still some startup issues m2e, but bndtools starts Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
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 <chrisrueger@gmail.com> 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 <chrisrueger@gmail.com>
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 <chrisrueger@gmail.com>
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 <chrisrueger@gmail.com>
because Eclipse 4.34 requires Java 21 minimum Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
this finally fixed bndtools.core.test for me. resolved all test .bndruns again Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
hopefully fixes build / test errors like java.lang.NoClassDefFoundError: org/bouncycastle/asn1/misc/MiscObjectIdentifiers Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
try to fix Exception java.lang.NoClassDefFoundError: org/bouncycastle/asn1/misc/MiscObjectIdentifiers in biz.aQute.bndlib.comm.tests:test Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
to fix HttpTestServerTest Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
- resolve all .bndruns - fixed some compilation problems because of stuff which was removed from Eclipse 4.35 Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
b52bf27 to
752a5e4
Compare
Contributor
Author
|
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. |
Contributor
Author
|
Closing and retrying after #7000 which should solve the JUnit problems. But we will start over fresh and just use this as a template. |
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)