Servoy 2023.09

We are pleased to announce the availability of Servoy 2023.9.0 (release number 3902)

This version is available through the the download site

An installation (coming from the normal installer or from a platform specific archive) is shipping with with a Java VM (Java 17.0.8)

So for the platform specific archives you don’t need to install or have java on your system.

This release can be updated by using the “latest” url: http://download.servoy.com/developer/latest/ (when you come from 2019.03 or higher)
This release is build on Eclipse 2023.06 (4.28)

See whats new and fixed issues

This is a release in our quarterly release cycle
if you want to stay on the LTS path you need to stick to 2023.03.3 LTS and enabled only the lts update site.

please also update the webpackages that also have releases for 2023.9

If coming from a much older release like 2022.03 then you first have to updated to 2023.03 and then go to 2023.09
This is because of an Eclipse update bug that prevents these updates.

Congratulations to Johan and the team on the new release! ;-)

Idle Web Service issue
It seems that the svyIdle plugin/service is still not working in the latest TiNG client (even though at ServoyCamp we were advised that all Servoy Packages should now be compatible)
When I make this call in my ‘onSolutionOpen’ method

plugins.svyIdle.onIdle(onIdle, onActive, onHide, onShow, null, th_idle_time, true, false, false);

it causes this error

ERROR org.sablo.BrowserConsole - 16:36:12 ERROR ServicesService -  trying to call a service api onIdle for service svyIdle but the sevice (undefined) or the call was not found! buildStackMessage@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:27995:24
apply@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:27810:53
@[native code]
callServiceApi@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:28102:21
handleNormalServiceApis@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:28073:48
handleMessage@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:29108:69
onInvoke@http://localhost:8183/vendor.js:46141:31
run@http://localhost:8183/polyfills.js:287:41
next@http://localhost:8183/vendor.js:453:29
_next@http://localhost:8183/vendor.js:422:26
next@http://localhost:8183/vendor.js:395:17
@http://localhost:8183/vendor.js:1247:15
next@http://localhost:8183/vendor.js:395:17
@http://localhost:8183/vendor.js:233:24
errorContext@http://localhost:8183/vendor.js:2688:7
next@http://localhost:8183/vendor.js:226:69
dispatchEvent@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:28591:22
@http://localhost:8183/default-src_ngclient_allcomponents_module_ts-src_ngclient_allservices_service_ts-src_servoyco-f6c863.js:27700:37
wrapFn@http://localhost:8183/polyfills.js:880:40
runTask@http://localhost:8183/polyfills.js:333:47
invokeTask@http://localhost:8183/polyfills.js:606:33
invokeTask@http://localhost:8183/polyfills.js:1730:18
globalCallback@http://localhost:8183/polyfills.js:1760:31

It looks like it was updated on GitHub, but I’m not sure if that update has been put in to a proper release, as the current release, 1.0.1, is dated Jan 10 2022??

Thanks
Rafi

i will have a look at them today and see which once should have releases now

jcompagner:
i will have a look at them today and see which once should have releases now

Thanks!