Hi Chia-Ping and others, Please allow me to explain my current PR's:
1. https://github.com/apache/kafka/pull/20704 KAFKA-19771 Update SpotBugs version and enable Spotbugs Gradle tasks on Java 25 - this one is a clear and concise (and should be merged in order to enable spotbugs gradle tasks for Java 25 builds) 2. https://github.com/apache/kafka/pull/20727 MINOR: scala coverage plugin upgrade: 2.3.0 -->> 2.4.0 (version tested against Scala 2.13.17) - note: marked as MINOR, but in essence it's a trivial one-liner (and could wait for a while to be completed via some other version update PR) 3. https://github.com/apache/kafka/pull/20726 KAFKA-19809 CheckStyle version upgrade: 10.20.2 -->> 12.0.1 - now, this is interesting: I presented solution that works, but I also need more insights (and hence I opened a few reviews on my own, feel free to check on these) Regards, Dejan On Sat, Oct 18, 2025 at 4:25 PM Chia-Ping Tsai <[email protected]> wrote: > hi Dejan > > Would you mind filing a PR to update those? It would be better to open a > separate PR only if the update introduces a large number of changes > > > Best, > > Chia-Ping > > Dejan Stojadinović <[email protected]> 於 2025年10月18日 週六 下午9:32寫道: > > > Hello maintainers, > > > > As in subject :) > > > > GitHub PR links: > > > > 1. https://github.com/apache/kafka/pull/20726 KAFKA-19809 CheckStyle > > version upgrade: 10.20.2 -->> 12.0.1 > > 2. https://github.com/apache/kafka/pull/20727 MINOR: scala coverage > > plugin upgrade: 2.3.0 -->> 2.4.0 (version tested against Scala > 2.13.17) > > > > Regards, > > Dejan > > >
