You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OrbisGIS upgrade will implicate an upgrade of orbiswps. In orbiswps, the groovy version is linked to the groovy-eclipse-compiler version and its update is quite tricky. So it will be done a bit later.
OrbisGIS use Groovy version 2.3.6
https://github.com/orbisgis/orbisgis/blob/master/pom.xml#L115
Groovy console use groovy version 2.4.7
https://github.com/orbisgis/orbisgis-official-plugins/blob/master/groovyConsole/pom.xml#L102
Thanks to OSGi it still works . However we have to download another groovy package for this console.
We could downgrade groovy version here, or specify the compatibility version range in the pom.xml:
https://davidvaleri.wordpress.com/2011/04/07/secrets-of-the-felix-bundle-plug-in-macros-revealed/
The text was updated successfully, but these errors were encountered: