Sean Gilligan
Sean Gilligan
All changes are logically equivalent to old code. * Use lambdas in a few places * * Combine catches * etc.
Use common setting in `gradle.properties` for `slf4jVersion` and `guavaVersion`.
A possible solution to Issue #1819 Framework is in `org.bitcoinj.walletfx` package. Sample app in `wallettemplate` package. Uses a 3-class JavaFX-aware Dependency Injection library (tentatively called 'SupernautFX') that uses Micronaut for...
* Add gradle.properties with bitcoinjVersion * Set version in allprojects{} in root build.gradle * Remove version setting in core/build.gradle
* Upgrade dependencies * Use [BadAss JLink Plugin](https://badass-jlink-plugin.beryx.org/releases/latest/) * `jlink` and `jpackage` tasks are now both working `jpackage` requires an early-access build of the [jpackage Packaging Tool](https://jdk.java.net/jpackage/) from OpenJDK 13...
This is a proof-of-concept. It needs refactoring, review, and polish.
This is WIP and might be submitted as multiple PRs.
* 2789a762f376ef537ba458d36095e2ea18b417ac re-enables the failing test * 7d9b10c36c9269d61d507b6bbdab3a2d8318db4b "fixes" the problem (but may invalidate the test) This PR is for demonstration purposes. After PR #2453 is merged and we have...
I would like to run `jpackage` to create native packaging for the app after running the `jlink` goal. I don't see any reference in the documentation for how to do...