-
Notifications
You must be signed in to change notification settings - Fork 23
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
Failed to update tomcat: Cannot find a (Map) Key deserializer for type [simple type, class com.devonfw.tools.ide.version.VersionRange] #557
Comments
@aBega2000 could you have a look. For me this looks like the Jackson |
Seems to only occur in native image build but not if executed in JVM. |
Since I couldn't finish this issue before leaving, I am writingthis comment for the next person that is going to work on this issue. The problem appears to be here : And the solution will most probably be to make the program "understand" the VersionRange ( which is actually a class created from us, and not a native java class). So basically we need to implement a VersionRangeJsonDeserializer that can convert from String to VersionRange. There is also this Json Guide that is helpful in this case: https://github.com/devonfw/devon4j/blob/master/documentation/guide-json.asciidoc |
Related issues
#131
The text was updated successfully, but these errors were encountered: