Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.4, 2.1.5
-
None
-
None
Description
Binary compatibility is broken between version 2.1.3 and low and 2.1.4 and greater:
- <= 2.1.3 with org.apache.wss4j.dom.WSSecurityEngineResult
- >= 2.1.4 with org.apache.wss4j.dom.engine.WSSecurityEngineResult
Welcome to my jar hell
Please do not move public classes around in a minor release!
Feel free to move public types in a major release if you also rename the package and Maven coordinates.
I'm not sure what can be done here aside from the brute force fix of adding a copy of the class to the old package.