This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Fix JacksonResourceSchemaProvider to work with both the older and newer jackson versions.#207
Open
gauravkghildiyal wants to merge 2 commits intocloudendpoints:2.0from
Open
Fix JacksonResourceSchemaProvider to work with both the older and newer jackson versions.#207gauravkghildiyal wants to merge 2 commits intocloudendpoints:2.0from
gauravkghildiyal wants to merge 2 commits intocloudendpoints:2.0from
Conversation
… with the newer jackson2 version
|
We hit this today when upgrading jackson, this MR fixed the problem |
|
I have this problem as well. @cmaan can you tell me how you have tested or integrated this pull request change into your project? |
|
@peterfortuin Hey! We've been using jitpack to build a custom version on top of 2.2.2 which integrates this MR (as well as #192, which you can probably ignore) and use that as dependency. See:
ATM, until this is merged, we're depending on these artefacts: |
|
Are there any committers for this project that can merge this PR in and release a new version or are we on our own? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
getGenericType()method has been deprecated and removed in the newer jackson2 version. This fix allows things to work with the newer jackson2 version as well.