Changes for page V3.3.1

Last modified by Erik Bakker on 2025/04/22 14:07

From version 39.2
edited by Erik Bakker
on 2025/04/22 14:06
Change comment: Update document after refactoring.
To version 32.1
edited by Erik Bakker
on 2025/02/18 08:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -V331
1 +V3.3.0 - Prelimenary
Content
... ... @@ -1,15 +1,15 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}(((
3 3  
4 +{{warning}}Note that the following release notes are preliminary and will become final once this runtime image becomes available for all models.{{/warning}}
5 +
4 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"]].
5 5  
6 6  ====Minor changes====
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.
10 +* Updated our Java runtime version from Java 17.0.10 to Java 17.0.13. This is primarily a security update involving some cipher suite changes, as outlined in the remarks below.
9 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.
12 +* 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 when configured, a warning will be given. 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.
13 13  
14 14  =====Removed Libraries=====
15 15  * Removed library com.google.code.findbugs:jsr305 3.0.2
... ... @@ -16,9 +16,12 @@
16 16  * Removed library com.squareup:protoparser 4.0.3
17 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 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 20  * Removed library org.apache.velocity:velocity 1.7
21 21  * Removed library org.aspectj:aspectjweaver 1.9.21
21 +* Removed library org.jetbrains.kotlin:kotlin-stdlib 1.9.22
22 +* Removed library org.jetbrains.kotlin:kotlin-stdlib-jdk7 1.9.22
23 +* Removed library org.jetbrains.kotlin:kotlin-stdlib-jdk8 1.9.22
24 +* Removed library org.jetbrains:annotations 13.0
22 22  * Removed library org.springframework.boot:spring-boot-starter-aop 3.2.2
23 23  ** Note that only this ‘starter’ dependency has been removed. Dependencies such as org.springframework:spring-aop are still part of the runtime
24 24  * Removed library org.springframework.integration:spring-integration-security 6.2.1 in favor of org.springframework:spring-messaging
... ... @@ -112,7 +112,11 @@
112 112  * Updated library com.nimbusds:content-type from 2.2 to 2.3
113 113  * Updated library com.nimbusds:lang-tag from 1.6 to 1.7
114 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
118 +* Updated library com.squareup.okhttp3:logging-interceptor from 4.12.0 to 3.12.12
119 +* Updated library com.squareup.okhttp3:okhttp from 4.12.0 to 3.14.9
120 +* Updated library com.squareup.okhttp3:okhttp-urlconnection from 4.12.0 to 3.12.12
121 +* Updated library com.squareup.okio:okio from 3.6.0 to 1.17.2
122 +* Updated library com.squareup.retrofit2:adapter-rxjava from 2.7.2 to 2.6.4
116 116  * Updated library com.squareup.retrofit2:converter-jackson from 2.7.2 to 2.11.0
117 117  * Updated library com.squareup.retrofit2:retrofit from 2.7.2 to 2.11.0
118 118  * Updated library com.sun.xml.messaging.saaj:saaj-impl from 3.0.3 to 3.0.4
... ... @@ -151,6 +151,7 @@
151 151  * Updated library jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
152 152  * Updated library jakarta.xml.soap:jakarta.xml.soap-api from 3.0.1 to 3.0.2
153 153  * Updated library jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2
161 +* Updated library joda-time:joda-time from 2.10.14 to 2.13.0
154 154  * Updated library net.minidev:accessors-smart from 2.4.11 to 2.5.1
155 155  * Updated library net.minidev:json-smart from 2.5.0 to 2.5.1
156 156  * Updated library net.sf.saxon:Saxon-HE from 10.9 to 12.3
... ... @@ -243,9 +243,6 @@
243 243  * Updated library org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.1.Final
244 244  * Updated library org.jboss.threads:jboss-threads from 2.3.6.Final to 3.6.1.Final
245 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 249  * Updated library org.jgroups:jgroups from 5.2.19.Final to 5.3.10.Final
250 250  * Updated library org.lz4:lz4-java from 1.7.1 to 1.8.0
251 251  * Updated library org.opensaml:opensaml-core from 3.4.6 to 4.3.2