Page 1 of 1

Support for scala 2.12

Posted: 18 Jul 2018, 03:43
by vinhbt
can you support me for migrate from scala 2.11 to 2.12

Re: Support for scala 2.12

Posted: 18 Jul 2018, 07:30
by Lapo
Hi,
I am not sure what you mean by that? Do you mean migrating your code?
In terms of changing the scala runtime in SFS2X, it is not recommended as it might introduce unexpected issues.

Cheers

Re: Support for scala 2.12

Posted: 24 Jul 2018, 04:04
by vinhbt
Yes I wan't to migrate my project from scala 2.11 to 2.12 but scala runtime in SFS2X is 2.11.
Can you support me to change it to 2.12

Re: Support for scala 2.12

Posted: 24 Jul 2018, 07:31
by Lapo
You can try replacing the scala library jar under SFS2X/lib/ but we can't guarantee everything will keep working.
Scala is known for breaking existing code in new updates.

If it doesn't work we have no immediate way to fix it as we would need to investigate what has changed in the new Scala and fix/test/redeploy the necessary libraries. We might do it for the next major release but we don't have a quick workaround to offer.

What is new in Scala 12, by the way? And what's the reason you need it for you project?

Thanks