Skip to content

6th preview snapshot release

Pre-release
Pre-release
Compare
Choose a tag to compare
@kausandr kausandr released this 11 Oct 16:57
· 100 commits to main since this release

Preview snapshot release: 1.0.5-SNAPSHOT

  • Added some JVM calculated variables to be available for metadata entries:
    • time.millis - current time in milliseconds (timestamp)
    • time.nanos - current time in nanoseconds
    • uuid - random UUID
    • random - random integer number ranging 0-10000
  • Restoring JMH original code before compilation to prevent recursive test class transformations.