We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In reference to #263 (comment)
As per the discussion jackson-databind seems to have resolved this issue FasterXML/jackson-databind#2605
jackson-databind
But still the unit test https://github.com/SAP/fosstars-rating-core/blob/master/src/test/java/com/sap/sgs/phosphor/fosstars/model/value/EnumValueTest.java#L88 fails.
This has to be resolved. The issue seems to be fixed with jackson-databind:2.11.1.
jackson-databind:2.11.1
The text was updated successfully, but these errors were encountered:
Fix deserialization of EnumValue
f48a4f0
- Added EnumFeature - Updated Jackson version - Added JsonTypeInfo annotation to EnumValue.value - Updated tests This fixes SAP#273
2a7fb2d
f13077a
- Added EnumFeature - Updated Jackson version - Added JsonTypeInfo annotation to EnumValue.value - Updated tests This fixes #273
artem-smotrakov
Successfully merging a pull request may close this issue.
In reference to #263 (comment)
As per the discussion
jackson-databind
seems to have resolved this issue FasterXML/jackson-databind#2605But still the unit test https://github.com/SAP/fosstars-rating-core/blob/master/src/test/java/com/sap/sgs/phosphor/fosstars/model/value/EnumValueTest.java#L88 fails.
This has to be resolved. The issue seems to be fixed with
jackson-databind:2.11.1
.The text was updated successfully, but these errors were encountered: