Sean Gilligan

Results 516 comments of Sean Gilligan

https://github.com/jbake-org/jbake/pull/771 will be helpful and hopefully merged in to JBake(core) 2.7.0.

I think the reason these methods got the `@Nonnull` annotation is because they were replacements for deprecated methods that took `NetworkParameters` and the deprecated methods _did allow_ `null` parameters. The...

See these follow-on PRs for the use of JSpecify: * PR #3835 * PR #3836

I now think this should be rebased and merged _after_ PR #3834, so I have marked it as _DRAFT_.

Gradle Plugins Used: * Application Plugin * Maven Publish Plugin * Gradle ProtoBuf Plugin (`core`) * Kotlin Plugin (Kotlin examples) * JavaFX Plugin (`wallettemplate`) * B.A. JLink Plugin (`wallettemplate`) *...

For a Gradle "composite" build of a Maven child project there seem to be a a couple options: 1. (Worst case) Publish the Maven project to the local Maven repo...

@hasskell See PR #3850. Can't we do something similar with Maven? I think @schildbach wanted the ability to use classes from core/main in test-support, so that's why we had that...

> On another topic, why Debian 13 ("Trixie") is the thing here? can you give me some context? (I seem to have missed this question before, sorry) We want to...

Well we've successfully added support for Gradle 9 and JDK 25. That takes some short-term pressure off of the move to Maven, but I'd still like to see it happen.

Having Gradle 9 allows us to compile with/for Java 25 and we will be adding an experimental JDK 25 module for taproot. (which we'll eventually back port to an earlier...