Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: szeiger/perfio

Tags

v0.3.0

Toggle v0.3.0's commit message
Test and publish a multi-release jar

The previously published jars only worked on Java 21 because classes that need `--enable-preview` are not compatible between Java releases (even when the API is identical). We now still build the base contents of the jar on Java 21, but we add Java 22 overrides for all classes that have the preview flag set.

v0.2.0

Toggle v0.2.0's commit message
Fix docs and check them in CI

v0.1.0

Toggle v0.1.0's commit message
Github Actions CI & Publishing