Changes for page V3.3.0

Last modified by Erik Bakker on 2025/03/28 12:26

From version 38.1
edited by Erik Bakker
on 2025/03/24 10:07
Change comment: There is no comment for this version
To version 39.1
edited by Erik Bakker
on 2025/03/28 12:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,6 +9,7 @@
9 9  * Updated Spring boot from version 3.2.2 to 3.4.1.
10 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 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 12  
13 13  =====Removed Libraries=====
14 14  * Removed library com.google.code.findbugs:jsr305 3.0.2
... ... @@ -15,6 +15,7 @@
15 15  * Removed library com.squareup:protoparser 4.0.3
16 16  * 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
17 17  * 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
18 18  * Removed library org.apache.velocity:velocity 1.7
19 19  * Removed library org.aspectj:aspectjweaver 1.9.21
20 20  * Removed library org.springframework.boot:spring-boot-starter-aop 3.2.2
... ... @@ -149,7 +149,6 @@
149 149  * Updated library jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
150 150  * Updated library jakarta.xml.soap:jakarta.xml.soap-api from 3.0.1 to 3.0.2
151 151  * Updated library jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2
152 -* Updated library joda-time:joda-time from 2.10.14 to 2.13.0
153 153  * Updated library net.minidev:accessors-smart from 2.4.11 to 2.5.1
154 154  * Updated library net.minidev:json-smart from 2.5.0 to 2.5.1
155 155  * Updated library net.sf.saxon:Saxon-HE from 10.9 to 12.3