- The Java and Kotlin extractors now support
CODEQL_PATH_TRANSFORMER.SEMMLE_PATH_TRANSFORMERis still supported, but deprecated.
JavacTool-based compiler interception no longer requires an--add-opensdirective whenFileObject.toUriis accessible.JavacTool-based compiler interception no longer throws an exception visible to the program usingJavacToolon failure to extract a file path from a passedJavaFileObject.JavacTool-based compiler interception now supports files that don't simply wrap afile://URL, such as a source file inside a JAR, or an in-memory file, but which do implementgetCharContent.