twogee

Results 61 comments of twogee
trafficstars

Looks like JDK must be updated in Jenkins...

I'd like to break builds when class file format changes in combination with semantic versioning unless the major version is changed.

According to [specification](https://docs.oracle.com/javase/8/docs/platform/serialization/spec/class.html) serialVersionUID must be final, static and long. How would you suggest dealing with a class which is non-conformant? Would rethrowing CCE with the name of the offending...

There is a downstream patch for `deleteStateOnFileMove` at [RedHat](https://bugzilla.redhat.com/show_bug.cgi?id=1909639), would you please integrate it instead?

There seems to be a [Github project](https://github.com/finetjul/gts) that added CMake to GTS.

Here's the complete test case (presuming a project build using Maven SDL) ``` ```

Thanks for explanation. My workaround was to skip pluginlistref for the time being. There is another problem, it looks like auxclasspath is added to Ant classloader even though it is...

How about using 3.22 for Java 9?