Sean Gilligan

Results 316 issues of Sean Gilligan

This will help when/if we add support for JPMS.

This uses the Badass JLink Gradle Plugin What works: To build the packaged app: ./gradlew build jgnash-fx:jpackage -x test The packaged app will crash on start, needs more debugging To...

Have you considered doing this? Will you consider it? I might be willing to help.

Use the `jpackage` util (still in pre-release but working well for me) from JDK 14. If the app is converted to JPMS modules (see #85) we could use the [Badass...

It would be nice if there were Gradle tasks for `CreateDBSnapshot` and `RestoreDBInstanceFromDBSnapshot`.

It would be nice to be able to create, list, and destroy RDS instances from a Gradle script. I've written a little bit of Groovy code to do this, but...

enhancement

It _might_ make sense to split the `core` module into two modules the new module being called something like `base` and ideally having zero dependencies besides the JRE, but perhaps...

Enhancement

normalize/canonicalize network member of Address types `LegacyAddress`: map `SIGNET` and `REGTEST` to `TESTNET` `SegwitAddress`: map `SIGNET` to `TESTNET` I'm **not sure this is a good idea**, but I wanted to...

This is work-in-progress that eliminates the use of `Networks.get()` in non-deprecated methods of `DefaultAddress` and `Address` and subclasses while preserving backward-compatibility for the `@Deprecated` methods. It also introduces a distinction...

> In the 0.17 release, we are allowing some dependencies on other packages, e.g. to `org.bitcoinj.core.NetworkParameters` provided that those references are in **deprecated** methods. This will smooth migration by allowing...