I got stuck on the OWASP version update. The new version requires Java 11, which is not a big problemin itself, but I could not find a way to selectively add a plugin to Gradle based on the java version.
At the moment the best I can do is commenting the OWASP out, so that it can be manually commented back when we want to run the check (with Java 11+) If anyone has better idea, please let me know. This is the current patch, which fails to build with Java 8: https://issues.apache.org/jira/browse/CALCITE-7165 Istvan On Tue, Sep 9, 2025 at 5:29 PM Istvan Toth <[email protected]> wrote: > > We should do a CVE scan, and update the usual suspects (Jetty, Netty, > Protobuf...) to the latest maintenance releases. > > But first we need to update the OWASP plugin again as the current one > cannot read the current DB. > > I will do that and open tickets as necessary in the next few days. > > There are no other blockers on my radar. > > Istvan > > On Tue, Sep 9, 2025 at 1:02 PM Francis Chuang <[email protected]> > wrote: > >> Hi all, >> >> As Calcite is heading towards release 1.41.0, we would like to release >> Avatica 1.27.0 first, so that the version of Avatica used by Calcite can >> be upgraded. >> >> There are currently 14 open pull requests for Avatica[1], however, I do >> not see any that are really considered ready to merge. Are there any >> issues that you'd like to see in this release? Please let me know, so we >> can work out a rough release timeline. >> >> Thanks! >> Francis >> >> >> [1] https://github.com/apache/calcite-avatica/pulls >> > > > -- > *István Tóth* | Sr. Staff Software Engineer > *Email*: [email protected] > cloudera.com <https://www.cloudera.com> > [image: Cloudera] <https://www.cloudera.com/> > [image: Cloudera on Twitter] <https://twitter.com/cloudera> [image: > Cloudera on Facebook] <https://www.facebook.com/cloudera> [image: > Cloudera on LinkedIn] <https://www.linkedin.com/company/cloudera> > ------------------------------ > ------------------------------ > -- *István Tóth* | Sr. Staff Software Engineer *Email*: [email protected] cloudera.com <https://www.cloudera.com> [image: Cloudera] <https://www.cloudera.com/> [image: Cloudera on Twitter] <https://twitter.com/cloudera> [image: Cloudera on Facebook] <https://www.facebook.com/cloudera> [image: Cloudera on LinkedIn] <https://www.linkedin.com/company/cloudera> ------------------------------ ------------------------------
