Sean Gilligan
Sean Gilligan
There are **2 phases** of implementation for supporting Java 9 and later. 1. Run under Java 9 and later (but build using Java 7/8) -- this was completed and released...
When running Asciidoclet under Java 9 I get the following message ``` javadoc: warning - The old Doclet and Taglet APIs in the packages com.sun.javadoc, com.sun.tools.doclets and their implementations are...
When building JavaDoc with Asciidoclet on Java 9, I get the following warning: ``` WARNING: Illegal reflective access by org.jruby.util.io.ChannelDescriptor (file:/Users/sean/.gradle/caches/modules-2/files-2.1/org.asciidoctor/asciidoclet/1.5.5-SNAPSHOT/9cede66f20a469bf798caa5af9495e8857e9741e/asciidoclet-1.5.5-SNAPSHOT.jar) to method sun.nio.ch.SelChImpl.getFD() WARNING: Please consider reporting this to...
https://github.com/JGrenier/asciidoclet-sample is nice, but we should have a similar project under the asciidoctor organization that we can keep up to date and integrate with CI tools for testing and demonstration...
I'm creating a Use Case diagram with PlantUML inside an Asciidoctor document (I'm using inline Asciidoctor). When I use the PlantUML `newpage` command inside a diagram, I was hoping that...
I want to have SVG output when built via Gradle, but when editing in IntelliJ I have to use PNG for preview mode to work. So I'm trying to do...
I added configuration = "compileOnly" to my `java-library` module (in a multi-project gradle build) and now my (Spock) unit tests are failing because they can't find JavaFX classes. I don't...
I see the words "cryptographic integrity" and "strong cryptographic integrity" in two files: * `app/views/about/_data_assurance.html.erb ` [here](https://github.com/git/git-scm.com/blob/e2e5f0e258ae7f381f954d284b69e90369328f52/app/views/about/_data_assurance.html.erb) * `app/views/blog/posts/2010-08-25-notes.markdown` [here](https://github.com/git/git-scm.com/blob/1ba620643ac61d72157485dcabf09af0f0faeab3/app/views/blog/posts/2010-08-25-notes.markdown) This should be rewritten to say hash-based integrity or something...
Add a CLI app example using Java Modules Use the `org.javamodularity.moduleplugin` Gradle plugin (which requires Java 11) Does not work with Micronaut 1.1.0: ``` ./gradlew clean run > Configure project...
This fixes https://issues.apache.org/jira/browse/CLI-299