-
Notifications
You must be signed in to change notification settings - Fork 15
Dependency on patched jackson-json-reference #27
Comments
New PR is here: AndersDJohnson/jackson-json-reference#15 |
@nmcb @slavaschmidt @benmccann Thanks for using my |
@adjohnson916 Thanks for looking in our PR! We rely on the library to inline references defined in Swagger library before converting it into a type-safe model. It's used here : https://github.com/zalando/play-swagger/blob/newnaming/compiler/src/main/scala/de/zalando/swagger/StrictParser.scala |
I've merged AndersDJohnson/jackson-json-reference#15. May release with a new version soon - let me know on that PR if that's important to you, and/or watch my repo for updates. |
@nmcb @slavaschmidt @benmccann See AndersDJohnson/jackson-json-reference#20 for a change to the nested dereferencing - please let me know if it works for you. If it does, I'll push a new version to Bintray so you can depend on it. |
@adjohnson916 unfortunately id does not. The problem is, that referenced files parsed as JSON instead of YAML. |
@mcb @slavaschmidt @benmccann Please consider starring adjohnson916/jackson-json-reference to indicate that you use & like it, so we know to continue to prioritize it for support in the future. @slavaschmidt and I are close to a resolution on the changes you needed (#15, #20), then I'll push up a new version, and consider releasing on Maven Central instead of just my personal Bintray repo. |
Placed version 0.2.1 into the calando's bintray until public stable version of the library is available. |
@slavaschmidt jackson-json-reference 0.2.0 at least should be available now - see AndersDJohnson/jackson-json-reference#22. |
@adjohnson916 do you have any plans to publish it in some of global repositories? |
@slavaschmidt You mean like Bintray JCenter or Maven Central? |
exactly |
@slavaschmidt I've submitted a request for it to be included in JCenter on Bintray. I'll let you know if I find out that it goes through. |
@adjohnson916 That's really great. I'd really love it to happen. Please keep me updated. |
@slavaschmidt So |
@adjohnson916 Thanks for putting it into the JCenter! It seems that to be usable, the parent needs to be available as well, here is the SBT log:
|
@slavaschmidt Oh it needs to resolve the parent project? That's unfortunate. JCenter denied my publishing of the parent because it didn't have its own JAR file. I have a support request into them for that. I guess you'll still have to point to my personal Bintray repo until it's resolved. I'll keep you updated. |
@adjohnson916 thanks a lot for your support! |
@slavaschmidt @benmccann @nmcb FYI jackson-json-reference version |
Currently we depend on a patched version of jackson-json-reference. A PR has been submitted for the original library, awaiting the request, this patched version should become part of our codebase (investigate licences) or depend on it explicitly. As a workaround the artefact is currently served from bint-tray.
The text was updated successfully, but these errors were encountered: