Merge pull request #17228 from smowton/smowton/admin/missing-change-notes

Java: add change notes for three recent buildless fixes
This commit is contained in:
Chris Smowton
2024-08-15 10:56:22 +01:00
committed by GitHub
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.