App Suite Releases
  • 8.35
  • 7.10.6
Imprint
  • 8.35
  • 7.10.6
Imprint
  • Release 8.45
    • Noteworthy Changes
      • Important Changes
      • App Suite Middleware
    • Changelogs
      • App Suite UI
      • App Suite Middleware
      • Additional Components
        • AI Service
        • Switchboard
    • Helm Charts
      • AI-Service documentation
      • App Suite Stack Chart
      • Helm Chart core-cacheservice
      • Helm Chart core-documentconverter
      • Helm Chart core-imageconverter
      • core-mw
      • Switchboard
  • Release 8.44
  • Release 8.43
  • Release 8.42
  • Release 8.41
  • Release 8.40

App Suite Middleware

General

SCR-1625

Summary: Updated Caffeine caching library and Google Guava

  • Updated Caffeine caching library from v3.2.0 to v3.2.3 in bundle com.google.guava
  • Updated Google Guava from v33.3.0 to v33.5.0 in bundle com.google.guava

3rd Party Libraries/License Change

SCR-1628

Summary: Updated several libraries

Updated several libraries in target platform and bundles

Target platform libraries (com.openexchange.bundles)

  • jackson-annotations v2.19.0 to v2.19.2

  • jackson-core v2.19.0 to v2.19.2

  • jackson-databind v2.19.0 to v2.19.2

  • jackson-dataformat-cbor v2.19.0 to v2.19.2

  • jackson-dataformat-xml v2.19.0 to v2.19.2

  • jackson-dataformat-yaml v2.19.0 to v2.19.2

  • jackson-datatype-jsr310 v2.19.0 to v2.19.2

  • jackson-datatype-jsr353 v2.19.0 to v2.19.2

  • jackson-jakarta-rs-base v2.19.0 to v2.19.2

  • jackson-jakarta-rs-json-provider v2.19.0 to v2.19.2

  • jackson-jakarta-rs-xml-provider v2.19.0 to v2.19.2

  • jackson-module-jakarta-xmlbind-annotations v2.19.0 to v2.19.2

  • jackson-module-jaxb-annotations v2.19.0 to v2.19.2

  • jcl-over-slf4j v2.0.16 to v2.0.17

  • jul-to-slf4j v2.0.16 to v2.0.17

  • log4j-over-slf4j v2.0.16 to v2.0.17

  • logback-classic v1.5.16 to v1.5.21

  • logback-core v1.5.16 to v1.5.21

  • osgi-over-slf4j v2.0.16 to v2.0.17

  • slf4j-api v2.0.16 to v2.0.17

Inlined libraries

com.ctc.wstx

  • woodstox-core v7.1.0 to v7.1.1

io.fabric8.kubernetes

  • kubernetes-client v6.13.4 to v7.4.0
  • kubernetes-client-api v6.13.4 to v7.4.0
  • kubernetes-httpclient-jdk v6.13.4 to v7.4.0
  • kubernetes-model-admissionregistration v6.13.4 to v7.4.0
  • kubernetes-model-apiextensions v6.13.4 to v7.4.0
  • kubernetes-model-apps v6.13.4 to v7.4.0
  • kubernetes-model-autoscaling v6.13.4 to v7.4.0
  • kubernetes-model-batch v6.13.4 to v7.4.0
  • kubernetes-model-certificates v6.13.4 to v7.4.0
  • kubernetes-model-common v6.13.4 to v7.4.0
  • kubernetes-model-coordination v6.13.4 to v7.4.0
  • kubernetes-model-core v6.13.4 to v7.4.0
  • kubernetes-model-discovery v6.13.4 to v7.4.0
  • kubernetes-model-events v6.13.4 to v7.4.0
  • kubernetes-model-extensions v6.13.4 to v7.4.0
  • kubernetes-model-flowcontrol v6.13.4 to v7.4.0
  • kubernetes-model-gatewayapi v6.13.4 to v7.4.0
  • kubernetes-model-metrics v6.13.4 to v7.4.0
  • kubernetes-model-networking v6.13.4 to v7.4.0
  • kubernetes-model-node v6.13.4 to v7.4.0
  • kubernetes-model-policy v6.13.4 to v7.4.0
  • kubernetes-model-rbac v6.13.4 to v7.4.0
  • kubernetes-model-resource v6.13.4 to v7.4.0
  • kubernetes-model-scheduling v6.13.4 to v7.4.0
  • kubernetes-model-storageclass v6.13.4 to v7.4.0
  • snakeyaml-engine v2.7 to v2.10
  • jsonpatch v0.3.0 to v7.4.0

SCR-1626

Summary: Added Eclipse Collections to target platform

Added Eclipse Collections to target platform (com.openexchange.bundles):

  • eclipse-collections-api-13.0.0.jar
  • eclipse-collections-13.0.0.jar

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Behavioral Changes

SCR-1634

Summary: Changed Semantics for 'com.openexchange.carddav.addressbookMultigetLimit' and 'com.openexchange.caldav.calendarMultigetLimit'

For increased client compatibility, the semantics of the configuration properties com.openexchange.carddav.addressbookMultigetLimit and com.openexchange.caldav.calendarMultigetLimit are changed in way that the configured value now determines up to which number of elements a synchronous processing of the response is performed. If data from more elements was requested, the data will be outputted to the HTTP response chunk-wise, instead of filling up with HTTP/1.1 507 Insufficient Storage responses as before.

See the property documentation for further details.

Configuration

SCR-1627

Summary: Added possibility to specify max. days in future as limitation for the date to send of a scheduled mail

Added property com.openexchange.mail.scheduled.maxDaysInFuture to specify max. days in future as limitation for the date to send of a scheduled mail. That property specifies the max. number of days in future that is allowed for the date to send. A value of 0 (zero) or a negative value disables this limitation. Default value is 0. It is reloadable and config-cascade aware.

Prev
Important Changes