Versions Compared

Key

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

...

One of the most noticeable advantages of Apache Syncope is in its extreme flexibility: since the early days, in fact, practically any aspect of the system can be tweaked and customized to adapt to the various needs that might be encountered during deployments.
In most cases, this boils to down to code some Java class, add it to own Syncope project, rebuild and redeploy to see it at work.  With SYNCOPE-956 Naturally, this can be possible only when there is a local Maven project: other artifacts as Docker images, Debian packages or Standalone Distribution are simply not applicable.

With SYNCOPE-956 it is possible to provide implementations in Apache Groovy, without losing any customization capability: this implies:

  1. faster development cycle: no need to rebuild and redeploy to apply the changes
  2. possibility to customize the behavior of Docker images, Debian packages and Standalone Distribution

How to upgrade from 2.0

Upgrading from 2.0? There are some notes about this process

...