-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
unrecognized field "most_recent_feature_version" #6
Comments
same error happens when running tests:
|
io7m
added a commit
that referenced
this issue
Jun 20, 2020
Release: openjdk-api-java-client 0.4.0 Change: Enable support for ignoring unrecognized fields. Thanks @joschi. (Ticket: #8) Change: Add support for new fields. Thanks @maxandersen. (Ticket: #6)
io7m
added a commit
that referenced
this issue
Jun 20, 2020
Release: openjdk-api-java-client 0.4.0 Change: Enable support for ignoring unrecognized fields. Thanks @joschi. (Ticket: #8) Change: Add support for new fields. Thanks @maxandersen. (Ticket: #6)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in:
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "most_recent_feature_version" (class net.adoptopenjdk.v3.vanilla.internal.AOV3AST$AOV3AvailableReleasesJSON), not marked as ignorable (4 known properties: "available_releases", "most_recent_lts", "available_lts_releases", "most_recent_feature_release"])
The text was updated successfully, but these errors were encountered: