Changes for page V3.5.0

Last modified by Erik Bakker on 2026/01/16 09:20

From version 39.2
edited by Erik Bakker
on 2025/04/22 14:06
Change comment: Update document after refactoring.
To version 49.1
edited by Erik Bakker
on 2026/01/15 09:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -V331
1 +V3.5.0
Content
... ... @@ -1,355 +1,249 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}(((
3 3  
4 -These are the release notes for this runtime image. Once a runtime image is released, every new release will utilize this runtime image as a base for creating runtime images for docker. For more information, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-execute-deployment-plan-gen3.WebHome||target="blank"]].
4 +{{info}}This image will be available for all users. If you notice any changed behavior that you believe is caused by this new image, we encourage you to notify us.{{/info}}
5 5  
6 -====Minor changes====
6 +These are the release notes for this runtime image. Once a runtime image is released, every new release will utilize this runtime image as a base for creating runtime images for Docker. For more information, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-execute-deployment-plan-gen3.WebHome||target="blank"]].
7 7  
8 -* Updated our Java runtime version from Java 17.0.10 to Java 17.0.13. This is primarily a security update involving cipher suite changes, as outlined in the remarks below.
9 -* Updated Spring boot from version 3.2.2 to 3.4.1.
10 -* We have marked the OAuth2 grant type ‘password’ as deprecated, which will be removed with the introduction of OAuth 2.1. It can still be used, but a warning will be given when configured. To prevent the need to migrate to another OAuth grant type in the future, we encourage you to switch to one of the other grant types.
11 -* The cache used for code mappings is now properly started and stopped with the application. This prevents flows using code mappings from encountering errors when stopping their runtime while messages are still being processed.
12 -* The joda-time library is **removed** from the runtime. Consequently, should you have **any** custom SpEL expressions referencing this constructing please **update** them before executing your next deployment.
8 +====New features====
13 13  
14 -=====Removed Libraries=====
15 -* Removed library com.google.code.findbugs:jsr305 3.0.2
16 -* Removed library com.squareup:protoparser 4.0.3
17 -* Removed library com.sun.activation:jakarta.activation 2.0.1 in favor of jakarta.activation:jakarta.activation-api that was already part of the runtime
18 -* Removed library com.sun.mail:jakarta.mail 2.0.1 in favor of jakarta.mail:jakarta.mail-api that was already part of the runtime
19 -* Removed library joda-time:joda-time from 2.10.14 to 2.13.0
20 -* Removed library org.apache.velocity:velocity 1.7
21 -* Removed library org.aspectj:aspectjweaver 1.9.21
22 -* Removed library org.springframework.boot:spring-boot-starter-aop 3.2.2
23 -** Note that only this ‘starter’ dependency has been removed. Dependencies such as org.springframework:spring-aop are still part of the runtime
24 -* Removed library org.springframework.integration:spring-integration-security 6.2.1 in favor of org.springframework:spring-messaging
25 -** This library has been deprecated since eMagiz runtime image 3.0.0 was released. Any flows and components relying on this dependency have already been migrated to use spring-messaging in that image and the corresponding migration process.
26 -* Removed library software.amazon.ion:ion-java 1.0.2
27 -* Removed library xpp3:xpp3_min 1.1.4c
10 +* Maintenance update where we primarily updated Spring Boot from version 3.4.1 to 3.5.8 and ensured all our external libraries are up-to-date. All changes are listed below. Changes in removed and added libraries originate from updating the version, which may incur a change in the structure of that library.
28 28  
29 -=====Added Libraries=====
30 -* Added library com.google.errorprone:error_prone_annotations 2.27.0
31 -* Added library com.google.guava:failureaccess 1.0.2
32 -* Added library de.dentrassi.crypto:pem-keystore 2.4.0
33 -* Added library io.github.x-stream:mxparser 1.2.2
34 -* Added library io.smallrye.common:smallrye-common-constraint 2.4.0
35 -* Added library io.smallrye.common:smallrye-common-cpu 2.4.0
36 -* Added library io.smallrye.common:smallrye-common-expression 2.4.0
37 -* Added library io.smallrye.common:smallrye-common-function 2.4.0
38 -* Added library io.smallrye.common:smallrye-common-net 2.4.0
39 -* Added library io.smallrye.common:smallrye-common-os 2.4.0
40 -* Added library io.smallrye.common:smallrye-common-ref 2.4.0
41 -* Added library org.apache.pdfbox:pdfbox-io 3.0.3
42 -* Added library org.infinispan.protostream:protostream-processor 5.0.10.Final
43 -* Added library org.springframework.data:spring-data-commons 3.4.1
44 -* Added library org.xmlresolver:xmlresolver 5.2.5
45 -
46 -=====Updated Libraries=====
47 -* Updated library ch.qos.logback:logback-classic from 1.4.7 to 1.5.12
48 -* Updated library ch.qos.logback:logback-core from 1.4.7 to 1.5.12
49 -* Updated library com.amazonaws:aws-java-sdk-core from 1.11.1033 to 1.12.779
50 -* Updated library com.amazonaws:aws-java-sdk-kms from 1.11.1033 to 1.12.779
51 -* Updated library com.amazonaws:aws-java-sdk-s3 from 1.11.1033 to 1.12.779
52 -* Updated library com.amazonaws:jmespath-java from 1.11.1033 to 1.12.779
53 -* Updated library com.emagiz.batch:emagiz-batch-aws-redshift from 5.0.1 to 5.0.2
54 -* Updated library com.emagiz.batch:emagiz-batch-azure-eventhubs from 5.0.1 to 5.0.2
55 -* Updated library com.emagiz.batch:emagiz-batch-core from 5.0.1 to 5.0.2
56 -* Updated library com.emagiz.batch:emagiz-batch-file from 5.0.1 to 5.0.2
57 -* Updated library com.emagiz.batch:emagiz-batch-http from 5.0.1 to 5.0.2
58 -* Updated library com.emagiz.batch:emagiz-batch-jdbc from 5.0.1 to 5.0.2
59 -* Updated library com.emagiz.boot:emagiz-boot-autoconfigure from 2.1.0 to 2.1.1
60 -* Updated library com.emagiz.boot:emagiz-boot-bus from 2.1.0 to 2.1.1
61 -* Updated library com.emagiz.boot:emagiz-boot-control from 2.1.0 to 2.1.1
62 -* Updated library com.emagiz.boot:emagiz-boot-logging from 2.1.0 to 2.1.1
63 -* Updated library com.emagiz.boot:emagiz-boot-metrics from 2.1.0 to 2.1.1
64 -* Updated library com.emagiz.components:emagiz-components-artemis from 12.2.0 to 12.3.0
65 -* Updated library com.emagiz.components:emagiz-components-batch from 12.2.0 to 12.3.0
66 -* Updated library com.emagiz.components:emagiz-components-error from 12.2.0 to 12.3.0
67 -* Updated library com.emagiz.components:emagiz-components-file from 12.2.0 to 12.3.0
68 -* Updated library com.emagiz.components:emagiz-components-ftp from 12.2.0 to 12.3.0
69 -* Updated library com.emagiz.components:emagiz-components-http from 12.2.0 to 12.3.0
70 -* Updated library com.emagiz.components:emagiz-components-infinispan from 12.2.0 to 12.3.0
71 -* Updated library com.emagiz.components:emagiz-components-jdbc from 12.2.0 to 12.3.0
72 -* Updated library com.emagiz.components:emagiz-components-jms from 12.2.0 to 12.3.0
73 -* Updated library com.emagiz.components:emagiz-components-json from 12.2.0 to 12.3.0
74 -* Updated library com.emagiz.components:emagiz-components-kafka from 12.2.0 to 12.3.0
75 -* Updated library com.emagiz.components:emagiz-components-mail from 12.2.0 to 12.3.0
76 -* Updated library com.emagiz.components:emagiz-components-mapping from 12.2.0 to 12.3.0
77 -* Updated library com.emagiz.components:emagiz-components-qpid from 12.2.0 to 12.3.0
78 -* Updated library com.emagiz.components:emagiz-components-security from 12.2.0 to 12.3.0
79 -* Updated library com.emagiz.components:emagiz-components-sftp from 12.2.0 to 12.3.0
80 -* Updated library com.emagiz.components:emagiz-components-smooks from 12.2.0 to 12.3.0
81 -* Updated library com.emagiz.components:emagiz-components-staedi from 12.2.0 to 12.3.0
82 -* Updated library com.emagiz.components:emagiz-components-staxon from 12.2.0 to 12.3.0
83 -* Updated library com.emagiz.components:emagiz-components-ws from 12.2.0 to 12.3.0
84 -* Updated library com.emagiz.components:emagiz-components-wssec from 12.2.0 to 12.3.0
85 -* Updated library com.emagiz.components:emagiz-components-xml from 12.2.0 to 12.3.0
86 -* Updated library com.emagiz.components:emagiz-components-xslfo from 12.2.0 to 12.3.0
87 -* Updated library com.emagiz.core:emagiz-core-charset from 7.1.0 to 7.1.1
88 -* Updated library com.emagiz.core:emagiz-core-premain from 7.1.0 to 7.1.1
89 -* Updated library com.emagiz.core:emagiz-core-xml from 7.1.0 to 7.1.1
90 -* Updated library com.emagiz.core:emagiz-util-base from 10.0.0 to 10.0.1
91 -* Updated library com.emagiz.core:emagiz-util-xml from 10.0.0 to 10.0.1
92 -* Updated library com.fasterxml.jackson.core:jackson-annotations from 2.15.3 to 2.18.2
93 -* Updated library com.fasterxml.jackson.core:jackson-core from 2.15.3 to 2.18.2
94 -* Updated library com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.18.2
95 -* Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 2.15.3 to 2.18.2
96 -* Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.15.3 to 2.18.2
97 -* Updated library com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.15.3 to 2.18.2
98 -* Updated library com.fasterxml.jackson.datatype:jackson-datatype-joda from 2.15.3 to 2.18.2
99 -* Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.3 to 2.18.2
100 -* Updated library com.fasterxml.jackson.module:jackson-module-parameter-names from 2.15.3 to 2.18.2
101 -* Updated library com.fasterxml.woodstox:woodstox-core from 6.5.1 to 7.0.0
102 -* Updated library com.github.luben:zstd-jni from 1.5.2-2 to 1.5.6-3
103 -* Updated library com.google.code.gson:gson from 2.10.1 to 2.11.0
104 -* Updated library com.google.guava:guava from 21.0 to 33.2.1-jre
105 -* Updated library com.google.protobuf:protobuf-java from 3.25.1 to 3.25.5
106 -* Updated library com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0
107 -* Updated library com.microsoft.azure:azure-client-authentication from 1.7.3 to 1.7.14
108 -* Updated library com.microsoft.azure:azure-client-runtime from 1.7.3 to 1.7.14
109 -* Updated library com.microsoft.azure:azure-eventhubs from 3.2.2 to 3.3.0
110 -* Updated library com.microsoft.azure:qpid-proton-j-extensions from 1.2.3 to 1.2.5
111 -* Updated library com.microsoft.rest:client-runtime from 1.7.3 to 1.7.14
112 -* Updated library com.nimbusds:content-type from 2.2 to 2.3
113 -* Updated library com.nimbusds:lang-tag from 1.6 to 1.7
114 -* Updated library com.nimbusds:oauth2-oidc-sdk from 9.43.3 to 9.43.4
115 -* Updated library com.squareup.retrofit2:adapter-rxjava from 2.7.2 to 2.11.0
116 -* Updated library com.squareup.retrofit2:converter-jackson from 2.7.2 to 2.11.0
117 -* Updated library com.squareup.retrofit2:retrofit from 2.7.2 to 2.11.0
118 -* Updated library com.sun.xml.messaging.saaj:saaj-impl from 3.0.3 to 3.0.4
119 -* Updated library com.thoughtworks.xstream:xstream from 1.4.1 to 1.4.21
120 -* Updated library com.zaxxer:HikariCP from 5.0.1 to 5.1.0
121 -* Updated library commons-codec:commons-codec from 1.16.0 to 1.17.1
122 -* Updated library commons-io:commons-io from 2.15.1 to 2.16.1
123 -* Updated library commons-net:commons-net from 3.10.0 to 3.11.1
124 -* Updated library io.dropwizard.metrics:metrics-core from 4.2.23 to 4.2.25
125 -* Updated library io.micrometer:micrometer-commons from 1.12.2 to 1.14.2
126 -* Updated library io.micrometer:micrometer-core from 1.12.2 to 1.14.2
127 -* Updated library io.micrometer:micrometer-jakarta9 from 1.12.2 to 1.14.2
128 -* Updated library io.micrometer:micrometer-observation from 1.12.2 to 1.14.2
129 -* Updated library io.micrometer:micrometer-registry-elastic from 1.12.2 to 1.14.2
130 -* Updated library io.netty:netty-buffer from 4.1.105.Final to 4.1.116.Final
131 -* Updated library io.netty:netty-codec from 4.1.105.Final to 4.1.116.Final
132 -* Updated library io.netty:netty-codec-http from 4.1.105.Final to 4.1.116.Final
133 -* Updated library io.netty:netty-codec-mqtt from 4.1.105.Final to 4.1.116.Final
134 -* Updated library io.netty:netty-codec-socks from 4.1.105.Final to 4.1.116.Final
135 -* Updated library io.netty:netty-common from 4.1.105.Final to 4.1.116.Final
136 -* Updated library io.netty:netty-handler from 4.1.105.Final to 4.1.116.Final
137 -* Updated library io.netty:netty-handler-proxy from 4.1.105.Final to 4.1.116.Final
138 -* Updated library io.netty:netty-resolver from 4.1.105.Final to 4.1.116.Final
139 -* Updated library io.netty:netty-transport from 4.1.105.Final to 4.1.116.Final
140 -* Updated library io.netty:netty-transport-classes-epoll from 4.1.105.Final to 4.1.116.Final
141 -* Updated library io.netty:netty-transport-classes-kqueue from 4.1.105.Final to 4.1.116.Final
142 -* Updated library io.netty:netty-transport-native-epoll from 4.1.105.Final to 4.1.116.Final
143 -* Updated library io.netty:netty-transport-native-kqueue from 4.1.105.Final to 4.1.116.Final
144 -* Updated library io.netty:netty-transport-native-unix-common from 4.1.105.Final to 4.1.116.Final
145 -* Updated library io.projectreactor:reactor-core from 3.6.2 to 3.7.1
146 -* Updated library io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.10
147 -* Updated library io.xlate:staedi from 1.24.1 to 1.25.2
148 -* Updated library jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3
149 -* Updated library jakarta.batch:jakarta.batch-api from 1.0.2 to 2.1.1
150 -* Updated library jakarta.mail:jakarta.mail-api from 2.1.2 to 2.1.3
151 -* Updated library jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
152 -* Updated library jakarta.xml.soap:jakarta.xml.soap-api from 3.0.1 to 3.0.2
153 -* Updated library jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2
154 -* Updated library net.minidev:accessors-smart from 2.4.11 to 2.5.1
155 -* Updated library net.minidev:json-smart from 2.5.0 to 2.5.1
156 -* Updated library net.sf.saxon:Saxon-HE from 10.9 to 12.3
157 -* Updated library net.shibboleth.utilities:java-support from 7.5.2 to 8.0.0
158 -* Updated library org.apache.activemq:artemis-amqp-protocol from 2.31.2 to 2.38.0
159 -* Updated library org.apache.activemq:artemis-commons from 2.31.2 to 2.38.0
160 -* Updated library org.apache.activemq:artemis-core-client from 2.31.2 to 2.38.0
161 -* Updated library org.apache.activemq:artemis-journal from 2.31.2 to 2.38.0
162 -* Updated library org.apache.activemq:artemis-lockmanager-api from 2.31.2 to 2.38.0
163 -* Updated library org.apache.activemq:artemis-mqtt-protocol from 2.31.2 to 2.38.0
164 -* Updated library org.apache.activemq:artemis-selector from 2.31.2 to 2.38.0
165 -* Updated library org.apache.activemq:artemis-server from 2.31.2 to 2.38.0
166 -* Updated library org.apache.commons:commons-lang3 from 3.13.0 to 3.17.0
167 -* Updated library org.apache.groovy:groovy from 4.0.17 to 4.0.24
168 -* Updated library org.apache.groovy:groovy-datetime from 4.0.17 to 4.0.24
169 -* Updated library org.apache.groovy:groovy-jmx from 4.0.17 to 4.0.24
170 -* Updated library org.apache.groovy:groovy-json from 4.0.17 to 4.0.24
171 -* Updated library org.apache.groovy:groovy-jsr223 from 4.0.17 to 4.0.24
172 -* Updated library org.apache.groovy:groovy-nio from 4.0.17 to 4.0.24
173 -* Updated library org.apache.groovy:groovy-sql from 4.0.17 to 4.0.24
174 -* Updated library org.apache.groovy:groovy-xml from 4.0.17 to 4.0.24
175 -* Updated library org.apache.httpcomponents.client5:httpclient5 from 5.2.3 to 5.4.1
176 -* Updated library org.apache.httpcomponents.core5:httpcore5 from 5.2.4 to 5.3.1
177 -* Updated library org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.4 to 5.3.1
178 -* Updated library org.apache.httpcomponents:httpclient from 4.5.13 to 4.5.14
179 -* Updated library org.apache.kafka:kafka-clients from 3.6.1 to 3.8.1
180 -* Updated library org.apache.logging.log4j:log4j-api from 2.21.1 to 2.24.3
181 -* Updated library org.apache.logging.log4j:log4j-to-slf4j from 2.21.1 to 2.24.3
182 -* Updated library org.apache.pdfbox:fontbox from 2.0.30 to 3.0.3
183 -* Updated library org.apache.qpid:qpid-jms-client from 2.4.0 to 2.6.1
184 -* Updated library org.apache.santuario:xmlsec from 2.3.0 to 4.0.2
185 -* Updated library org.apache.sshd:sshd-common from 2.11.0 to 2.14.0
186 -* Updated library org.apache.sshd:sshd-core from 2.11.0 to 2.14.0
187 -* Updated library org.apache.sshd:sshd-sftp from 2.11.0 to 2.14.0
188 -* Updated library org.apache.tomcat.embed:tomcat-embed-core from 10.1.18 to 10.1.34
189 -* Updated library org.apache.tomcat.embed:tomcat-embed-el from 10.1.18 to 10.1.34
190 -* Updated library org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.18 to 10.1.34
191 -* Updated library org.apache.ws.xmlschema:xmlschema-core from 2.3.0 to 2.3.1
192 -* Updated library org.apache.wss4j:wss4j-ws-security-common from 3.0.3 to 3.0.4
193 -* Updated library org.apache.wss4j:wss4j-ws-security-dom from 3.0.3 to 3.0.4
194 -* Updated library org.apache.xmlgraphics:batik-anim from 1.17 to 1.18
195 -* Updated library org.apache.xmlgraphics:batik-awt-util from 1.17 to 1.18
196 -* Updated library org.apache.xmlgraphics:batik-bridge from 1.17 to 1.18
197 -* Updated library org.apache.xmlgraphics:batik-codec from 1.17 to 1.18
198 -* Updated library org.apache.xmlgraphics:batik-constants from 1.17 to 1.18
199 -* Updated library org.apache.xmlgraphics:batik-css from 1.17 to 1.18
200 -* Updated library org.apache.xmlgraphics:batik-dom from 1.17 to 1.18
201 -* Updated library org.apache.xmlgraphics:batik-ext from 1.17 to 1.18
202 -* Updated library org.apache.xmlgraphics:batik-extension from 1.17 to 1.18
203 -* Updated library org.apache.xmlgraphics:batik-gvt from 1.17 to 1.18
204 -* Updated library org.apache.xmlgraphics:batik-i18n from 1.17 to 1.18
205 -* Updated library org.apache.xmlgraphics:batik-parser from 1.17 to 1.18
206 -* Updated library org.apache.xmlgraphics:batik-script from 1.17 to 1.18
207 -* Updated library org.apache.xmlgraphics:batik-shared-resources from 1.17 to 1.18
208 -* Updated library org.apache.xmlgraphics:batik-svg-dom from 1.17 to 1.18
209 -* Updated library org.apache.xmlgraphics:batik-svggen from 1.17 to 1.18
210 -* Updated library org.apache.xmlgraphics:batik-transcoder from 1.17 to 1.18
211 -* Updated library org.apache.xmlgraphics:batik-util from 1.17 to 1.18
212 -* Updated library org.apache.xmlgraphics:batik-xml from 1.17 to 1.18
213 -* Updated library org.apache.xmlgraphics:fop-core from 2.9 to 2.10
214 -* Updated library org.apache.xmlgraphics:fop-events from 2.9 to 2.10
215 -* Updated library org.apache.xmlgraphics:fop-util from 2.9 to 2.10
216 -* Updated library org.apache.xmlgraphics:xmlgraphics-commons from 2.9 to 2.10
217 -* Updated library org.bouncycastle:bcjmail-jdk18on from 1.77 to 1.79
218 -* Updated library org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.79
219 -* Updated library org.bouncycastle:bcprov-jdk18on from 1.77 to 1.79
220 -* Updated library org.bouncycastle:bcutil-jdk18on from 1.77 to 1.79
221 -* Updated library org.codelibs:jcifs from 2.1.37 to 2.1.39
222 -* Updated library org.cryptacular:cryptacular from 1.2.4 to 1.2.7
223 -* Updated library org.eclipse.angus:angus-activation from 2.0.1 to 2.0.2
224 -* Updated library org.eclipse.angus:angus-mail from 2.0.2 to 2.0.3
225 -* Updated library org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.5 to 12.0.16
226 -* Updated library org.eclipse.jetty:jetty-http from 12.0.5 to 12.0.16
227 -* Updated library org.eclipse.jetty:jetty-io from 12.0.5 to 12.0.16
228 -* Updated library org.eclipse.jetty:jetty-security from 12.0.5 to 12.0.16
229 -* Updated library org.eclipse.jetty:jetty-server from 12.0.5 to 12.0.16
230 -* Updated library org.eclipse.jetty:jetty-session from 12.0.5 to 12.0.16
231 -* Updated library org.eclipse.jetty:jetty-util from 12.0.5 to 12.0.16
232 -* Updated library org.freemarker:freemarker from 2.3.32 to 2.3.33
233 -* Updated library org.glassfish.jaxb:jaxb-core from 4.0.4 to 4.0.5
234 -* Updated library org.glassfish.jaxb:jaxb-runtime from 4.0.4 to 4.0.5
235 -* Updated library org.glassfish.jaxb:txw2 from 4.0.4 to 4.0.5
236 -* Updated library org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2
237 -* Updated library org.infinispan.protostream:protostream from 4.6.5.Final to 5.0.10.Final
238 -* Updated library org.infinispan.protostream:protostream-types from 4.6.5.Final to 5.0.10.Final
239 -* Updated library org.infinispan:infinispan-clustered-lock from 14.0.24.Final to 15.0.11.Final
240 -* Updated library org.infinispan:infinispan-commons from 14.0.21.Final to 15.0.11.Final
241 -* Updated library org.infinispan:infinispan-core from 14.0.21.Final to 15.0.11.Final
242 -* Updated library org.javassist:javassist from 3.29.1-GA to 3.30.2-GA
243 -* Updated library org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.1.Final
244 -* Updated library org.jboss.threads:jboss-threads from 2.3.6.Final to 3.6.1.Final
245 -* Updated library org.jctools:jctools-core from 2.1.2 to 4.0.5
246 -* Updated library org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.25
247 -* Updated library org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 1.9.22 to 1.9.25
248 -* Updated library org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.22 to 1.9.25
249 -* Updated library org.jgroups:jgroups from 5.2.19.Final to 5.3.10.Final
250 -* Updated library org.lz4:lz4-java from 1.7.1 to 1.8.0
251 -* Updated library org.opensaml:opensaml-core from 3.4.6 to 4.3.2
252 -* Updated library org.opensaml:opensaml-profile-api from 3.4.6 to 4.3.2
253 -* Updated library org.opensaml:opensaml-saml-api from 3.4.6 to 4.3.2
254 -* Updated library org.opensaml:opensaml-saml-impl from 3.4.6 to 4.3.2
255 -* Updated library org.opensaml:opensaml-security-api from 3.4.6 to 4.3.2
256 -* Updated library org.opensaml:opensaml-security-impl from 3.4.6 to 4.3.2
257 -* Updated library org.opensaml:opensaml-soap-api from 3.4.6 to 4.3.2
258 -* Updated library org.opensaml:opensaml-xacml-api from 3.4.6 to 4.3.2
259 -* Updated library org.opensaml:opensaml-xacml-impl from 3.4.6 to 4.3.2
260 -* Updated library org.opensaml:opensaml-xacml-saml-api from 3.4.6 to 4.3.2
261 -* Updated library org.opensaml:opensaml-xacml-saml-impl from 3.4.6 to 4.3.2
262 -* Updated library org.opensaml:opensaml-xmlsec-api from 3.4.6 to 4.3.2
263 -* Updated library org.opensaml:opensaml-xmlsec-impl from 3.4.6 to 4.3.2
264 -* Updated library org.ow2.asm:asm from 9.3 to 9.7.1
265 -* Updated library org.simplejavamail:utils-mail-smime from 2.1.0 to 2.3.11
266 -* Updated library org.slf4j:jul-to-slf4j from 2.0.11 to 2.0.16
267 -* Updated library org.slf4j:slf4j-api from 2.0.11 to 2.0.16
268 -* Updated library org.springframework.batch:spring-batch-core from 5.1.0 to 5.2.1
269 -* Updated library org.springframework.batch:spring-batch-infrastructure from 5.1.0 to 5.2.1
270 -* Updated library org.springframework.batch:spring-batch-integration from 5.1.0 to 5.2.1
271 -* Updated library org.springframework.boot:spring-boot from 3.2.2 to 3.4.1
272 -* Updated library org.springframework.boot:spring-boot-actuator from 3.2.2 to 3.4.1
273 -* Updated library org.springframework.boot:spring-boot-actuator-autoconfigure from 3.2.2 to 3.4.1
274 -* Updated library org.springframework.boot:spring-boot-autoconfigure from 3.2.2 to 3.4.1
275 -* Updated library org.springframework.boot:spring-boot-starter from 3.2.2 to 3.4.1
276 -* Updated library org.springframework.boot:spring-boot-starter-actuator from 3.2.2 to 3.4.1
277 -* Updated library org.springframework.boot:spring-boot-starter-integration from 3.2.2 to 3.4.1
278 -* Updated library org.springframework.boot:spring-boot-starter-json from 3.2.2 to 3.4.1
279 -* Updated library org.springframework.boot:spring-boot-starter-logging from 3.2.2 to 3.4.1
280 -* Updated library org.springframework.boot:spring-boot-starter-security from 3.2.2 to 3.4.1
281 -* Updated library org.springframework.boot:spring-boot-starter-tomcat from 3.2.2 to 3.4.1
282 -* Updated library org.springframework.boot:spring-boot-starter-web from 3.2.2 to 3.4.1
283 -* Updated library org.springframework.boot:spring-boot-starter-web-services from 3.2.2 to 3.4.1
284 -* Updated library org.springframework.cloud:spring-cloud-context from 4.1.0 to 4.2.0
285 -* Updated library org.springframework.integration:spring-integration-core from 6.2.1 to 6.4.1
286 -* Updated library org.springframework.integration:spring-integration-file from 6.2.1 to 6.4.1
287 -* Updated library org.springframework.integration:spring-integration-ftp from 6.2.1 to 6.4.1
288 -* Updated library org.springframework.integration:spring-integration-groovy from 6.2.1 to 6.4.1
289 -* Updated library org.springframework.integration:spring-integration-http from 6.2.1 to 6.4.1
290 -* Updated library org.springframework.integration:spring-integration-ip from 6.2.1 to 6.4.1
291 -* Updated library org.springframework.integration:spring-integration-jdbc from 6.2.1 to 6.4.1
292 -* Updated library org.springframework.integration:spring-integration-jms from 6.2.1 to 6.4.1
293 -* Updated library org.springframework.integration:spring-integration-kafka from 6.2.1 to 6.4.1
294 -* Updated library org.springframework.integration:spring-integration-mail from 6.2.1 to 6.4.1
295 -* Updated library org.springframework.integration:spring-integration-scripting from 6.2.1 to 6.4.1
296 -* Updated library org.springframework.integration:spring-integration-sftp from 6.2.1 to 6.4.1
297 -* Updated library org.springframework.integration:spring-integration-smb from 6.2.1 to 6.4.1
298 -* Updated library org.springframework.integration:spring-integration-ws from 6.2.1 to 6.4.1
299 -* Updated library org.springframework.integration:spring-integration-xml from 6.2.1 to 6.4.1
300 -* Updated library org.springframework.kafka:spring-kafka from 3.1.1 to 3.3.1
301 -* Updated library org.springframework.retry:spring-retry from 2.0.5 to 2.0.10
302 -* Updated library org.springframework.security:spring-security-config from 6.2.1 to 6.4.2
303 -* Updated library org.springframework.security:spring-security-core from 6.2.1 to 6.4.2
304 -* Updated library org.springframework.security:spring-security-crypto from 6.2.1 to 6.4.2
305 -* Updated library org.springframework.security:spring-security-messaging from 6.2.1 to 6.4.2
306 -* Updated library org.springframework.security:spring-security-oauth2-client from 6.2.1 to 6.4.2
307 -* Updated library org.springframework.security:spring-security-oauth2-core from 6.2.1 to 6.4.2
308 -* Updated library org.springframework.security:spring-security-oauth2-jose from 6.2.1 to 6.4.2
309 -* Updated library org.springframework.security:spring-security-oauth2-resource-server from 6.2.1 to 6.4.2
310 -* Updated library org.springframework.security:spring-security-web from 6.2.1 to 6.4.2
311 -* Updated library org.springframework.ws:spring-ws-core from 4.0.10 to 4.0.11
312 -* Updated library org.springframework.ws:spring-ws-security from 4.0.10 to 4.0.11
313 -* Updated library org.springframework.ws:spring-ws-support from 4.0.10 to 4.0.11
314 -* Updated library org.springframework.ws:spring-xml from 4.0.10 to 4.0.11
315 -* Updated library org.springframework:spring-aop from 6.1.3 to 6.2.1
316 -* Updated library org.springframework:spring-beans from 6.1.3 to 6.2.1
317 -* Updated library org.springframework:spring-context from 6.1.3 to 6.2.1
318 -* Updated library org.springframework:spring-context-support from 6.1.3 to 6.2.1
319 -* Updated library org.springframework:spring-core from 6.1.3 to 6.2.1
320 -* Updated library org.springframework:spring-expression from 6.1.3 to 6.2.1
321 -* Updated library org.springframework:spring-jcl from 6.1.3 to 6.2.1
322 -* Updated library org.springframework:spring-jdbc from 6.1.3 to 6.2.1
323 -* Updated library org.springframework:spring-jms from 6.1.3 to 6.2.1
324 -* Updated library org.springframework:spring-messaging from 6.1.3 to 6.2.1
325 -* Updated library org.springframework:spring-oxm from 6.1.3 to 6.2.1
326 -* Updated library org.springframework:spring-tx from 6.1.3 to 6.2.1
327 -* Updated library org.springframework:spring-web from 6.1.3 to 6.2.1
328 -* Updated library org.springframework:spring-webmvc from 6.1.3 to 6.2.1
329 -* Updated library org.wildfly.common:wildfly-common from 1.3.0.Final to 2.0.0
330 -* Updated library org.xerial.snappy:snappy-java from 1.1.8.4 to 1.1.10.7
331 -* Updated library org.yaml:snakeyaml from 2.2 to 2.3
332 -
333 333  ====Bug fixes====
13 +
14 +==Removed libraries==
15 +** Removed library net.shibboleth.utilities:java-support 8.0.0
16 +** Removed library org.opensaml:opensaml-core 4.3.2
334 334  
335 -* SMB outbound components cannot store files in remote directories with whitespaces in the path.
18 +* New libraries
19 +** Added library com.google.code.findbugs:jsr305 3.0.2
20 +** Added library com.hierynomus:asn-one 0.6.0
21 +** Added library io.dropwizard.metrics:metrics-json 4.2.26
22 +** Added library net.shibboleth:shib-networking 9.1.6
23 +** Added library net.shibboleth:shib-security 9.1.6
24 +** Added library net.shibboleth:shib-support 9.1.6
25 +** Added library net.shibboleth:shib-velocity 9.1.6
26 +** Added library org.apache.httpcomponents.client5:httpclient5-cache 5.5.1
27 +** Added library org.infinispan:infinispan-commons-spi 15.2.6.Final
28 +** Added library org.infinispan:infinispan-counter-api 15.2.6.Final
29 +** Added library org.jspecify:jspecify 1.0.0
30 +** Added library org.opensaml:opensaml-core-api 5.1.6
31 +** Added library org.opensaml:opensaml-core-impl 5.1.6
336 336  
337 -====Remarks====
33 +* Updated libraries
338 338  
339 -* If you have custom Groovy scripts, they may depend on some of the removed dependencies. We encourage you to check that your Groovy scripts will still work after the update, e.g. through testing them, or by ensuring that the ‘import’ statements of the Groovy scripts do not contain references to the removed libraries. Note that the likelihood of them having any is very low, since the removed libraries are very low-level.
340 -* As part of the update we have patched our Java runtime to the latest version. This version contains a security patch that disables all TLS_ECDH cipher suites. The following list of cipher suites that previously were available are now disabled:
341 -** TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA (OpenSSL: ECDH-ECDSA-AES128-SHA)
342 -** TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 (OpenSSL: ECDH-ECDSA-AES128-SHA256)
343 -** TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 (OpenSSL: ECDH-ECDSA-AES128-GCM-SHA256)
344 -** TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA (OpenSSL: ECDH-ECDSA-AES256-SHA)
345 -** TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 (OpenSSL: ECDH-ECDSA-AES256-SHA384)
346 -** TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 (OpenSSL: ECDH-ECDSA-AES256-GCM-SHA384)
347 -** TLS_ECDH_RSA_WITH_AES_128_CBC_SHA (OpenSSL: ECDH-RSA-AES128-SHA)
348 -** TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 (OpenSSL: ECDH-RSA-AES128-SHA256)
349 -** TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 (OpenSSL: ECDH-RSA-AES128-GCM-SHA256)
350 -** TLS_ECDH_RSA_WITH_AES_256_CBC_SHA (OpenSSL: ECDH-RSA-AES256-SHA)
351 -** TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 (OpenSSL: ECDH-RSA-AES256-SHA384)
352 -** TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 (OpenSSL: ECDH-RSA-AES256-GCM-SHA384)
35 +** Updated library ch.qos.logback:logback-classic from 1.5.12 to 1.5.21
36 +** Updated library ch.qos.logback:logback-core from 1.5.12 to 1.5.21
37 +** Updated library com.fasterxml.jackson.core:jackson-annotations from 2.18.2 to 2.19.4
38 +** Updated library com.fasterxml.jackson.core:jackson-core from 2.18.2 to 2.19.4
39 +** Updated library com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.19.4
40 +** Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.18.2 to 2.19.4
41 +** Updated library com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.2 to 2.19.4
42 +** Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.2 to 2.19.4
43 +** Updated library com.fasterxml.jackson.module:jackson-module-parameter-names from 2.18.2 to 2.19.4
44 +** Updated library com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.1
45 +** Updated library com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.3
46 +** Updated library com.github.luben:zstd-jni from 1.5.6-3 to 1.5.7-6
47 +** Updated library com.google.protobuf:protobuf-java from 3.25.5 to 3.25.8
48 +** Updated library com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.37.4
49 +** Updated library com.nimbusds:oauth2-oidc-sdk from 9.43.4 to 9.43.6
50 +** Updated library com.zaxxer:HikariCP from 5.1.0 to 6.3.3
51 +** Updated library commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0
52 +** Updated library commons-codec:commons-codec from 1.17.1 to 1.18.0
53 +** Updated library commons-io:commons-io from 2.16.1 to 2.19.0
54 +** Updated library de.dentrassi.crypto:pem-keystore from 2.4.0 to 3.0.0
55 +** Updated library io.dropwizard.metrics:metrics-core from 4.2.25 to 4.2.26
56 +** Updated library io.micrometer:micrometer-commons from 1.14.2 to 1.15.6
57 +** Updated library io.micrometer:micrometer-core from 1.14.2 to 1.15.6
58 +** Updated library io.micrometer:micrometer-jakarta9 from 1.14.2 to 1.15.6
59 +** Updated library io.micrometer:micrometer-observation from 1.14.2 to 1.15.6
60 +** Updated library io.micrometer:micrometer-registry-elastic from 1.14.2 to 1.15.6
61 +** Updated library io.netty:netty-buffer from 4.1.116.Final to 4.1.128.Final
62 +** Updated library io.netty:netty-codec from 4.1.116.Final to 4.1.128.Final
63 +** Updated library io.netty:netty-codec-http from 4.1.116.Final to 4.1.128.Final
64 +** Updated library io.netty:netty-codec-mqtt from 4.1.116.Final to 4.1.128.Final
65 +** Updated library io.netty:netty-codec-socks from 4.1.116.Final to 4.1.128.Final
66 +** Updated library io.netty:netty-common from 4.1.116.Final to 4.1.128.Final
67 +** Updated library io.netty:netty-handler from 4.1.116.Final to 4.1.128.Final
68 +** Updated library io.netty:netty-handler-proxy from 4.1.116.Final to 4.1.128.Final
69 +** Updated library io.netty:netty-resolver from 4.1.116.Final to 4.1.128.Final
70 +** Updated library io.netty:netty-transport from 4.1.116.Final to 4.1.128.Final
71 +** Updated library io.netty:netty-transport-classes-epoll from 4.1.116.Final to 4.1.128.Final
72 +** Updated library io.netty:netty-transport-classes-kqueue from 4.1.116.Final to 4.1.128.Final
73 +** Updated library io.netty:netty-transport-native-epoll from 4.1.116.Final to 4.1.128.Final
74 +** Updated library io.netty:netty-transport-native-kqueue from 4.1.116.Final to 4.1.128.Final
75 +** Updated library io.netty:netty-transport-native-unix-common from 4.1.116.Final to 4.1.128.Final
76 +** Updated library io.projectreactor:reactor-core from 3.7.1 to 3.7.13
77 +** Updated library io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.12
78 +** Updated library io.xlate:staedi from 1.25.2 to 1.26.0
79 +** Updated library jakarta.activation:jakarta.activation-api from 2.1.3 to 2.1.4
80 +** Updated library jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.5
81 +** Updated library jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.4
82 +** Updated library net.minidev:accessors-smart from 2.5.1 to 2.5.2
83 +** Updated library net.minidev:json-smart from 2.5.1 to 2.5.2
84 +** Updated library net.sf.saxon:Saxon-HE from 12.3 to 12.9
85 +** Updated library org.apache.activemq:artemis-amqp-protocol from 2.38.0 to 2.40.0
86 +** Updated library org.apache.activemq:artemis-commons from 2.38.0 to 2.40.0
87 +** Updated library org.apache.activemq:artemis-core-client from 2.38.0 to 2.40.0
88 +** Updated library org.apache.activemq:artemis-journal from 2.38.0 to 2.40.0
89 +** Updated library org.apache.activemq:artemis-lockmanager-api from 2.38.0 to 2.40.0
90 +** Updated library org.apache.activemq:artemis-mqtt-protocol from 2.38.0 to 2.40.0
91 +** Updated library org.apache.activemq:artemis-selector from 2.38.0 to 2.40.0
92 +** Updated library org.apache.activemq:artemis-server from 2.38.0 to 2.40.0
93 +** Updated library org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
94 +** Updated library org.apache.groovy:groovy from 4.0.24 to 4.0.29
95 +** Updated library org.apache.groovy:groovy-datetime from 4.0.24 to 4.0.29
96 +** Updated library org.apache.groovy:groovy-jmx from 4.0.24 to 4.0.29
97 +** Updated library org.apache.groovy:groovy-json from 4.0.24 to 4.0.29
98 +** Updated library org.apache.groovy:groovy-jsr223 from 4.0.24 to 4.0.29
99 +** Updated library org.apache.groovy:groovy-nio from 4.0.24 to 4.0.29
100 +** Updated library org.apache.groovy:groovy-sql from 4.0.24 to 4.0.29
101 +** Updated library org.apache.groovy:groovy-xml from 4.0.24 to 4.0.29
102 +** Updated library org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.5.1
103 +** Updated library org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.6
104 +** Updated library org.apache.httpcomponents.core5:httpcore5-h2 from 5.3.1 to 5.3.6
105 +** Updated library org.apache.kafka:kafka-clients from 3.8.1 to 3.9.1
106 +** Updated library org.apache.qpid:qpid-jms-client from 2.6.1 to 2.9.0
107 +** Updated library org.apache.santuario:xmlsec from 4.0.2 to 4.0.4
108 +** Updated library org.apache.sshd:sshd-common from 2.16.0 to 2.15.0
109 +** Updated library org.apache.sshd:sshd-core from 2.16.0 to 2.15.0
110 +** Updated library org.apache.sshd:sshd-sftp from 2.16.0 to 2.15.0
111 +** Updated library org.apache.tomcat.embed:tomcat-embed-core from 10.1.34 to 10.1.49
112 +** Updated library org.apache.tomcat.embed:tomcat-embed-el from 10.1.34 to 10.1.49
113 +** Updated library org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.34 to 10.1.49
114 +** Updated library org.apache.ws.xmlschema:xmlschema-core from 2.3.1 to 2.3.2
115 +** Updated library org.apache.wss4j:wss4j-ws-security-common from 3.0.4 to 4.0.0
116 +** Updated library org.apache.wss4j:wss4j-ws-security-dom from 3.0.4 to 4.0.0
117 +** Updated library org.bouncycastle:bcjmail-jdk18on from 1.79 to 1.83
118 +** Updated library org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.83
119 +** Updated library org.bouncycastle:bcprov-jdk18on from 1.79 to 1.83
120 +** Updated library org.bouncycastle:bcutil-jdk18on from 1.79 to 1.83
121 +** Updated library org.codelibs:jcifs from 2.1.39 to 2.1.40
122 +** Updated library org.eclipse.angus:angus-activation from 2.0.2 to 2.0.3
123 +** Updated library org.eclipse.angus:angus-mail from 2.0.3 to 2.0.5
124 +** Updated library org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.16 to 12.0.30
125 +** Updated library org.eclipse.jetty:jetty-http from 12.0.16 to 12.0.30
126 +** Updated library org.eclipse.jetty:jetty-io from 12.0.16 to 12.0.30
127 +** Updated library org.eclipse.jetty:jetty-security from 12.0.16 to 12.0.30
128 +** Updated library org.eclipse.jetty:jetty-server from 12.0.16 to 12.0.30
129 +** Updated library org.eclipse.jetty:jetty-session from 12.0.16 to 12.0.30
130 +** Updated library org.eclipse.jetty:jetty-util from 12.0.16 to 12.0.30
131 +** Updated library org.ehcache:ehcache from 3.10.8 to 3.10.9
132 +** Updated library org.glassfish.jaxb:jaxb-core from 4.0.5 to 4.0.6
133 +** Updated library org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6
134 +** Updated library org.glassfish.jaxb:txw2 from 4.0.5 to 4.0.6
135 +** Updated library org.infinispan.protostream:protostream from 5.0.10.Final to 5.0.13.Final
136 +** Updated library org.infinispan.protostream:protostream-processor from 5.0.10.Final to 5.0.13.Final
137 +** Updated library org.infinispan.protostream:protostream-types from 5.0.10.Final to 5.0.13.Final
138 +** Updated library org.infinispan:infinispan-clustered-lock from 15.0.11.Final to 15.2.6.Final
139 +** Updated library org.infinispan:infinispan-commons from 15.0.11.Final to 15.2.6.Final
140 +** Updated library org.infinispan:infinispan-core from 15.0.11.Final to 15.2.6.Final
141 +** Updated library org.jgroups:jgroups from 5.3.10.Final to 5.4.5.Final
142 +** Updated library org.opensaml:opensaml-profile-api from 4.3.2 to 5.1.6
143 +** Updated library org.opensaml:opensaml-saml-api from 4.3.2 to 5.1.6
144 +** Updated library org.opensaml:opensaml-saml-impl from 4.3.2 to 5.1.6
145 +** Updated library org.opensaml:opensaml-security-api from 4.3.2 to 5.1.6
146 +** Updated library org.opensaml:opensaml-security-impl from 4.3.2 to 5.1.6
147 +** Updated library org.opensaml:opensaml-soap-api from 4.3.2 to 5.1.6
148 +** Updated library org.opensaml:opensaml-xacml-api from 4.3.2 to 5.1.6
149 +** Updated library org.opensaml:opensaml-xacml-impl from 4.3.2 to 5.1.6
150 +** Updated library org.opensaml:opensaml-xacml-saml-api from 4.3.2 to 5.1.6
151 +** Updated library org.opensaml:opensaml-xacml-saml-impl from 4.3.2 to 5.1.6
152 +** Updated library org.opensaml:opensaml-xmlsec-api from 4.3.2 to 5.1.6
153 +** Updated library org.opensaml:opensaml-xmlsec-impl from 4.3.2 to 5.1.6
154 +** Updated library org.simplejavamail:utils-mail-smime from 2.3.11 to 2.3.12
155 +** Updated library org.slf4j:jul-to-slf4j from 2.0.16 to 2.0.17
156 +** Updated library org.slf4j:slf4j-api from 2.0.16 to 2.0.17
157 +** Updated library org.springframework.batch:spring-batch-infrastructure from 5.2.1 to 5.2.4
158 +** Updated library org.springframework.boot:spring-boot from 3.4.1 to 3.5.8
159 +** Updated library org.springframework.boot:spring-boot-actuator from 3.4.1 to 3.5.8
160 +** Updated library org.springframework.boot:spring-boot-actuator-autoconfigure from 3.4.1 to 3.5.8
161 +** Updated library org.springframework.boot:spring-boot-autoconfigure from 3.4.1 to 3.5.8
162 +** Updated library org.springframework.boot:spring-boot-starter from 3.4.1 to 3.5.8
163 +** Updated library org.springframework.boot:spring-boot-starter-actuator from 3.4.1 to 3.5.8
164 +** Updated library org.springframework.boot:spring-boot-starter-integration from 3.4.1 to 3.5.8
165 +** Updated library org.springframework.boot:spring-boot-starter-json from 3.4.1 to 3.5.8
166 +** Updated library org.springframework.boot:spring-boot-starter-logging from 3.4.1 to 3.5.8
167 +** Updated library org.springframework.boot:spring-boot-starter-security from 3.4.1 to 3.5.8
168 +** Updated library org.springframework.boot:spring-boot-starter-tomcat from 3.4.1 to 3.5.8
169 +** Updated library org.springframework.boot:spring-boot-starter-web from 3.4.1 to 3.5.8
170 +** Updated library org.springframework.boot:spring-boot-starter-web-services from 3.4.1 to 3.5.8
171 +** Updated library org.springframework.cloud:spring-cloud-context from 4.2.0 to 4.3.0
172 +** Updated library org.springframework.integration:spring-integration-core from 6.4.1 to 6.5.4
173 +** Updated library org.springframework.integration:spring-integration-file from 6.4.1 to 6.5.4
174 +** Updated library org.springframework.integration:spring-integration-ftp from 6.4.1 to 6.5.4
175 +** Updated library org.springframework.integration:spring-integration-groovy from 6.4.1 to 6.5.4
176 +** Updated library org.springframework.integration:spring-integration-http from 6.4.1 to 6.5.4
177 +** Updated library org.springframework.integration:spring-integration-ip from 6.4.1 to 6.5.4
178 +** Updated library org.springframework.integration:spring-integration-jdbc from 6.4.1 to 6.5.4
179 +** Updated library org.springframework.integration:spring-integration-jms from 6.4.1 to 6.5.4
180 +** Updated library org.springframework.integration:spring-integration-kafka from 6.4.1 to 6.5.4
181 +** Updated library org.springframework.integration:spring-integration-mail from 6.4.1 to 6.5.4
182 +** Updated library org.springframework.integration:spring-integration-scripting from 6.4.1 to 6.5.4
183 +** Updated library org.springframework.integration:spring-integration-sftp from 6.4.1 to 6.5.4
184 +** Updated library org.springframework.integration:spring-integration-smb from 6.4.1 to 6.5.4
185 +** Updated library org.springframework.integration:spring-integration-ws from 6.4.1 to 6.5.4
186 +** Updated library org.springframework.integration:spring-integration-xml from 6.4.1 to 6.5.4
187 +** Updated library org.springframework.kafka:spring-kafka from 3.3.1 to 3.3.11
188 +** Updated library org.springframework.security:spring-security-config from 6.4.2 to 6.5.7
189 +** Updated library org.springframework.security:spring-security-core from 6.4.2 to 6.5.7
190 +** Updated library org.springframework.security:spring-security-crypto from 6.4.2 to 6.5.7
191 +** Updated library org.springframework.security:spring-security-messaging from 6.4.2 to 6.5.7
192 +** Updated library org.springframework.security:spring-security-oauth2-client from 6.4.2 to 6.5.7
193 +** Updated library org.springframework.security:spring-security-oauth2-core from 6.4.2 to 6.5.7
194 +** Updated library org.springframework.security:spring-security-oauth2-jose from 6.4.2 to 6.5.7
195 +** Updated library org.springframework.security:spring-security-oauth2-resource-server from 6.4.2 to 6.5.7
196 +** Updated library org.springframework.security:spring-security-web from 6.4.2 to 6.5.7
197 +** Updated library org.springframework.ws:spring-ws-core from 4.0.11 to 4.1.2
198 +** Updated library org.springframework.ws:spring-ws-security from 4.0.11 to 4.1.2
199 +** Updated library org.springframework.ws:spring-ws-support from 4.0.11 to 4.1.2
200 +** Updated library org.springframework.ws:spring-xml from 4.0.11 to 4.1.2
201 +** Updated library org.springframework:spring-aop from 6.2.1 to 6.2.14
202 +** Updated library org.springframework:spring-beans from 6.2.1 to 6.2.14
203 +** Updated library org.springframework:spring-context from 6.2.1 to 6.2.14
204 +** Updated library org.springframework:spring-context-support from 6.2.1 to 6.2.14
205 +** Updated library org.springframework:spring-core from 6.2.1 to 6.2.14
206 +** Updated library org.springframework:spring-expression from 6.2.1 to 6.2.14
207 +** Updated library org.springframework:spring-jcl from 6.2.1 to 6.2.14
208 +** Updated library org.springframework:spring-jdbc from 6.2.1 to 6.2.14
209 +** Updated library org.springframework:spring-jms from 6.2.1 to 6.2.14
210 +** Updated library org.springframework:spring-messaging from 6.2.1 to 6.2.14
211 +** Updated library org.springframework:spring-oxm from 6.2.1 to 6.2.14
212 +** Updated library org.springframework:spring-tx from 6.2.1 to 6.2.14
213 +** Updated library org.springframework:spring-web from 6.2.1 to 6.2.14
214 +** Updated library org.springframework:spring-webmvc from 6.2.1 to 6.2.14
215 +** Updated library org.wildfly.common:wildfly-common from 2.0.0 to 2.0.1
216 +** Updated library org.xerial.snappy:snappy-java from 1.1.10.7 to 1.1.10.8
217 +** Updated library org.yaml:snakeyaml from 2.3 to 2.4
353 353  
219 +* Updated libraries in the ‘extended’ runtime image
220 +
221 +{{info}}These libraries are not available in standard eMagiz runtimes, and are only present when a custom runtime image is used. This is generally only the case if your model has certain feature flags or flow components used. No Groovy scripts or SpEL expressions should rely on any of these libraries.{{/info}}
222 +
223 +** Updated library com.amazonaws:aws-java-sdk-core from 1.12.779 to 1.12.794
224 +** Updated library com.amazonaws:aws-java-sdk-kms from 1.12.779 to 1.12.794
225 +** Updated library com.amazonaws:aws-java-sdk-s3 from 1.12.779 to 1.12.794
226 +** Updated library com.amazonaws:jmespath-java from 1.12.779 to 1.12.794
227 +** Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 2.18.2 to 2.19.4
228 +** Updated library com.fasterxml.jackson.datatype:jackson-datatype-joda from 2.18.2 to 2.19.4
229 +** Updated library com.google.code.gson:gson from 2.11.0 to 2.13.2
230 +** Updated library com.google.errorprone:error_prone_annotations from 2.27.0 to 2.41.0
231 +** Updated library com.squareup.retrofit2:adapter-rxjava from 2.11.0 to 2.12.0
232 +** Updated library com.squareup.retrofit2:converter-jackson from 2.11.0 to 2.12.0
233 +** Updated library joda-time:joda-time from 2.13.0 to 2.14.0
234 +** Updated library org.apache.pdfbox:fontbox from 3.0.3 to 3.0.6
235 +** Updated library org.apache.pdfbox:pdfbox-io from 3.0.3 to 3.0.6
236 +** Updated library org.apache.xmlgraphics:batik-codec from 1.18 to 1.19
237 +** Updated library org.apache.xmlgraphics:fop-core from 2.10 to 2.11
238 +** Updated library org.apache.xmlgraphics:fop-events from 2.10 to 2.11
239 +** Updated library org.apache.xmlgraphics:fop-util from 2.10 to 2.11
240 +** Updated library org.apache.xmlgraphics:xmlgraphics-commons from 2.10 to 2.11
241 +** Updated library org.freemarker:freemarker from 2.3.33 to 2.3.34
242 +** Updated library org.hamcrest:hamcrest from 2.2 to 3.0
243 +** Updated library org.hamcrest:hamcrest-core from 2.2 to 3.0
244 +** Updated library org.springframework.batch:spring-batch-core from 5.2.1 to 5.2.4
245 +** Updated library org.springframework.batch:spring-batch-integration from 5.2.1 to 5.2.4
246 +** Updated library org.springframework.data:spring-data-commons from 3.4.1 to 3.5.6
247 +
354 354  )))((({{toc/}}))){{/container}}
355 355  {{/container}}