RE: https://mastodon.social/@APIdia/116262485996151434
Adjacent to Java releases are JavaFX releases. Of course, API documentation of JavaFX 26 is similarly available on APIdia:
https://apidia.net/mvn/org.openjfx/javafx/26
RE: https://mastodon.social/@APIdia/116262485996151434
Adjacent to Java releases are JavaFX releases. Of course, API documentation of JavaFX 26 is similarly available on APIdia:
https://apidia.net/mvn/org.openjfx/javafx/26
Java 26 has been released and likewise, docs on APIdia have been updated:
https://apidia.net/java/OpenJDK/26
Enjoy browsing the docs of the new standard library version conveniently with all the features APIdia has to offer!
And of course, big congrats to the OpenJDK team for shipping yet another marvelous Java release!
Updated the references in my most upvoted #stackoverflow answer to JDK 25.
API documentation of recent releases of Apache Commons Text and Commons Pool are available on APIdia. Docs resemble Javadoc with improved navigation, cross-linking to all dependencies and many other nice features:
https://apidia.net/mvn/org.apache.commons/commons-text
https://apidia.net/mvn/org.apache.commons/commons-pool2
Apache Commons Exec improves external process execution in Java e.g. by better cross-platform support and handling of system variables. API documentation of the recent latest release is best browsed on APIdia with many convenient features:
https://apidia.net/mvn/org.apache.commons/commons-exec
Did you know that #APIdia supports admonitions like known from AsciiDoc or Sphinx?
Since #Javadoc lacks admonition tags, a couple of typical HTML patterns is recognized and rendered as proper admonition boxes. See the screenshot for an example (https://apidia.net/java/OpenJDK/?pck=javax.swing&cls=.JComponent).
The most common pattern is
<strong>Warning:</strong>text until next<p>
as is shown in the example. Instead of <strong>, also <em>, <b> and <i> are recognized, colon is optional, so
<i>Note</i>text<p>
is also fine.
RE: https://mastodon.social/@APIdia/115587863622237679
To get started with #JUnit 6 you can explore its API now on #APIdia. Docs largely resemble #JavaDoc but are easier to browse and include the full dependency tree, consistently linked into the docs. Many other nice features to be found. Follow me or @APIdia to learn more.
#java #jvm @junit
Latest: https://apidia.net/mvn/org.junit/junit
JUnit 5: https://apidia.net/mvn/org.junit/junit/5
JUnit 4: https://apidia.net/mvn/junit/junit
API documentation of #JUnit 6 is now available on #APIdia. All artifacts of the latest release are conveniently browsable in one coherent doc profile. All dependencies are available as well and consistently linked to all occurrences in the API docs. Enjoy browsing!
https://apidia.net/mvn/org.junit/junit/6
RE: https://mastodon.social/@APIdia/115491379991389613
API doc of the third major release of the Jackson data processor can be browsed on APIdia now.
This alternative to #Javadoc is perfect for those who preferred browsing Javadoc with frames and has other advantages too, e.g. all hosted projects are fully crosslinked. #java