Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Groovy version incompatibility #81

Open
nicolas-f opened this issue Feb 13, 2018 · 3 comments
Open

Groovy version incompatibility #81

nicolas-f opened this issue Feb 13, 2018 · 3 comments
Assignees

Comments

@nicolas-f
Copy link
Member

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/

@ebocher
Copy link
Member

ebocher commented Feb 14, 2018

Why not upgrade OrbisGIS groovy version?
Is there a reason to downgrade ?

@nicolas-f
Copy link
Member Author

Only for a minimum impact on OrbisGIS.

@SPalominos
Copy link
Contributor

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants