Merge pull request #19054 from smowton/smowton/admin/java-change-notes

Add change notes for recent Java changes
This commit is contained in:
Chris Smowton
2025-03-18 16:17:22 +00:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Java extraction no longer freezes for a long time or times out when using libraries that feature expanding cyclic generic types. For example, this was known to occur when using some classes from the Blazebit Persistence library.

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Java build-mode `none` no longer fails when a required version of Gradle cannot be downloaded using the `gradle wrapper` command, such as due to a firewall. It will now attempt to use the system version of Gradle if present, or otherwise proceed without detailed dependency information.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Java extraction is now able to download Maven 3.9.x if a Maven Enforcer Plugin configuration indicates it is necessary. Maven 3.8.x is still preferred if the enforcer-plugin configuration (if any) permits it.