We are pleased to announce the availability of Servoy 2022.3.0 (release number 3742)
Look at the whats new for more info about the 2022.03.x changes
For all fixes in this release see issues list.
This version is available through the the download site
We ship only installers, so for windows an exe file and for osx a dmg, for linux we have a archive tar file.
The full installers/archives are only for new installs, never use that to update/overwrite an existing install, existing installations should always be updated through the “check for updates”.
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 2021.12 (4.22)
If check for updates says there are no updates, then it could be a caching problem of eclipse, please restart the developer once and try again.
We ship a java with our installation (Java 17.0.2). So there doesn’t need to be a java installed on the system anymore.
Also with a next update, we can update the java version with it so no need to keep it up to date yourself anymore.
This is a release in our quarterly release cycle, if you want to stay on the LTS path you need to stick to 2021.03.1 LTS and enabled only the lts update site.
This release will be promoted to an LTS release later this year (so for example 2022.3.1 LTS)
Webinar 1: Wednesday April 13, 2022: Get Titanium-Ready
No more sitting on the sidelines. It’s time to get hands-on. In this webinar, you’ll be guided through the steps to make your application Titanium-Ready.
Migration Plan
Common Pitfalls
Patterns and tricks
Webinar 2: Thursday April 14, 2022: Smart Doc Editor Update
New and Improved: Document management and custom reporting for your end-users!
Please join us for this special webinar with a product update on Servoy’s Smart Document Editor solution for business applications.
Refresher on Servoy’s Smart Document Editor for
Rich text editing in business applications
Data-driven templating with merge
Reporting, End-user / Ad hoc reports
Powerful @mentions feature
Copy/Paste from MS Word/Google Docs
Cool New Stuff!
IF blocks for conditional content
Mention Tag override method
Repeat Tag override method
This webinar is for anyone who would like to know more about Servoy’s NG Titanium client Technology. Register Today
pitc:
Yes getting “no updates available” , even after restart developer.
How to clear cache in eclipse?
this can be caching stuff in between (cloudfare), i tried this morning and it worked fine for me,
so i guess you just needed to wait a few more minutes/hours to see these updates.
Semantics.
When I want to “update” to next Servoy developer I mean that it is more convenient to use the update mechanism from developer. But sometimes in the past I have had to abandon this method and just reinstall from scratch.
I have installed 2022.3 release 3742 and updated all packages, first I got a license error but after getting the new license I still get an error when building a War file: could not create/copy Titanium NGClient resources. I have not yet made any Titanium conversions and my preferences have not been set to run the Titanium NGClient. Any idea’s? Thanks.
My bad, I must have accidentally turned it on in a previous version where it did not give any errors. If it is of any interest this is the error I got:
- @servoy/ngx-toastr [es2015/esm2015] (scttcper/ngx-toastr)
file:///Users/omar/WorkspaceHis/.metadata/.plugins/com.servoy.eclipse.ngclient.ui/target/node_modules/@angular/compiler-cli/bundles/chunk-VMLZST3Q.js:4704
throw new Error(`Tried to overwrite ${backPath} with an ngcc back up file, which is disallowed.`);
i have never seen that error, no idea what that exactly is.
Maybe a “copy Titanium NCClient sources” action (context menu of Solution Explorer, Servoy Packages node) an then do a “clean and build” will fix that.
Unfortunately I can’t download the new version. https://admin.servoy-cloud.eu/solutions … html#shell
I tried it with Google Chrome and Edge Browser.
The download button is missing respectively I can’t click to the Icon “Windows Installer”. It is disabled. Only click to “other versions” and download there is possible.
Does anyone know if there is a way to turn off the JAR version checking when exporting a WAR file. Servoy is flagging up an issue with JAR versions in a third party plugin (they have two JAR files with the same name but one is in a subdirectory) and we cannot now export a working version of our solution. The solution worked perfectly with the multiple JAR files on 2021.12 so should work with 2022.3 if we can just switch off the JAR checking temporarily!
you can’t turn that off
but what goes wrong for you? Because what we output are just warnings.
Are you using smartclient an those jars are references in jnlps? (they need to be at the clients machine)?
The problem that we are having is that although these are warnings on the screen, the JAR files it considers as duplicates are not then included in the WAR file and don’t appear in the plugins.properties file. This causes the plugin we are using to fail because the necessary JAR files are not there. What your code picks up as duplicates in the checkDuplicateJars() method of the WarExporter class are not really duplicates but seem to be just JAR files with the same name (but different contents).
We are speaking to the third party plugin provider to get this amended but cannot export a working WAR until this is done.