Public API versions

To the Servoy team:

Where can I find the public API related to Servoy v3.5.x ?
Or to the 4.0 version? There is nothing in the API that tells me when a method or class or interface was first introduced…

The link to the public API gives me the latest version. This is a problem since if I follow these javadocs, I try to use methods or interfaces which are not consistent with the target I build for…

The API are not even consitent with the current version, for example that “JSEvent” class (intriguing that one) that appeared lately in the javadocs while it is nowhere in any jars of the 4.1.3 - build 672.

And I would like to know if some beans/plugins I did are compatible with Servoy 3.5.x, but I have no other choice than to download an evaluation version of it…

To be usable, the API, whould state clearly when each class, interface, method has been introduced, don’t you think?
And could you had some comments to them, please?

Thanks in advance,

please reload public-api

Nice, thanks!

Hi Jan,

It seems there is a problem with the 4.1.x version of the API, some of the interfaces are not there when they should be!
For example, in my DateChooserBean, I used the IServoyAwareBean interfaces and it’s working perfectly at least for 4.1.2 and 4.1.3.

Could you have a look at that please?

Thanks in advance,

The IServoyAwareBean and IRecord/IFoundSet interfaces will be public from the Servoy 4.2 release onwards

I see, but they were part of the published version on the site when I started working with it (a few weeks ago) and libelled “4.1.2_a9”, so I used them already.

And they are already part of the jars aren’t they?

What I mean is that I hope that you have no intention of obfuscating them for 4.1.4, do you?

Thanks for the clarification,