elasticsearch/libs/plugin-scanner
Chris Hegarty f59035eb7b
Update plugin cli/scanner to ASM 9.5 (#97296)
This commit updates the plugin cli and scanner components to use ASM 9.5.

The update is required to successfully test with JDK 21. Tests in this component programatically run the java source compiler, which generates class files with major version 65, then tries to parse those generated class files. Without this change the tests fail with java.lang.IllegalArgumentException: Unsupported class file major version 65.
2023-07-01 20:29:10 +01:00
..
licenses Refactor plugin scanning into lib (#92437) 2023-01-09 15:25:54 +01:00
src Scan stable plugins for named components upon install (#92528) 2023-01-18 18:19:02 +01:00
build.gradle Update plugin cli/scanner to ASM 9.5 (#97296) 2023-07-01 20:29:10 +01:00