App Suite Releases
  • 8.35
  • 7.10.6
Imprint
  • 8.35
  • 7.10.6
Imprint
  • Release 8.42
    • Noteworthy Changes
      • Important Changes
      • App Suite Middleware
    • Changelogs
      • App Suite UI
      • App Suite Middleware
      • Additional Components
        • AI Service
        • Switchboard
    • Helm Charts
      • App Suite Stack Chart
      • Helm Chart core-cacheservice
      • Helm Chart core-documentconverter
      • Helm Chart core-imageconverter
      • App Suite Middleware Core
      • Helm Chart core-spellcheck
      • Switchboard
  • Release 8.41
  • Release 8.40
  • Release 8.39
  • Release 8.38
  • Release 8.37

App Suite Middleware

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 to 0 (zero). Thus effectively disabled per default.

  • The new default value for existing "com.openexchange.mail.signature.maxImageLimit" property is now set to 0 (zero). Thus effectively disabled per default.

  • Introduced new property "com.openexchange.mail.signature.maxTotalImageSize" having its default value set to 5 (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"
Important Changes