Java: add change notes for three recent buildless fixes

This commit is contained in:
Chris Smowton
2024-08-14 18:31:58 +01:00
parent c1d03acd45
commit b4a42de7f4
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed an issue where Java analysis in `build-mode: none` would fail to resolve dependencies using the `executable-war` Maven artifact type.

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed an issue where analysis in `build-mode: none` may fail to resolve dependencies of Gradle projects where the dependency uses a non-empty artifact classifier -- for example, `someproject-1.2.3-tests.jar`, which has the classifier `tests`.

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Fixed an issue where analysis in `build-mode: none` may very occasionally throw a `CoderMalfunctionError` while resolving dependencies provided by a build system (Maven or Gradle), which could cause some dependency resolution and consequently alerts to vary unpredictably from one run to another.