Gili Tzabari

Results 241 comments of Gili Tzabari

Please take the 30 seconds needed to resolve this issue. All you need to do is checkout the right revision and run `git tag `. For example, `git tag v1.7`

Please let me know if you plan on publishing regular releases to Maven Central. If not, I will update https://bitbucket.org/cowwoc/google-diff-match-patch/ to do exactly that. I already published the google-code version...

For those of you who are interested, I just pushed the latest version of this code to Maven Central under the name `org.bitbucket.cowwoc:diff-match-patch:1.2` See https://bitbucket.org/cowwoc/google-diff-match-patch/ for the project website. NOTE:...

@NeilFraser we're waiting on your response

We're making a final push for Java 9+ support and this issue is blocking us. Are there any workarounds until this is fixed? Baring that, is this feature scheduled?

Sadly, part of the reason that "the broader ecosystem has [not] caught up" is that frameworks like spring boot have not expended the necessary effort to add support themselves. Everyone...

> Unfortunately we can only do so much and cannot justify spending time and introducing complexity to support something that is still in alpha. Understood. > If you cannot or...

@philwebb It would work. Is there any harm in forcing JUL support and redirecting that to slf4j? Isn't that better since then `application.properties` integration would still work?

@swankjesse Normally I like to be able to debug into the source-code, but so long as the method, parameter names are correct with Javadoc I think it's fine :)

@yschimke The sources are there but if you CTRL+LMB click in IDEA it will open the decompiler instead of the sources. This is likely a side-effect of your usage of...