Skip to content

Conversation

@rjernst
Copy link
Member

@rjernst rjernst commented Feb 25, 2020

The logger usage check uses its own version of ASM to inspect class
files for logging usages. Master was updated to support java 11
compilation in #40754. However, 7.x still used ASM 5, which could not
read newer java bytecode versions. This commit bumps ASM in 7.x used in
the logger usage check.

closes #52408

The logger usage check uses its own version of ASM to inspect class
files for logging usages. Master was updated to support java 11
compilation in elastic#40754. However, 7.x still used ASM 5, which could not
read newer java bytecode versions. This commit bumps ASM in 7.x used in
the logger usage check.

closes elastic#52408
@rjernst rjernst added >bug :Delivery/Build Build or test infrastructure v7.7.0 v7.6.1 labels Feb 25, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Build)

@ywelsch ywelsch added v7.6.2 and removed v7.6.1 labels Feb 27, 2020
@rjernst rjernst requested a review from mark-vieira March 12, 2020 00:41
Copy link
Contributor

@mark-vieira mark-vieira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rjernst rjernst merged commit 6a7badd into elastic:7.x Mar 17, 2020
rjernst added a commit that referenced this pull request Mar 17, 2020
The logger usage check uses its own version of ASM to inspect class
files for logging usages. Master was updated to support java 11
compilation in #40754. However, 7.x still used ASM 5, which could not
read newer java bytecode versions. This commit bumps ASM in 7.x used in
the logger usage check.

closes #52408
@rjernst rjernst deleted the logger_asm_bump branch March 17, 2020 01:51
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>bug :Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v7.6.2 v7.7.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants