You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add @deprecated annotation to MAVEN mode enum value
- Replace broken loadFromMaven() with UnsupportedOperationException
- Document searchInJars() is completely non-functional
- Update README to note MAVEN mode is deprecated
- Direct users to use MavenNexusClassSource instead
searchInJars() has backwards logic (returns null on success), swallows
all exceptions, and never actually searches JAR files. Fixing it would
require full JSON parsing of Nexus Search API - significant work.
MavenNexusClassSource already provides complete, working implementation.
Fixes#57
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
**Note:** Use `MavenNexusClassSource` for loading classes from Maven artifacts in Nexus. The `NexusClassSource` MAVEN mode is deprecated and non-functional.
142
+
141
143
Load classes from JAR files stored as Maven artifacts:
0 commit comments