V3.2.0

Last modified by Carlijn Kokkeler on 2024/11/18 15:22

These are the release notes for this runtime image. Once a runtime image is released, every new release will utilize this runtime image as base for creating runtime images for docker. For more information on this please check out this microlearning.

Minor changes

We have removed some deprecated components from our runtime image.

  • TCP support object 'Byte array text length header (de)serializer'
  • Mikrotik service activator

Removed libraries

  • Removed library aopalliance:aopalliance 1.0
  • Removed deprecated library com.emagiz.components:emagiz-components-core 12.1.1
  • Removed deprecated library com.emagiz.components:emagiz-components-tcp 12.1.1
  • Removed deprecated library com.emagiz.components:emagiz-components-tracking 12.1.1
  • Removed deprecated library com.emagiz.core:emagiz-util-codec 9.0.1
  • Removed duplicate library com.sun.xml.bind:jaxb-core 4.0.4
  • Removed duplicate library com.sun.xml.bind:jaxb-impl 4.0.4
  • Removed library org.springframework.cloud:spring-cloud-commons 4.1.0
  • Removed library org.springframework.cloud:spring-cloud-config-client 4.1.0
  • Removed library org.springframework.cloud:spring-cloud-starter 4.1.0
  • Removed library org.springframework.cloud:spring-cloud-starter-config 4.1.0
  • Removed library org.springframework.security:spring-security-rsa 1.1.1

Added libraries

  • Added library com.emagiz.boot:emagiz-boot-logging 2.1.0
  • Added library com.emagiz.components:emagiz-components-bucket4j 12.2.0

Updated libraries

  • Updated library com.emagiz.batch:emagiz-batch-aws-redshift from 5.0.0 to 5.0.1
  • Updated library com.emagiz.batch:emagiz-batch-azure-eventhubs from 5.0.0 to 5.0.1
  • Updated library com.emagiz.batch:emagiz-batch-core from 5.0.0 to 5.0.1
  • Updated library com.emagiz.batch:emagiz-batch-file from 5.0.0 to 5.0.1
  • Updated library com.emagiz.batch:emagiz-batch-http from 5.0.0 to 5.0.1
  • Updated library com.emagiz.batch:emagiz-batch-jdbc from 5.0.0 to 5.0.1
  • Updated library com.emagiz.boot:emagiz-boot-autoconfigure from 2.0.3 to 2.1.0
  • Updated library com.emagiz.boot:emagiz-boot-bus from 2.0.3 to 2.1.0
  • Updated library com.emagiz.boot:emagiz-boot-control from 2.0.3 to 2.1.0
  • Updated library com.emagiz.boot:emagiz-boot-metrics from 2.0.3 to 2.1.0
  • Updated library com.emagiz.components:emagiz-components-artemis from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-batch from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-error from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-file from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-ftp from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-http from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-infinispan from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-jdbc from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-jms from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-json from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-kafka from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-mail from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-mapping from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-qpid from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-security from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-sftp from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-smooks from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-staedi from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-staxon from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-ws from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-wssec from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-xml from 12.1.1 to 12.2.0
  • Updated library com.emagiz.components:emagiz-components-xslfo from 12.1.1 to 12.2.0
  • Updated library com.emagiz.core:emagiz-core-charset from 7.0.0 to 7.1.0
  • Updated library com.emagiz.core:emagiz-core-premain from 7.0.0 to 7.1.0
  • Updated library com.emagiz.core:emagiz-core-xml from 7.0.0 to 7.1.0
  • Updated library com.emagiz.core:emagiz-util-base from 9.0.1 to 10.0.0
  • Updated library com.emagiz.core:emagiz-util-xml from 9.0.1 to 10.0.0
  • Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.14.3 to 2.15.3

Remarks
We recommend evaluating custom groovy scripts and SpEL expressions to ensure that they do not rely on functionality that may have been removed due to one of the library removals.   

  • Calls to com.emagiz.util.Assert can be replaced with org.springframework.util.Assert
  • Calls to com.emagiz.util.StringUtils can be replaced with org.springframework.util.StringUtils
  • Calls to com.emagiz.util.CollectionUtils can be replaced with org.springframework.util.CollectionUtils