App Suite Middleware
3rd Party Libraries/License Change
SCR-1577
Summary: Updated OSGi target platform bundles
Updated the following OSGi target platform bundles
org.eclipse.osgi.util_3.7.300.v20231104-1118.jar
updated toorg.eclipse.osgi.util_3.7.400.v20250516-0916.jar
org.eclipse.osgi_3.20.0.v20240509-1421.jar
updated toorg.eclipse.osgi_3.23.100.v20250514-1759.jar
Configuration
SCR-1576
Summary: New properties to control number of tombstone records
In order to control how many tombstone records are persisted per calendar account, the following new lean configuration properties are introduced, each applicable for the corresponding calendar provider and defaulting to a value of 2500
unless overridden:
com.openexchange.calendar.ical.maxEventTombstones = 2500
com.openexchange.calendar.google.maxEventTombstones = 2500
A value of -1
disables the limit. Both properties are reloadable and config-cascade aware.
See the property documentation for further details.