-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Refactor to use shared jackson-core test-jar, JacksonTestUtilBase #4901
Conversation
Do we get to remove @JacksonFailureExpected annotation and use one from core as well? |
Yes, if all goes well that'd be the idea. |
Hmmmh. It all works beautifully with Maven from command line, but Eclipse is not having any of it and fails to find dependencies. Frustrating... maybe due to test-jar missing |
Strange... Where can I find Eclipse's failing logs? |
I can see it on GUI, not sure where logs would be. But maybe I should try re-exporting |
If CI passes, will merge in its current form: unit tests work, Eclipse bit wonky but except for "tofix" tests, I can run unit tests from IDE. So that's good enough. And once merged, will look into "tofix" tests, for them to use shared implementation. One problem to solve wrt
|
No description provided.