vpelikh commented on PR #4156: URL: https://github.com/apache/logging-log4j2/pull/4156#issuecomment-4991732139
Thank you for the review, @ramanathan1504 ! Great catch – you're absolutely right, the new validation uncovered real issues in `JdbcAppender`. I've just pushed two commits that: 1. Fix the setter return types – changed `setImmediateFail()` and `setReconnectIntervalMillis()` from `void` to `B` (the builder type), so they now satisfy the annotation processor's requirements. 2. Apply Spotless formatting – ran `./mvnw spotless:apply` to fix all formatting violations across the affected files. The build should be green now. Please take another look when you have a moment – happy to adjust anything else if needed. -- 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]
