Sean Gilligan
Sean Gilligan
If the POJOs were PO**G**Os we could use the Groovy `@toString` annotation, but I think we want to keep the core functionality in straight Java. I've heard good things about...
This information would also be handy within the context of the JavaFX Gradle Plugin, see: https://github.com/openjfx/javafx-gradle-plugin/issues/9 (and probably the Maven plugin, too) See also: https://github.com/openjfx/openjfx-docs/issues/55
I'm hearing that Java FX being decoupled from Java will be a good thing -- that it will evolve faster. Won't it just be an optional Maven dependency? By "migrate"...
> Well it won't work with the JDK any more after Java 11 won't work with **only** the JDK any more after Java 11, right?
As far as I'm concerned I'd be happy to see the examples support OpenJFX 11 and later only.
I used a modified version of @cousine 's solution. I left the existing `'fonts'` task, because I added the fonts to the overrides section of `bower.json`. And I added the...
For reference, here is a "successful" build with the workaround of specifying JDK 11 and disabling the JavaDoc portion of the build. https://jitpack.io/com/github/ConsensusJ/bitcoinj/consensusj-master-supernaut-v0.12-gede4bde-1363/build.log
> It seems all Java 17 and Java 18 based builds have issues with the Gradle update. I've had issues, too. I haven't had a chance to investigate yet.
> They say [it requires Java 8](https://www.slf4j.org/news.html), without further information on wether that means language features or API. Is there any information on using slf4j on Android? It adds a...
We can put this one on the "back-burner" for a little while. It is easy enough for users of **bitcoinj** to bump the version of this library to 2.0.x using...