Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.6.3
-
None
Description
In class DependencyResolutionException , the field "result" is the non-serializable type DependencyResolution. This causes serialization to fail (since its super class, Exception, is inherently Serializable). This field should have transient access similar to the DependencyResolutionException in the maven-resolver-api.