eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

Remove empty hamcrest-core 2.x from 'JUnit 4/5' classpath container #1612

Closed HannesWell closed 2 days ago

HannesWell commented 2 weeks ago

What it does

Since hamcrest version 2 the 'hamcrest-core' artifact only exists to redirect to the new 'hamcrest' artifact containing all of hamcrest. Therefore 'hamcrest-core' does only contains meteadata but no classes. For the 'JUnit 4/5' classpath container it is therefore useless in version 2 and later.

References:

Author checklist

akurtakov commented 2 days ago

Will you handle removing it entirely from the sdk/builds?

HannesWell commented 1 day ago

Will you handle removing it entirely from the sdk/builds?

Yes, I'll check if there are any remaining's of hamcrest-core that we can remove.

HannesWell commented 1 day ago

Will you handle removing it entirely from the sdk/builds?

See

For JDT the remaining references to hamcrest-core were already removed as part of