Release preparation for version 2.24.3

This commit is contained in:
github-actions[bot]
2026-03-02 13:23:40 +00:00
parent 600f585a31
commit 7795badd18
175 changed files with 448 additions and 151 deletions

View File

@@ -1,3 +1,10 @@
## 1.10.8
### Minor Analysis Improvements
* The Java extractor and QL libraries now support Java 26.
* Java analysis now selects the Java version to use informed by Maven POM files across all project modules. It also tries to use Java 17 or higher for all Maven projects if possible, for improved build compatibility.
## 1.10.7
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The Java extractor and QL libraries now support Java 26.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
* Java analysis now selects the Java version to use informed by Maven POM files across all project modules. It also tries to use Java 17 or higher for all Maven projects if possible, for improved build compatibility.
## 1.10.8
### Minor Analysis Improvements
* The Java extractor and QL libraries now support Java 26.
* Java analysis now selects the Java version to use informed by Maven POM files across all project modules. It also tries to use Java 17 or higher for all Maven projects if possible, for improved build compatibility.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.10.7
lastReleaseVersion: 1.10.8

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 1.10.8-dev
version: 1.10.8
groups:
- java
- queries