Can we also upgrade Jetty? I tried to upgrade Calcite [1] but it gets runtime errors because Avatica is on an earlier version.
Julian [1] https://github.com/apache/calcite/pull/1580 <https://github.com/apache/calcite/pull/1580> > On Nov 11, 2019, at 12:01 PM, Vladimir Sitnikov <[email protected]> > wrote: > > The list you provide is outdated. > >> these plugins weren't added to the Gradle build at >> some point. > > Please feel free to execute "./gradlew tasks" and check what is available > > To my best knowledge, the build script is good enough. > > The missing items are >> * "Unused dependency" >> * "Used but undeclared dependency" > > That, however, is not significant for Avatica since the number of > dependencies is low. > "unused dependency" and "used but undeclared" plugin for Gradle does not > exist yet. > We need "java-library" support, and that is a missing feature ( > https://github.com/wfhartford/gradle-dependency-analyze/issues/39) > > Vladimir
