Projects tigase _server server-core Issues #1108
Bump groovy version (#1108)
Wojciech Kapcia opened 5 years ago

Current groovy version prevents Tigase working with JDK 12 and newer

Wojciech Kapcia commented 5 years ago

It seems that Groovy 3.0 was released (https://groovy-lang.org/releasenotes/groovy-3.0.html)

The Java Platform Module System requires that classes in distinct modules have distinct package names. Groovy has it’s own "modules" but these haven’t historically been structured according to the above requirement. For this reason, Groovy 2.x and 3.0 should be added to the classpath not module path when using JDK9+.

JDK requirements

Groovy 3.0 requires JDK9+ to build and JDK8 is the minimum version of the JRE that we support.

Wojciech Kapcia commented 4 years ago

I bumped groovy version in tigase-projects-parent and tigase-http-api (and also made some adjustments to code).

Wojciech Kapcia commented 4 years ago

As #ttsng-55 passes I would consider this fixed.

Please wait...
Page is in error, reload to recover