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,9 @@
## 8.1.1
### Minor Analysis Improvements
* Some modelling which previously only worked for Java EE packages beginning with "javax" will now also work for Java EE packages beginning with "jakarta" as well. This may lead to some alert changes.
## 8.1.0
### Deprecated APIs

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 8.1.1
### Minor Analysis Improvements
* Some modelling which previously only worked for Java EE packages beginning with "javax" will now also work for Java EE packages beginning with "jakarta" as well. This may lead to some alert changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 8.1.0
lastReleaseVersion: 8.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 8.1.1-dev
version: 8.1.1
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java

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