Child pages
  • Upgrading to Servoy 6.0

Versions Compared

Key

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

...

Once imported, the Solutions can be tested with Servoy 6. Servoy 6 introduces a few minor behavior changes, some of which could potentially break existing code. It should be investigated if the upgraded solutions are affected by these changes. The behavior changes are listed and discussed in the paragraph #Behavior Behavior Changes.

After taking care of the behavior changes, there are 2 tasks left:

...

As of Servoy 6, Problem markers will be generated on the JavaScript code that accesses deprecated API. The API will still function as before, the Problem markers are just an indication that the used API is marked as "Should not use anymore" and that at one point in time the code ought to be rewritten to utilize the new way of doing things. The #Deprecated Deprecated API alinea below provides an overview of the API that got deprecated in Servoy 6.0 and what the replacement functionality is.

...

The behavior of databaseManager.addTableFilterParam() has been changed, see #Changes Changes that might break existing code

...