dejan2609 commented on PR #20561:
URL: https://github.com/apache/kafka/pull/20561#issuecomment-3353910635

   Update: Mockito version is upgraded in order to resolve build issues; see 
the output error for `./gradlew test`:
   ```
   
org.mockito.internal.creation.bytebuddy.InlineByteBuddyMockMaker.createMock(InlineByteBuddyMockMaker.java:56)
                   at 
org.mockito.internal.util.MockUtil.createMock(MockUtil.java:99)
                   at org.mockito.internal.MockitoCore.mock(MockitoCore.java:84)
                   at org.mockito.Mockito.mock(Mockito.java:2162)
                   at org.mockito.Mockito.mock(Mockito.java:2077)
                   ... 1 more
   
                   Caused by:
                   java.lang.IllegalArgumentException: Java 25 (69) is not 
supported by the current version of Byte Buddy which officially supports Java 
24 (68) - update Byte Buddy or set net.bytebuddy.experimental as a VM property
                       at 
net.bytebuddy.utility.OpenedClassReader.of(OpenedClassReader.java:120)
   ```
   Related links:
   - https://issues.apache.org/jira/browse/SOLR-17718
   - https://github.com/mockito/mockito/releases/tag/v5.20.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to