Skip to content

Drop deprecated package org.codehaus.classworlds#141

Merged
slachiewicz merged 1 commit into
codehaus-plexus:masterfrom
slachiewicz:drop-deprecated
Apr 3, 2026
Merged

Drop deprecated package org.codehaus.classworlds#141
slachiewicz merged 1 commit into
codehaus-plexus:masterfrom
slachiewicz:drop-deprecated

Conversation

@slachiewicz

Copy link
Copy Markdown
Member

Closes #130

@slachiewicz slachiewicz merged commit ff94d8a into codehaus-plexus:master Apr 3, 2026
11 checks passed
@slachiewicz slachiewicz deleted the drop-deprecated branch April 3, 2026 19:02
slachiewicz added a commit that referenced this pull request May 10, 2026
…ied Sisu dependency

org.eclipse.sisu:org.eclipse.sisu.plexus references ClassRealm, ClassRealmAdapter,
and ClassRealmReverseAdapter from the legacy package in compiled bytecode
(ClassRealmConverter in sisu.plexus). Removing the package breaks some
Maven 3+ builds at runtime with ClassNotFoundException.

PR #141 removed this package and had to be reverted. Add
COMPATIBILITY.md documenting the exact Sisu dependency, what preconditions must
be met before any future removal, and update Javadoc and README accordingly.

- Enhanced Javadocs for all classes in org.codehaus.classworlds
- Added detailed compatibility warnings and pointers to modern replacements
- Corrected inheritance for ConfigurationException to restore binary compatibility
- Add package-info.java with compatibility warnings for Maven 2/Sisu
- Update README.md with backward compatibility information
slachiewicz added a commit that referenced this pull request May 10, 2026
…ied Sisu dependency

org.eclipse.sisu:org.eclipse.sisu.plexus references ClassRealm, ClassRealmAdapter,
and ClassRealmReverseAdapter from the legacy package in compiled bytecode
(ClassRealmConverter in sisu.plexus). Removing the package breaks some
Maven 3+ builds at runtime with ClassNotFoundException.

PR #141 removed this package and had to be reverted. Add
COMPATIBILITY.md documenting the exact Sisu dependency, what preconditions must
be met before any future removal, and update Javadoc and README accordingly.

- Enhanced Javadocs for all classes in org.codehaus.classworlds
- Added detailed compatibility warnings and pointers to modern replacements
- Corrected inheritance for ConfigurationException to restore binary compatibility
- Add package-info.java with compatibility warnings for Maven 2/Sisu
- Update README.md with backward compatibility information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

package org.codehaus.classworlds was Deprecated in 2014 in version 2.5.2 and should be removed

1 participant