An installation (coming from the normal installer or from a platform specific archive) is shipping with with a Java VM (Java 15.0.1)
So for the platform specific archives you don’t need to install or java have on your system.
The developer can be updated by the http://download.servoy.com/developer/la … ecandidate update site url.
This is in our “latest” release stream (03,06,09,12) if you want to stick the the lts release then disable that releasecandidate url and stick to the urls with “lts” in the name
If you update to this release you have to do a new install of 2020.03.1_lts to go back to an the LTS release branch
Thanks for the update.
I used my solution from the rc1 in rc2 to check out changes.
To my surprise (and not mentioned in any release notes) the code that follows now gives a warning:
the function createFilterToolbar(RuntimeWebComponent|RuntimeWebComponent,
RuntimeWebComponent|RuntimeWebComponent) is not applicable for the arguments
(RuntimeWebComponent,RuntimeWebComponent)
the two args are:
elements.customlist_filter:
customlist_filter: RuntimeWebComponent
and
elements.groupingtable_challenges:
groupingtable_challenges: RuntimeWebComponent
I am not sure what to do to remove the warning.
I did update all packages as well.
I have this is several places.
(And yes I did read the svyToolbarfilter version 2.0.0 update).
Servoy version: 2020.12.0.3621_rc2
I was creating my test solution when I had to use the package manager to get the latest packages used on my custom solution to be the same as my test solution. The test code does NOT have this IDE warning. So I go back to my custom solution and now it too does NOT have the warning. Some thing happened I guess to trigger a re-evaluation of the code. Now all is fine.
Tom