eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
164 stars 130 forks source link

Increase bundle versions of split package org.eclipse.jdt.annotation #3028

Closed merks closed 1 week ago

merks commented 1 month ago

https://github.com/eclipse-jdt/eclipse.jdt.core/issues/3027

stephan-herrmann commented 1 month ago

Frankly, I'm not a fan of simulating "activity" of a bundle with no active maintenance for some time already.

To remove the dependency in our test bundles I just filed #3029 - after that it should be safe to stop building the bundle altogether.

stephan-herrmann commented 3 weeks ago

To remove the dependency in our test bundles I just filed #3029 - after that it should be safe to stop building the bundle altogether.

After resolving #3029 only these locations still reference to org.eclipse.jdt.annotation_v1:

merks commented 3 weeks ago

FYI, both appear to have new qualifiers and hence both have new signatures:

image

But only one has a new minor version so only one will be published to Maven Central for the upcoming release...

stephan-herrmann commented 3 weeks ago

After resolving https://github.com/eclipse-jdt/eclipse.jdt.core/issues/3029 only these locations still reference to org.eclipse.jdt.annotation_v1:

  • org.eclipse.jdt.ui.tests: MANIFEST.MF

https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/1712 is stuck with seemingly unrelated test failure. merged.

stephan-herrmann commented 3 weeks ago

After resolving #3029 only these locations still reference to org.eclipse.jdt.annotation_v1:

  • ...
  • the JDT feature

this is https://github.com/eclipse-jdt/eclipse.jdt/pull/118

stephan-herrmann commented 3 weeks ago

this is eclipse-jdt/eclipse.jdt#118

merged.

Let's see if the next build still contains any traces of the 1.x version.

stephan-herrmann commented 1 week ago

Let's see if the next build still contains any traces of the 1.x version.

I don't see it any more. Closing this PR.