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

Retire org.eclipse.jdt.annotation v1 #3400

Merged

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Dec 4, 2024

What it does

How to test

Author checklist

org.eclipse.jdt.annotation_v1 is not part of the build anymore and now
also require Java 8 similar to org.eclipse.jdt.annotation.

Fixes eclipse-jdt#3399
@vogella vogella force-pushed the retire-org.eclipse.jdt.annotation_v1 branch from 12c58cf to 6ae26c0 Compare December 4, 2024 10:25
@vogella vogella mentioned this pull request Dec 4, 2024
3 tasks
@jukzi
Copy link
Contributor

jukzi commented Dec 6, 2024

If there is no objection from anyone i would merge this PR next week.

@srikanth-sankaran
Copy link
Contributor

If there is no objection from anyone i would merge this PR next week.

@stephan-herrmann - I think you are the best person to greelight this. I am hoping this will clear the 7 soft errors and 2 warnings I am seeing in jdt-core development workspace. Soft as in they show up in problems marker view but don't seem to impact anything else.

The major version should be incremented in version 1.2.100, since API breakage occurred since version 2.3.100
The method org.eclipse.jdt.annotation.NonNullByDefault.value() without a default value has been removed
The type org.eclipse.jdt.annotation.Checks has been removed from org.eclipse.jdt.annotation_1.2.100
The type org.eclipse.jdt.annotation.DefaultLocation has been removed from org.eclipse.jdt.annotation_1.2.100
The type org.eclipse.jdt.annotation.NotOwning has been removed from org.eclipse.jdt.annotation_1.2.100
The type org.eclipse.jdt.annotation.Owning has been removed from org.eclipse.jdt.annotation_1.2.100
Missing @SInCE tag on value()
Build path specifies execution environment JavaSE-1.8. There are no JREs installed in the workspace that are strictly compatible with this environment.
The compiler compliance specified is 1.8 but a JRE 23 is used

@jukzi
Copy link
Contributor

jukzi commented Dec 16, 2024

i interpret the silence as no objection. The classes in
org.eclipse.jdt.annotation_v1/src/org/eclipse/jdt/annotation
seem to be old duplicates of
org.eclipse.jdt.annotation\src\org\eclipse\jdt\annotation

@jukzi jukzi merged commit b5c15f7 into eclipse-jdt:master Dec 16, 2024
10 checks passed
@stephan-herrmann
Copy link
Contributor

i interpret the silence as no objection. The classes in org.eclipse.jdt.annotation_v1/src/org/eclipse/jdt/annotation seem to be old duplicates of org.eclipse.jdt.annotation\src\org\eclipse\jdt\annotation

The reasoning is weak, but fortunately the action is OK.

For background see

After those last two in the list, this bundle effectively was retired already :)

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.

4 participants