Le 12/05/2026 à 17:41, Jacques Le Roux via dev a écrit :
Le 05/05/2026 à 10:18, Jacques Le Roux via dev a écrit :
Le 04/05/2026 à 15:50, Jacques Le Roux via dev a écrit :
Hi Jacopo, All,
At https://github.com/apache/ofbiz-framework/pull/1081#issuecomment-4228950656
I let a comment about org.asciidoctor.jvm.convert and the future usage of
AsciiDoc in OFBiz.
This morning I got a positive answer from the asciidoctor-gradle-plugin team
https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/770#issuecomment-4370402454
<<As far as I'm aware, Gradle moved some of those incompatible changes to
Gradle 10 (and specifically this one),
but did not adjust the detection in Gradle 8.x. The current version works fine
on Gradle 9.5,
and reports the same warning, but mentioning Gradle 10.>>
I believe we no more need to move the 264 AsciiDoc files to Markdown.
Jacques
There is one thing though that we need to "worry" about.
Since we no longer generate PDF files on nightlies, I'll remove them to avoid
futur discrepancy.
Jacques
Hi,
After the recent experience with org.asciidoctor.jvm.convert, before doing that,
I'll ask the asciidoctor-gradle-plugin team if Is that issue is known, else
what could be the real issue?
Jacques
Hi,
Finally the solution is simple: get back to 4.0.5 version of
org.asciidoctor.jvm.
I got carried away by the Gradle plugins "latest.release" feature.
It actually works like the dependencyUpdates Gradle plugin (see OFBIZ-10213).
In other words, it takes into account alpha releases, etc., as soon as they are
provided.
Something we need too check carefully.
With
https://github.com/apache/ofbiz-framework/commit/610e2497588f74930a5a67f4f867e9511c00f3be
it was my bad to completely forgot the warning about the 4.x versions.
See https://plugins.gradle.org/plugin/org.asciidoctor.jvm
"(If you need a production-ready version of the AsciidoctorJ plugin for Gradle use a
4.x release of this plugin instead)."
I'll comment that clearly when committing soon!
So yes, generating PDF works on Linux. No need to worry about the 264 Asciidoc
files.
BTW, I'll take over Hans and Olivier works on documentation, more to fix paths
issues than to complete it.
Have a good weekend
Jacques