We are pleased to announce the availability of Servoy 2019.03 (release number 3412)
This version is available through the the download site
The update site can’t be used to upgrade from 84 to this release, a bug in the eclipse update mechanisme will result in a broken installation.
So a clean install needs to be done if you come from 84 (but you can reuse the existing workspace just fine)
Also we only support 64 bit java from 2019.03 on, this is also because Eclipse also doesn’t support 32 bit anymore. So you need to have a 64 bit java.
2019.03 will succeed the 84 release, so there will no more 8.4.x release
From now an Servoy will have a regular scheduler of releasing, so every last month of a quarter after the first week a first RC will be released of that quarter (so next will be 2019.06)
and in the last week of that quarter or the first week of the next quarter the final release will be done.
Check this for more info.
This branch (2019.03) will be promoted to be a LTS release, after we released 2019.06 you can choose to stay on the 2019.03.X LTS branch for the coming year to have only some bug fixes or get the latest updates every quarter.
In the following posts viewtopic.php?f=1&t=22434#p119719 viewtopic.php?f=1&t=22434#p119730
I reported Servoy developer strange behaviour after installing version 2019 rc1 and rc2. The same problem still exists after installing Servoy 2019.03 final: in the developer resources panel, all servers show also tables belonging to other DBs besides its own (see images in above posts). As jcompagner suggested I completely erased all previous installations of Servoy 2019.03 and installed a new MySQL server (v.8.0.15) and JDBC drivers (also v. 8.0.15) so that there was no file, such as .dbi, from previous installations. But the problem reproduced itself again. I did this three times with identical results. I also switched MySQL server to a previous version (8.0.13) and the JConnector. Tables from a server I created show also in the Servoy default servers, such as repository. Any suggestion on how to solve this?
i tested this on mysql (latest database and jconnector)
and i see that when you just use jdbc:mysql://localhost/database1 that the driver does still return all tables of all databases…
For that you need to set also the “catalog” (in the advanced section) to also “database1”, problem is that then when connection and setting up the connection itself it bombs out because mysql wants to have another sql command for setting the current catalog/database (then the standard)
as far as i can see the getTables() or how we make the connection is already long time like this (latest changes are from 2016 in that area). So this can’t be something new on Servoy’s side
Hi, I have decided not to ask for this feature. I need it NOW, so I built what I needed using the http plugin and it didn’t take long and it works fine.
swingman:
Hi, I have decided not to ask for this feature. I need it NOW, so I built what I needed using the http plugin and it didn’t take long and it works fine.
Hey Christian,
maybe you can share whatever is need with Servoy so they can easily add it??
Thanks
Rafi
I’m not using the new plugin, so it may not be of much help, also it is specific to VAT. But I can share the code once I have tidied it up.
For those of you not in the UK, the HMRC are forcing businesses to do their VAT digitally in 3 months time. They are taking away the web page where you fill in your VAT return! You have to submit data via the API. For most people that means using off-the-shelf accounting software. This is a threat to custom-made accounting systems. Rather than producing data to be input into the online form, they have to be modified to submit data to the API.
It would be good to have a way of feeding the oAuth plugin custom list of endpoints to make it work with any service. But maybe it is a bit more complicated, there is custom info in the headers etc…