App Suite Middleware
Configuration
SCR-1607
Summary: New property 'com.openexchange.calendar.lookupPeerAttendeesEnabled'
By default, the server tries to lookup data from the same event of other attendee copies automatically, so that a changed participation status becomes directly visible for other users without waiting for an updated iTIP message of the organizer. In order to disable this implicit peer attendee lookup, the new lean configuration property com.openexchange.calendar.lookupPeerAttendeesEnabled
is introduced. It defaults to true
, is reloadable, and can be configured through the config-cascade.
See also the documentation for further details.
SCR-1606
Summary: New property 'com.openexchange.caldav.calendarMultigetLimit'
The new lean configuration property com.openexchange.caldav.calendarMultigetLimit
is introduced which allows to configure the maximum number of elements included in CAL:calendar-multiget
responses to the client. If data from more elements was requested, HTTP/1.1 507 Insufficient Storage
responses will get inserted.
A value of -1
disables the limit. It defaults to 1000
, is reloadable and can be defined through the config-cascade.
[8.42.52]
Configuration
SCR-1605
Summary: New property 'com.openexchange.calendar.maxAttendeesPerConflictCheck'
In order to prevent exhausting conflict checks while creating events with a huge number of attendees, the new lean configuration property com.openexchange.calendar.maxAttendeesPerConflictCheck
is introduced. It defaults to 50, is reloadable and can be defined through the config-cascade.
[8.42.50]
Configuration
SCR-1603
Summary: New Configurartion Properties for 'movecontextdatabase'
To tweak the behavior of the movecontextdatabase
utility, especially when dealing with large amounts of data being transferred, the following lean configuration properties are introduced:
com.openexchange.admin.context.move.intermediateCommits = false
: Controls whether to perform intermediate database COMMITs after each batch during the context move operation.com.openexchange.admin.context.move.selectBatchSize = 250000
: The maximum number of rows to select per batch from the source database tables. A value of-1
disables processing in batches while reading.com.openexchange.admin.context.move.insertBatchSize = 50000
: The maximum number of rows to insert per batch into the destination database tables. A value of-1
disables processing in batches while writing.com.openexchange.admin.context.move.deleteBatchSize = 50000
: The maximum number of rows to delete per batch from the source database tables after the data was copied, or when undoing the operation. A value of-1
disables processing in batches while deleting.
All properties are reloadable, and can be defined through the config-cascade up to context scope. See also the property documentation for further details.
[8.42.48]
3rd Party Libraries/License Change
SCR-1598
Summary: Updated UnboundID LDAP SDK from v5.1.4 to v7.0.3
Updated UnboundID LDAP SDK from v5.1.4 to v7.0.3 in bundle com.openexchange.ldap.common
SCR-1597
Summary: Updated Netty libraries from v4.1.121 to v4.1.124 in bundle io.netty
Updated Netty libraries from v4.1.121 to v4.1.124 in bundle io.netty
- netty-buffer-4.1.124.Final.jar
- netty-codec-4.1.124.Final.jar
- netty-codec-dns-4.1.124.Final.jar
- netty-codec-http2-4.1.124.Final.jar
- netty-codec-http-4.1.124.Final.jar
- netty-codec-socks-4.1.124.Final.jar
- netty-common-4.1.124.Final.jar
- netty-handler-4.1.124.Final.jar
- netty-handler-proxy-4.1.124.Final.jar
- netty-resolver-4.1.124.Final.jar
- netty-resolver-dns-4.1.124.Final.jar
- netty-transport-4.1.124.Final.jar
- netty-transport-native-unix-common-4.1.124.Final.jar
- netty-transport-classes-epoll-4.1.124.Final.jar
- netty-transport-native-epoll-4.1.124.Final.jar
- netty-transport-classes-kqueue-4.1.124.Final.jar
- netty-transport-native-kqueue-4.1.124.Final.jar
- netty-tcnative-classes-2.0.72.Final
SCR-1596
Summary: Updated Bouncy Castle libraries from v1.78.1 to v1.79
Bouncy Castle Libraries have been updated to v1.79
- bcmail-jdk18on-1.79.jar
- bcpg-jkd180n-1.79.jar
- pcpkix-jkd180n-1.79.jar
- bcprov-jkd180n-1.79.jar
- bcutil-jkd180n-1.79.jar
SCR-1593
Summary: Update Nimbus JOSE+JWT
Update Nimbus JOSE+JWT from v9.41.2 to v10.0.2 in bundle com.nimbus
SCR-1592
Summary: Update Apache CXF
Update Apache CXF libraries from v3.5.10 to v.3.5.11 in bundle com.openexchange.soap.common
SCR-1591
Summary: Update Apache Commons Lang
Update Apache Commons Lang from v3.14.0 to v3.18.0 in target platform (com.openexchange.bundles)
SCR-1590
Summary: Update Apache Commons FileUpload
Update Apache Commons FileUpload from v1.5 to v1.6.0 in target platform (com.openexchange.bundles)
SCR-1589
Summary: Update Apache Commons BeanUtils
Update Apache Commons BeanUtils from v1.9.4 to v1.11.0 in target platform (com.openexchange.bundles)
Configuration
SCR-1594
Summary: New Configuration Property 'com.openexchange.admin.user.convertguest.default'
To configure a default handling for the convertguest
flag unless specified explicitly in the create user operation, the new lean configuration property com.openexchange.admin.user.convertguest.default
is introduced.
If true
, an existing guest user with the same primary email address is converted implicitly, if false
(default), a conflict is raised.
Can be defined through the config-cascade up to the 'context' scope.
SCR-1588
Summary: Changed limitations for images in snippets (signatures)
The new default value for existing
"com.openexchange.mail.signature.maxImageSize"
property is now set to0
(zero). Thus effectively disabled per default.The new default value for existing
"com.openexchange.mail.signature.maxImageLimit"
property is now set to0
(zero). Thus effectively disabled per default.Introduced new property
"com.openexchange.mail.signature.maxTotalImageSize"
having its default value set to5
(5MB). It is reloadable and config-cascade aware.
Database
SCR-1595
Summary: Drop unused table "jsonCache"
Drop unused table "jsonCache" as well as referenced entries in "updatetask" table:
"com.openexchange.json.cache.impl.osgi.JsonCacheEnsureLatin1AsDefault"
"com.openexchange.json.cache.impl.osgi.JsonCacheAddOtherFieldsTask"
"com.openexchange.json.cache.impl.osgi.JsonCacheMediumTextTask"
"com.openexchange.json.cache.impl.osgi.JsonCacheAddInProgressFieldTask"
"com.openexchange.json.cache.impl.osgi.JsonCacheCreateTableTask"