Re: [DISCUSSION] Cassandra's code style and source code analysis

2023-07-31 Thread Maxim Muzafarov
Hello everyone, It's been a long time since the last discussion about the import order code style, so I want to give these changes a chance as all the major JIRA issues have already landed on the release branch so we won't affect anyone. I'd be happy to find any reviewers who are interested in he

Re: [ANNOUNCEMENT] Expect failures today. Dropping JDK 8 and adding JDK 11

2023-07-31 Thread Ekaterina Dimitrova
As there were no objections from the community I closed CASSANDRA-18701 On Thu, 27 Jul 2023 at 16:22, Mick Semb Wever wrote: > > > >> FYI, devbranch (pre-commit) on ci-cassandra.a.o is hardcoded to build on >> jdk8 and jdk11 >> so it's not going to work with trunk based patches… >> >> I'll revi

[DISCUSSION] Adding BountyCastle as a test dependency

2023-07-31 Thread Ekaterina Dimitrova
Hi team, Probably most of you noticed that SSLFactoryTest unit tests fail now with JDK 17. Java 15 removed sun.security.x509 package. You can still generate a Self-Signed certificate using BouncyCastle by adding it to the classpath, described in this issue