This release build on the same Eclipse version as 2019.09, the next release 2020.03 will jump to Eclipse 2019-12 (4.14).

The shipped java version is updated to Java 13.0.1, its now included as a plugin (in the developer/plugins dir) instead of a feature (developer/features dir).

Because of an update problem from 2019.09 to 2019.12 we needed to add in the servoy.ini file a  '-clean' as a program argument, this does result it a bit more start up time (5 to 10 seconds). This can be removed after update or with a fresh install.

Because we upgraded the sql server driver to a new version (7.0.0 → 7.4.1) it could be that in the drivers dir that old file is left over as a 0 bytes file. Please remove that 0 bytes file, if you make a WAR file from that install then it could be that the server container (like Tomcat) will fail to start.

We improved the Content Security Policy to only work for browsers that support CSP level 3, but if you do include css of fonts from your solution less/css file that are external like:

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:100,200,400);

then this will currently fail in the browser "because it violates the following Content Security Policy directive" , You can turn this of with the property "servoy.ngclient.setContentSecurityPolicyHeader" thats on the admin page. 

New Features


Potentially breaking changes


For the full list of cases look here