Sean Gilligan
Sean Gilligan
It would be really helpful if `NumberValue` provided a `bigDecimalValue()` getter. Since the two most common implementations of `NumberValue` are `BigDecimal` and `long` (as well as the two most common...
I'm upgrading to the JPMS versions (from the BP versions) and am confused as to the difference between the `org.javamoney` and `org.javamoney.moneta` Group IDs on Maven Central. (specifically I'm getting...
Migrating to travis-ci.com should be straightforward for the project owners. I recommend using Github Actions (possibly in addition to Travis) and submitted PR #841 to implement a basic Maven build...
# Issue description I've upgraded some Spock tests from Spock 1.3 to Spock 2.0-M3. In a data-driven integration test we are throwing `org.junit.AssumptionViolatedException` under certain conditions when we can't run...
After reading [Smaller, Faster-starting Container Images With jlink and AppCDS](https://www.morling.dev/blog/smaller-faster-starting-container-images-with-jlink-and-appcds/) I'm thinking it might be possible to achieve faster startup in jlinked/jpackaged apps using AppCDS. Would it make sense to...
Does it make sense to extract the `jpackage` task from this plugin (and the Badass Runtime Plugin) into a separate plugin? One of the theoretical advantages for this approach is...
When I launch AsciidocFX 1.4.7 on OS X I get a message (from the OS X firewall) asking if I want to accept incoming network connections. I don't expect this...
I'm using JBake via Gradle and GitLab CI to auto-publish site updates. If something goes wrong with the `bake` Gradle task, I would like the build to fail and the...
It would be nice if there were a standard, well-documented metadata item, in addition to `post.date` that can be set and displayed when a post/pages content is updated. The post...
There is a high-degree of duplication in the Asciidoclet documentation spread over three places: * The Github project [README.adoc](https://github.com/asciidoctor/asciidoclet/blob/master/README.adoc) * The [1.5.0 Release Notes](https://asciidoctor.org/news/2014/09/09/asciidoclet-1.5.0-released/) * The [Asciidoclet Guide](https://asciidoctor.org/docs/asciidoclet/) on Asciidoctor.org...