yahoo / fili

Easily make RESTful web services for time series reporting with Big Data analytics engines like Druid and SQL Databases.
http://fili.io
Apache License 2.0
172 stars 96 forks source link

Wait for the next stable groovy release #680

Open QubitPi opened 6 years ago

QubitPi commented 6 years ago

In order to upgrade javax validation-api to its latest version, groovy version needs to go at least above a beta version (https://issues.apache.org/jira/browse/GROOVY-8356). We don't want Fili to take risk of using an unstable version.

Once groovy has the next stable release, upgrade versions of both groovy(https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all) and javax validation-api

cdeszaq commented 6 years ago

Since we only use Groovy in our tests, why not upgrade a little early? Have we tried the most recent beta and found it lacking?