suryaprasanna opened a new pull request, #18177: URL: https://github.com/apache/hudi/pull/18177
### Describe the issue this Pull Request addresses IntelliJ unit tests were failing with `java.lang.NoClassDefFoundError: org/slf4j/spi/LoggingEventBuilder` due to version mismatches between main properties and maven profiles. When slf4j versions differ across the project, IntelliJ downloads both versions, causing classpath conflicts. ### Summary and Changelog - Updated `log4j2.version` from 2.25.3 to 2.20.0 in main properties - Updated `slf4j.version` from 1.7.36 to 2.0.7 in main properties - Ensures version consistency across main properties and maven profiles to prevent dependency conflicts in IDEs ### Impact Fixes unit test execution in IntelliJ IDEA. No changes to public APIs or runtime behavior. ### Risk Level **Low** - Only adjusts dependency versions in main properties to match existing maven profile versions. These versions are already in use in certain build profiles. ### Documentation Update None - This is an internal dependency alignment fix. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable -- 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]
