bkkothari2255 commented on PR #69: URL: https://github.com/apache/sling-org-apache-sling-models-impl/pull/69#issuecomment-3739318402
@enapps-enorman I've updated the PR with a full migration to JUnit 5 - Updated pom.xml with Jupiter dependencies - Converted the test class to use `@ExtendWith(MockitoExtension.class)` - Replaced all `@Test(expected=...)` with `Assertions.assertThrows(...)` - Used `assertDoesNotThrow(...)` for the OOM test case to satisfy Sonar. The build should pass now. Please let me know if you see anything else -- 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]
