Changes for page 240 - Spring Cleaning

Last modified by Erik Bakker on 2025/03/10 10:00

From version 797.1
edited by Carlijn Kokkeler
on 2024/11/18 14:28
Change comment: There is no comment for this version
To version 801.1
edited by Carlijn Kokkeler
on 2024/11/18 14:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,12 +33,19 @@
33 33  [[image:Main.Images.Release Blog.WebHome@release-234-cdm.png]]
34 34  
35 35  //__Attribute selection__//
36 -We have removed some deprecated components from our runtime image:
36 +We have removed some deprecated components from our runtime image.
37 37  * TCP support object 'Byte array text length header (de)serializer'
38 38  * Mikrotik service activator
39 -
39 +
40 40  Please find out more [[here>>doc:Main.Release Information.Runtime Images.V320.WebHome||target="blank"]].
41 41  
42 +{{warning}}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.
43 +* Calls to com.emagiz.util.Assert can be replaced with org.springframework.util.Assert
44 +* Calls to com.emagiz.util.StringUtils can be replaced with org.springframework.util.StringUtils
45 +* Calls to com.emagiz.util.CollectionUtils can be replaced with org.springframework.util.CollectionUtils{{/warning}}
46 +
47 +
48 +
42 42  == **Bug Fixes** ==
43 43  
44 44