ASM incompatibility between SQL/Painless and FeatureAwareCheck #31322
Labels
>bug
:Delivery/Build
Build or test infrastructure
jdk10
Team:Delivery
Meta label for Delivery team
v6.4.0
v7.0.0-beta1
The X-Pack FeatureAwareCheck (#31081) requires ASM 6 (in order to parse recent class file formats).
Painless uses ASM 5, and SQL is now dependent on painless (#30681).
That means that when the feature aware check runs for SQL it has both versions of asm on the commandline and asm 5 gets used which fails to read the JRE's classes.
I pushed 89a2469 to work around it and get the build running again, but I think a better fix is in order.
The text was updated successfully, but these errors were encountered: