Release preparation for version 2.21.4

This commit is contained in:
github-actions[bot]
2025-05-27 17:22:05 +00:00
parent 5df50c0b14
commit bfb91e95e3
174 changed files with 483 additions and 190 deletions

View File

@@ -1,3 +1,10 @@
## 7.3.0
### Deprecated APIs
* The predicate `getValue()` on `SpringRequestMappingMethod` is now deprecated. Use `getAValue()` instead.
* Java now uses the shared `BasicBlock` library. This means that the names of several member predicates have been changed to align with the names used in other languages. The old predicates have been deprecated. The `BasicBlock` class itself no longer extends `ControlFlowNode` - the predicate `getFirstNode` can be used to fix any QL code that somehow relied on this.
## 7.2.0
### New Features

View File

@@ -1,4 +0,0 @@
---
category: deprecated
---
* The predicate `getValue()` on `SpringRequestMappingMethod` is now deprecated. Use `getAValue()` instead.

View File

@@ -1,4 +1,6 @@
---
category: deprecated
---
## 7.3.0
### Deprecated APIs
* The predicate `getValue()` on `SpringRequestMappingMethod` is now deprecated. Use `getAValue()` instead.
* Java now uses the shared `BasicBlock` library. This means that the names of several member predicates have been changed to align with the names used in other languages. The old predicates have been deprecated. The `BasicBlock` class itself no longer extends `ControlFlowNode` - the predicate `getFirstNode` can be used to fix any QL code that somehow relied on this.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.2.0
lastReleaseVersion: 7.3.0

View File

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