Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.1165.0

Compare
Choose a tag to compare
@autorelease3 autorelease3 released this 09 Oct 15:36
· 122 commits to develop since this release
0.1165.0
9ff2fb5

🐛 Fixes

    • Bump for gradle-baseline-java
    • Fixed the ClassInitializationDeadlock error caused by the gradle-baseline-java version bump. The fix uses an anonymous class interface, which will delay the instantiation until required, and therefore reducing the risk of a jvm loop leading to ClassInitializationDeadlock.

    Excavator: Upgrades Baseline to the latest version (#7326)