Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add some release notes for 1.12

...

1.12.0

This release contains a number of improvements and bug fixes.

Changes since last release:

  • Introduced a pluggable OQL security framework to restrict which classes and methods that can be called from OQL.  The system administrator can change the security posture at runtime.  Provided implementations include RestrictedMethodAuthorizer, UnrestrictedMethodAuthorizer, RegExMethodAuthorizer, and JavaBeanAccessorMethodAuthorizer.
  • Introduced new endpoints in REST API for Management, including create and delete index, list deployed jars, show PDX configuration, and show supported REST API versions.
  • Migrated from Spring 4 to Spring 5.

  • Updated 3rd party libraries to latest security patches.

  • Fixed an issue where the locator could fail to shutdown completely.

  • Fixed an exception thrown when executing an equi-join query and both fields are indexed.

  • Fixed an issue where a backup was not properly aborted if a member of the distributed system was lost during the backup.

A full list of issues that were resolved can be found at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318420&version=12346481

1.11.0

This release contains a number of improvements and bug fixes.

...