Skip to content

fixes BUG-53411: avoid failures in some mockito tests using JDK 22

Description

Make mockito tests do not fail with JDK-22 when they are executed in the console by enabling the byte-buddy experimental flag.

This should be a temporary workaround until this issue is fixed.

Try

Edited by Carlos Aristu

Merge request reports