Details
-
Epic
-
Status: Confirmed
-
Medium
-
Resolution: Unresolved
-
None
-
Add Binding versioning
Description
BindingMapping.VERSION is a defunct construct which attempts to provide versioning. This approach is wrong, as we need to capture the version used at compile-time and check it against current runtime.
For this to work, the API specification needs to work on ints (or other javac-propagated compile constant).