Servoy 2026.3.0

We are pleased to announce the availability of Servoy 2026.3.0 (release number 4142)

This version is available through the download site

See whats new for the global changes and the case list

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

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 2025.12 (4.38)

This is a release in our quarterly release cycle (will be promoted after 2026.06 release to the next LTS)
if you want to stay on the LTS path you need to stick to 2025.03.x or the 2024.03.x LTS and enabled only the lts update site.

Many webpackages have new releases for the 2026.03.

Thanks Johan. I noticed this is a March release but doesn’t include the LTS marking, like the others: Release notes | Docs

I assume this will be a normal LTS branch as usual?

Also will the improvements to the AI Developer plugin continue to be in this branch after 2026.06, or is it going to only get bug fixes if its LTS branch after 2026.06?

see my sentence
As in previous years the 26.3 is first a current release and will be promoted to LTS After the 26.06 release, so yes you can see this as a LTS release already if you want but its only promoted to that later on

We want to first mature it as much as possible, so there could be already a 26.3.1 release before it really becomes a LTS marked thing like 26.3.2 LTS (the current 2 LTS 24.3.x and 25.3.x branches are still also there, its just that there are “kind of” 3 now that will be a LTS because the current is also a x.03 version)

most of that AI plugin is a separate project/feature with its own update site:

That even should run against a 24.03.x (it is compiled against that version).
It will not fully run correct on an actual 24.3.x release because we do need small changes in it. (but a nightly of 24.3.x should work)

Hi Johan,

I just tested the new release and noticed a couple of issues.

First, is there anything that changed regarding the multifileUpload component?
It’s no longer working on our side — the element is simply not showing up/rendered in the forms anymore. We haven’t made any changes to our code or configuration, and all components have been updated.

The only thing I’m seeing is a new error in the browser console:


I created a issue via the servicedesk for that.

EDIT: I just noticed that after the update, Servoy SPM automatically upgraded the Bootstrap Extra Components to version 26.3.1.

After rolling them back to 26.3.0, everything is working again.

It might be worth considering throwing a warning or restricting component versions (e.g. not allowing 26.3.1 with Servoy 26.3.0) to avoid this kind of confusion in the future.


Additionally, after the update our GitHub Copilot Eclipse plugin seems to have been removed (possibly replaced by the Servoy AI plugin).

This brings up another question:
Within the Servoy AI plugin, it currently looks like only OpenAI or Gemini API keys are supported. Are there any plans to support other providers such as GitHub Copilot or Claude/Anthropic? We are primarily using Copilot, so this would be quite important for our workflow.
And do we just install the github-copilot plugin back without issues?

Thanks in advance for any clarification!

yesterday we updated servoy-extra (and bootstrap-extra) bot to 26.3.1 version
Those versions should run fine on servoy 26.3.0, those version are not always in sync and packages can have there own versions just fine.

But you talk about reverting boootstrap extra? and what did then work again? because multi file upload is a servoy extra package component.

The thing you show is in the 3rd party uppy dashboard component, and yes that one had a small version increase… in that 3.1 package. I guess the 3rd party uppy library broke something there then we need to investigate

For the github copilot plugin: 2026.03 | Docs
as i said in the release notes you can just install that one from the marketplace.

I reverted Servoy Extra Component back from 26.3.1 to 26.3.0 → multifileUpload is working as expected again (gets rendered into the forms).
With 26.3.1 it was not rendered in servoy 2026.3.0.4142

we can’t really reproduce this, for us the multifileupload seems to be rendering just fine..