shoothzj opened a new pull request, #4347:
URL: https://github.com/apache/bookkeeper/pull/4347

   ### Motivation
   
   - JDK 17 and later throw `UnsupportedOperationException` for the `suspend` 
and `resume` methods, causing the `testConstructionZkDelay` and 
`testConstructionNotConnectedExplicitZk` tests to fail.
   
   ### Changes
   
   - Disabled the two affected test methods for JDK 17 and above using the 
`@EnabledForJreRange` annotation.
   - Transitioned to JUnit 5 annotations and assertions.
   


-- 
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: commits-unsubscr...@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to