bkkothari2255 opened a new pull request, #14: URL: https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime/pull/14
Migrate tests to JUnit 5 and refactor codebase to address SonarQube quality and maintenance issues - Added JUnit 5 dependencies and replaced legacy imports - Fixed assertion argument order for JUnit 5 methods - Refactored `AbstractRuntimeObjectModelTest` to remove problematic double-brace initialization - Fixed `Bag.Iterator` in `ObjectModelTest` to throw NoSuchElementException per SonarQube java:S2272 - Replaced `Vector` with `ArrayList` and introduced constants for duplicated string literals - Removed legacy JUnit 4 and Hamcrest dependencies from `pom.xml` - Refactored all remaining Hamcrest assertions to native JUnit 5 assertions - enable automated JaCoCo code coverage reporting -- 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]
