Child pages
  • 2022.06 Whats new

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lot improvements in thew new titanium designer

The maximum numbers of threads a threadpool of a NG/Headless/BatchClients can start is upped from 4 tot 16. So you are not blocked when an client starts many Headless clients (up to 16) and wants to queue method calls all of them at once.

Api:

added JSLogger application.getLogger(name) (for having your own logging on various levels)
Also for setting a specific log level at runtime (overriding the one set in the log4j.xml for that logger)

...


Warning: For plugins we now will warn you when loading them and they don't follow the entry point setup: https://wiki.servoy.com/display/DOCS/Creating+Client+Plugins#CreatingClientPlugins-EntryPoints
this will be mandatory from 2022.09 on, in 2022.06 this is a warning.
All plugins that are shipped by servoy are adjusted, if you have 3rd party plugins then these are needed to be updated.


List of fixed cases