mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
507 B
507 B
7.3.0
Deprecated APIs
- The predicate
getValue()onSpringRequestMappingMethodis now deprecated. UsegetAValue()instead. - Java now uses the shared
BasicBlocklibrary. 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. TheBasicBlockclass itself no longer extendsControlFlowNode- the predicategetFirstNodecan be used to fix any QL code that somehow relied on this.