lukeu

Results 8 comments of lukeu

I'm encountering this as well. I can't be sure, but it could be when I Ctrl+C (from a cygwin terminal) to interrupt the build. I had no such trouble before...

@donat, > Can someone here confirm that the changes resolve this issue? To that, you can use the [latest 7.5 snapshot](https://services.gradle.org/distributions-snapshots/). Testing 7.5 release nightly seems to break cross-project dependencies...

@donat, I think I've got some further clues. I suspect my issue relates to a Project `pse-junit` which containing a bunch of our own JUnit 4/5 extensions. I.e. the code...

Here's a 4-line patch that seems to do the trick. (One line of Java changed, and no other deprecation warnings found after updating to Guava 20.) [0001-Update-Guava-from-16.0.1-20.0.patch.zip](https://github.com/fge/jackson-coreutils/files/800060/0001-Update-Guava-from-16.0.1-20.0.patch.zip)

Have just created (my first ever) Pull Request. Hopefully this is trivial & risk-free enough to be picked up by the project maintainer.

@huggsboson I notice that you've helped the community get some pull requests into `json-schema-validator` by taking it under the `java-json-tools` umbrella ("organisation"). I don't suppose you'd consider doing the same...

Huh nice timing to search on a feature and find it just implemented. :-) I'd just like to say that what I really love about this is that it will...

Maintenence appears to have moved to: https://github.com/java-json-tools/jackson-coreutils _I'm not sure why searching github insists on pointing only to this original repo - nor does it give links to the 31...