Changes for page V3.1.0

Last modified by Carlijn Kokkeler on 2024/07/17 14:39

From version 21.1
edited by Carlijn Kokkeler
on 2024/04/08 12:12
Change comment: There is no comment for this version
To version 19.1
edited by Carlijn Kokkeler
on 2024/04/08 11:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -30,141 +30,275 @@
30 30  * Extended the maximum duration of a debug session from 5 to 10 minutes.
31 31  * Significantly reduced the number of log messages produced by event streaming components
32 32  * **Removed libraries
33 -** Removed library 'com.internetitem:logback-elasticsearch-appender' 1.6
34 -** Removed library 'org.apache.johnzon:johnzon-core' 1.2.19
35 -* **Replaced libraries
36 -** Replaced library 'com.jcraft:jsch' 0.1.55 with 'org.apache.sshd:sshd-sftp' 2.11.0
37 -** Replaced library 'com.jolbox:bonecp' 0.8.0.RELEASE with 'com.zaxxer:HikariCP' 5.0.1
38 -** Replaced library 'com.sun.mail:javax.mail' 1.6.2 with 'com.sun.mail:jakarta.mail' 2.0.1
39 -** Replaced library 'io.micrometer:micrometer-core' 1.9.7 with 'io.micrometer:micrometer-commons' 1.12.2
40 -** Replaced library 'io.micrometer:micrometer-registry-elastic' 1.9.7 with 'io.micrometer:micrometer-core' 1.12.2
41 -** Replaced library 'jakarta.jws:jakarta.jws-api' 2.1.0 with 'jakarta.mail:jakarta.mail-api' 2.1.2
42 -** Replaced library 'javassist:javassist' 3.10.0.GA with 'org.javassist:javassist' 3.29.1-GA
43 -** Replaced library 'javax.activation:activation' 1.1 with 'jakarta.activation:jakarta.activation-api' 2.1.2
44 -** Replaced library 'javax.batch:javax.batch-api' 1.0 with 'jakarta.batch:jakarta.batch-api' 1.0.2
45 -** Replaced library 'javax.servlet:javax.servlet-api' 4.0.1 with 'jakarta.servlet:jakarta.servlet-api' 6.0.0
46 -** Replaced library 'net.markenwerk:utils-mail-smime' 1.0.8 with 'org.simplejavamail:utils-mail-smime' 2.1.0
47 -** Replaced library 'net.sf.ehcache:ehcache' 2.10.9.2 with 'org.ehcache:ehcache' 3.10.8
48 -** Replaced library 'org.apache.httpcomponents:httpclient' 4.5.14 with 'org.apache.httpcomponents.client5:httpclient5' 5.2.3
49 -** Replaced library 'org.apache.httpcomponents:httpcore' 4.4.16 with 'org.apache.httpcomponents.core5:httpcore5' 5.2.4
50 -** Replaced library 'org.bouncycastle:bcmail-jdk15on' 1.70 with 'org.bouncycastle:bcjmail-jdk18on' 1.77
51 -** Replaced library 'org.bouncycastle:bcpkix-jdk15on' 1.70 with 'org.bouncycastle:bcpkix-jdk18on' 1.77
52 -** Replaced library 'org.bouncycastle:bcprov-jdk15on' 1.70 with 'org.bouncycastle:bcprov-jdk18on' 1.77
53 -** Replaced library 'org.bouncycastle:bcutil-jdk15on' 1.70 with 'org.bouncycastle:bcutil-jdk18on' 1.77
54 -** Replaced library 'org.codehaus.groovy:groovy' 3.0.14 with 'org.apache.groovy:groovy' 4.0.17
55 -** Replaced library 'org.codehaus.groovy:groovy-datetime' 3.0.14 with 'org.apache.groovy:groovy-datetime' 4.0.17
56 -** Replaced library 'org.codehaus.groovy:groovy-jmx' 3.0.14 with 'org.apache.groovy:groovy-jmx' 4.0.17
57 -** Replaced library 'org.codehaus.groovy:groovy-json' 3.0.14 with 'org.apache.groovy:groovy-json' 4.0.17
58 -** Replaced library 'org.codehaus.groovy:groovy-jsr223' 3.0.14 with 'org.apache.groovy:groovy-jsr223' 4.0.17
59 -** Replaced library 'org.codehaus.groovy:groovy-nio' 3.0.14 with 'org.apache.groovy:groovy-nio' 4.0.17
60 -** Replaced library 'org.codehaus.groovy:groovy-sql' 3.0.14 with 'org.apache.groovy:groovy-sql' 4.0.17
61 -** Replaced library 'org.codehaus.groovy:groovy-xml' 3.0.14 with 'org.apache.groovy:groovy-xml' 4.0.17
62 -** Replaced library 'org.eclipse.jetty:jetty-servlet' 9.4.50.v20221201 with 'org.eclipse.jetty.ee10:jetty-ee10-servlet' 12.0.5
63 -** Replaced library 'org.eclipse.jetty:jetty-util-ajax' 9.4.50.v20221201 with 'org.eclipse.jetty:jetty-session' 12.0.5
64 -** Replaced library 'org.infinispan:infinispan-commons' 13.0.15.Final with 'org.infinispan:infinispan-commons-jakarta' 14.0.21.Final
65 -** Replaced library 'org.infinispan:infinispan-core' 13.0.15.Final with 'org.infinispan:infinispan-core-jakarta' 14.0.21.Final
66 -* **Added libraries
67 -** Added library 'aopalliance:aopalliance' 1.0
68 -** Added library ‘com.google.protobuf:protobuf-java’ 3.25.1
69 -** Added library 'com.squareup:protoparser' 4.0.3
70 -** Added library 'com.sun.istack:istack-commons-runtime' 4.1.2
71 -** Added library 'com.sun.xml.bind:jaxb-core' 4.0.4
72 -** Added library 'com.sun.xml.bind:jaxb-impl' 4.0.4
73 -** Added library 'commons-lang:commons-lang' 2.4
74 -** Added library 'io.micrometer:micrometer-jakarta9' 1.12.2
75 -** Added library 'io.micrometer:micrometer-observation' 1.12.2
76 -** Added library 'io.micrometer:micrometer-registry-elastic' 1.12.2
77 -** Added library 'javax.cache:cache-api' 1.1.1
78 -** Added library 'net.i2p.crypto:eddsa' 0.3.0
79 -** Added library 'org.apache.commons:commons-lang3' 3.13.0
80 -** Added library 'org.apache.httpcomponents.core5:httpcore5-h2' 5.2.4
81 -** Added library 'org.apache.sshd:sshd-common' 2.11.0
82 -** Added library 'org.apache.sshd:sshd-core' 2.11.0
83 -** Added library 'org.apache.velocity:velocity' 1.7
84 -** Added library ‘org.codelibs:jcifs’ 2.1.37
85 -** Added library 'org.eclipse.angus:angus-activation' 2.0.1
86 -** Added library 'org.eclipse.angus:angus-mail' 2.0.2
87 -** Added library 'org.glassfish.jaxb:jaxb-core' 4.0.4
88 -** Added library 'org.glassfish.jaxb:jaxb-runtime' 4.0.4
89 -** Added library 'org.glassfish.jaxb:txw2' 4.0.4
90 -** Added library ‘org.springframework.integration:spring-integration-smb’ 6.2.1
91 -** Added library 'org.springframework.security:spring-security-messaging' 6.2.1
92 -* **Updated libraries
93 -** Updated library ch.qos.logback:logback-classic from 1.2.11 to 1.4.7
94 -** Updated library ch.qos.logback:logback-core from 1.2.11 to 1.4.7
95 -** Updated library com.emagiz.batch:emagiz-batch-core from 4.3.8 to 5.0.0
96 -** Updated library com.emagiz.boot:emagiz-boot-autoconfigure from 1.9.1 to 2.0.0
97 -** Updated library com.emagiz.boot:emagiz-boot-bus from 1.9.1 to 2.0.0
98 -** Updated library com.emagiz.boot:emagiz-boot-control from 1.9.1 to 2.0.0
99 -** Updated library com.emagiz.boot:emagiz-boot-metrics from 1.9.1 to 2.0.0
100 -** Updated library com.emagiz.components:emagiz-components-artemis from 11.0.0 to 12.0.0
101 -** Updated library com.emagiz.components:emagiz-components-batch from 11.0.0 to 12.0.0
102 -** Updated library com.emagiz.components:emagiz-components-core from 11.0.0 to 12.0.0
103 -** Updated library com.emagiz.components:emagiz-components-error from 11.0.0 to 12.0.0
104 -** Updated library com.emagiz.components:emagiz-components-file from 11.0.0 to 12.0.0
105 -** Updated library com.emagiz.components:emagiz-components-ftp from 11.0.0 to 12.0.0
106 -** Updated library com.emagiz.components:emagiz-components-http from 11.0.0 to 12.0.0
107 -** Updated library com.emagiz.components:emagiz-components-infinispan from 11.0.0 to 12.0.0
108 -** Updated library com.emagiz.components:emagiz-components-jdbc from 11.0.0 to 12.0.0
109 -** Updated library com.emagiz.components:emagiz-components-jms from 11.0.0 to 12.0.0
110 -** Updated library com.emagiz.components:emagiz-components-json from 11.0.0 to 12.0.0
111 -** Updated library com.emagiz.components:emagiz-components-kafka from 11.0.0 to 12.0.0
112 -** Updated library com.emagiz.components:emagiz-components-mail from 11.0.0 to 12.0.0
113 -** Updated library com.emagiz.components:emagiz-components-mapping from 11.0.0 to 12.0.0
114 -** Updated library com.emagiz.components:emagiz-components-qpid from 11.0.0 to 12.0.0
115 -** Updated library com.emagiz.components:emagiz-components-security from 11.0.0 to 12.0.0
116 -** Updated library com.emagiz.components:emagiz-components-sftp from 11.0.0 to 12.0.0
117 -** Updated library com.emagiz.components:emagiz-components-staedi from 11.0.0 to 12.0.0
118 -** Updated library com.emagiz.components:emagiz-components-staxon from 11.0.0 to 12.0.0
119 -** Updated library com.emagiz.components:emagiz-components-tcp from 11.0.0 to 12.0.0
120 -** Updated library com.emagiz.components:emagiz-components-tracking from 11.0.0 to 12.0.0
121 -** Updated library com.emagiz.components:emagiz-components-ws from 11.0.0 to 12.0.0
122 -** Updated library com.emagiz.components:emagiz-components-wssec from 11.0.0 to 12.0.0
123 -** Updated library com.emagiz.components:emagiz-components-xml from 11.0.0 to 12.0.0
124 -** Updated library com.emagiz.core:emagiz-core-charset from 6.5.8 to 7.0.0
125 -** Updated library com.emagiz.core:emagiz-core-premain from 6.5.8 to 7.0.0
126 -** Updated library com.emagiz.core:emagiz-core-xml from 6.5.8 to 7.0.0
127 -** Updated library com.emagiz.core:emagiz-util-base from 8.2.6 to 9.0.0
128 -** Updated library com.emagiz.core:emagiz-util-codec from 8.2.6 to 9.0.0
129 -** Updated library com.emagiz.core:emagiz-util-xml from 8.2.6 to 9.0.0
130 -** Updated library com.fasterxml.jackson.core:jackson-annotations from 2.13.4 to 2.15.3
131 -** Updated library com.fasterxml.jackson.core:jackson-core from 2.13.4 to 2.15.3
132 -** Updated library com.fasterxml.jackson.core:jackson-databind from 2.13.4.2 to 2.15.3
133 -** Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.13.4 to 2.15.3
134 -** Updated library com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.13.4 to 2.15.3
135 -** Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.13.1 to 2.14.3
136 -** Updated library com.fasterxml.jackson.module:jackson-module-parameter-names from 2.13.4 to 2.15.3
137 -** Updated library com.fasterxml.woodstox:woodstox-core from 6.3.1 to 6.5.1
138 -** Updated library com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8
139 -** Updated library com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0
140 -** Updated library com.nimbusds:nimbus-jose-jwt from 9.22 to 9.37.3
141 -** Updated library com.nimbusds:oauth2-oidc-sdk from 9.35 to 9.43.3
142 -** Updated library com.squareup.okhttp3:okhttp from 4.9.3 to 4.12.0 (EXT)
143 -** Updated library com.sun.activation:jakarta.activation from 1.2.2 to 2.0.1
144 -** Updated library com.sun.xml.messaging.saaj:saaj-impl from 1.5.3 to 3.0.3
145 -** Updated library commons-codec:commons-codec from 1.15 to 1.16.0
146 -** Updated library commons-io:commons-io from 2.11.0 to 2.15.1
147 -** Updated library commons-net:commons-net from 3.8.0 to 3.10.0
148 -** Updated library io.dropwizard.metrics:metrics-core from 4.2.15 to 4.2.23
149 -** Updated library io.netty:netty-buffer from 4.1.87.Final to 4.1.105.Final
150 -** Updated library io.netty:netty-codec from 4.1.87.Final to 4.1.105.Final
151 -** Updated library io.netty:netty-codec-http from 4.1.87.Final to 4.1.105.Final
152 -** Updated library io.netty:netty-codec-mqtt from 4.1.87.Final to 4.1.105.Final
153 -** Updated library io.netty:netty-codec-socks from 4.1.87.Final to 4.1.105.Final
154 -** Updated library io.netty:netty-common from 4.1.87.Final to 4.1.105.Final
155 -** Updated library io.netty:netty-handler from 4.1.87.Final to 4.1.105.Final
156 -** Updated library io.netty:netty-handler-proxy from 4.1.87.Final to 4.1.105.Final
157 -** Updated library io.netty:netty-resolver from 4.1.87.Final to 4.1.105.Final
158 -** Updated library io.netty:netty-transport from 4.1.87.Final to 4.1.105.Final
159 -** Updated library io.netty:netty-transport-classes-epoll from 4.1.87.Final to 4.1.105.Final
160 -** Updated library io.netty:netty-transport-classes-kqueue from 4.1.87.Final to 4.1.105.Final
161 -** Updated library io.netty:netty-transport-native-epoll from 4.1.87.Final to 4.1.105.Final
162 -** Updated library io.netty:netty-transport-native-kqueue from 4.1.87.Final to 4.1.105.Final
163 -** Updated library io.netty:netty-transport-native-unix-common from 4.1.87.Final to 4.1.105.Final
164 -** Updated library io.projectreactor:reactor-core from 3.4.26 to 3.6.2
165 -** Updated library io.reactivex.rxjava3:rxjava from 3.0.4 to 3.1.8
166 -** Updated library io.xlate:staedi from 1.19.0 to 1.24.1
167 167  
34 +Removed library 'com.internetitem:logback-elasticsearch-appender' 1.6
35 +
36 +Removed library 'org.apache.johnzon:johnzon-core' 1.2.19
37 +
38 +Replaced libraries
39 +
40 +Replaced library 'com.jcraft:jsch' 0.1.55 with 'org.apache.sshd:sshd-sftp' 2.11.0
41 +
42 +Replaced library 'com.jolbox:bonecp' 0.8.0.RELEASE with 'com.zaxxer:HikariCP' 5.0.1
43 +
44 +Replaced library 'com.sun.mail:javax.mail' 1.6.2 with 'com.sun.mail:jakarta.mail' 2.0.1
45 +
46 +Replaced library 'io.micrometer:micrometer-core' 1.9.7 with 'io.micrometer:micrometer-commons' 1.12.2
47 +
48 +Replaced library 'io.micrometer:micrometer-registry-elastic' 1.9.7 with 'io.micrometer:micrometer-core' 1.12.2
49 +
50 +Replaced library 'jakarta.jws:jakarta.jws-api' 2.1.0 with 'jakarta.mail:jakarta.mail-api' 2.1.2
51 +
52 +Replaced library 'javassist:javassist' 3.10.0.GA with 'org.javassist:javassist' 3.29.1-GA
53 +
54 +Replaced library 'javax.activation:activation' 1.1 with 'jakarta.activation:jakarta.activation-api' 2.1.2
55 +
56 +Replaced library 'javax.batch:javax.batch-api' 1.0 with 'jakarta.batch:jakarta.batch-api' 1.0.2
57 +
58 +Replaced library 'javax.servlet:javax.servlet-api' 4.0.1 with 'jakarta.servlet:jakarta.servlet-api' 6.0.0
59 +
60 +Replaced library 'net.markenwerk:utils-mail-smime' 1.0.8 with 'org.simplejavamail:utils-mail-smime' 2.1.0
61 +
62 +Replaced library 'net.sf.ehcache:ehcache' 2.10.9.2 with 'org.ehcache:ehcache' 3.10.8
63 +
64 +Replaced library 'org.apache.httpcomponents:httpclient' 4.5.14 with 'org.apache.httpcomponents.client5:httpclient5' 5.2.3
65 +
66 +Replaced library 'org.apache.httpcomponents:httpcore' 4.4.16 with 'org.apache.httpcomponents.core5:httpcore5' 5.2.4
67 +
68 +Replaced library 'org.bouncycastle:bcmail-jdk15on' 1.70 with 'org.bouncycastle:bcjmail-jdk18on' 1.77
69 +
70 +Replaced library 'org.bouncycastle:bcpkix-jdk15on' 1.70 with 'org.bouncycastle:bcpkix-jdk18on' 1.77
71 +
72 +Replaced library 'org.bouncycastle:bcprov-jdk15on' 1.70 with 'org.bouncycastle:bcprov-jdk18on' 1.77
73 +
74 +Replaced library 'org.bouncycastle:bcutil-jdk15on' 1.70 with 'org.bouncycastle:bcutil-jdk18on' 1.77
75 +
76 +Replaced library 'org.codehaus.groovy:groovy' 3.0.14 with 'org.apache.groovy:groovy' 4.0.17
77 +
78 +Replaced library 'org.codehaus.groovy:groovy-datetime' 3.0.14 with 'org.apache.groovy:groovy-datetime' 4.0.17
79 +
80 +Replaced library 'org.codehaus.groovy:groovy-jmx' 3.0.14 with 'org.apache.groovy:groovy-jmx' 4.0.17
81 +
82 +Replaced library 'org.codehaus.groovy:groovy-json' 3.0.14 with 'org.apache.groovy:groovy-json' 4.0.17
83 +
84 +Replaced library 'org.codehaus.groovy:groovy-jsr223' 3.0.14 with 'org.apache.groovy:groovy-jsr223' 4.0.17
85 +
86 +Replaced library 'org.codehaus.groovy:groovy-nio' 3.0.14 with 'org.apache.groovy:groovy-nio' 4.0.17
87 +
88 +Replaced library 'org.codehaus.groovy:groovy-sql' 3.0.14 with 'org.apache.groovy:groovy-sql' 4.0.17
89 +
90 +Replaced library 'org.codehaus.groovy:groovy-xml' 3.0.14 with 'org.apache.groovy:groovy-xml' 4.0.17
91 +
92 +Replaced library 'org.eclipse.jetty:jetty-servlet' 9.4.50.v20221201 with 'org.eclipse.jetty.ee10:jetty-ee10-servlet' 12.0.5
93 +
94 +Replaced library 'org.eclipse.jetty:jetty-util-ajax' 9.4.50.v20221201 with 'org.eclipse.jetty:jetty-session' 12.0.5
95 +
96 +Replaced library 'org.infinispan:infinispan-commons' 13.0.15.Final with 'org.infinispan:infinispan-commons-jakarta' 14.0.21.Final
97 +
98 +Replaced library 'org.infinispan:infinispan-core' 13.0.15.Final with 'org.infinispan:infinispan-core-jakarta' 14.0.21.Final
99 +
100 +Added libraries
101 +
102 +Added library 'aopalliance:aopalliance' 1.0
103 +
104 +Added library ‘com.google.protobuf:protobuf-java’ 3.25.1
105 +
106 +Added library 'com.squareup:protoparser' 4.0.3
107 +
108 +Added library 'com.sun.istack:istack-commons-runtime' 4.1.2
109 +
110 +Added library 'com.sun.xml.bind:jaxb-core' 4.0.4
111 +
112 +Added library 'com.sun.xml.bind:jaxb-impl' 4.0.4
113 +
114 +Added library 'commons-lang:commons-lang' 2.4
115 +
116 +Added library 'io.micrometer:micrometer-jakarta9' 1.12.2
117 +
118 +Added library 'io.micrometer:micrometer-observation' 1.12.2
119 +
120 +Added library 'io.micrometer:micrometer-registry-elastic' 1.12.2
121 +
122 +Added library 'javax.cache:cache-api' 1.1.1
123 +
124 +Added library 'net.i2p.crypto:eddsa' 0.3.0
125 +
126 +Added library 'org.apache.commons:commons-lang3' 3.13.0
127 +
128 +Added library 'org.apache.httpcomponents.core5:httpcore5-h2' 5.2.4
129 +
130 +Added library 'org.apache.sshd:sshd-common' 2.11.0
131 +
132 +Added library 'org.apache.sshd:sshd-core' 2.11.0
133 +
134 +Added library 'org.apache.velocity:velocity' 1.7
135 +
136 +Added library ‘org.codelibs:jcifs’ 2.1.37
137 +
138 +Added library 'org.eclipse.angus:angus-activation' 2.0.1
139 +
140 +Added library 'org.eclipse.angus:angus-mail' 2.0.2
141 +
142 +Added library 'org.glassfish.jaxb:jaxb-core' 4.0.4
143 +
144 +Added library 'org.glassfish.jaxb:jaxb-runtime' 4.0.4
145 +
146 +Added library 'org.glassfish.jaxb:txw2' 4.0.4
147 +
148 +Added library ‘org.springframework.integration:spring-integration-smb’ 6.2.1
149 +
150 +Added library 'org.springframework.security:spring-security-messaging' 6.2.1
151 +
152 +Updated libraries
153 +
154 +Updated library ch.qos.logback:logback-classic from 1.2.11 to 1.4.7
155 +
156 +Updated library ch.qos.logback:logback-core from 1.2.11 to 1.4.7
157 +
158 +Updated library com.emagiz.batch:emagiz-batch-core from 4.3.8 to 5.0.0
159 +
160 +Updated library com.emagiz.boot:emagiz-boot-autoconfigure from 1.9.1 to 2.0.0
161 +
162 +Updated library com.emagiz.boot:emagiz-boot-bus from 1.9.1 to 2.0.0
163 +
164 +Updated library com.emagiz.boot:emagiz-boot-control from 1.9.1 to 2.0.0
165 +
166 +Updated library com.emagiz.boot:emagiz-boot-metrics from 1.9.1 to 2.0.0
167 +
168 +Updated library com.emagiz.components:emagiz-components-artemis from 11.0.0 to 12.0.0
169 +
170 +Updated library com.emagiz.components:emagiz-components-batch from 11.0.0 to 12.0.0
171 +
172 +Updated library com.emagiz.components:emagiz-components-core from 11.0.0 to 12.0.0
173 +
174 +Updated library com.emagiz.components:emagiz-components-error from 11.0.0 to 12.0.0
175 +
176 +Updated library com.emagiz.components:emagiz-components-file from 11.0.0 to 12.0.0
177 +
178 +Updated library com.emagiz.components:emagiz-components-ftp from 11.0.0 to 12.0.0
179 +
180 +Updated library com.emagiz.components:emagiz-components-http from 11.0.0 to 12.0.0
181 +
182 +Updated library com.emagiz.components:emagiz-components-infinispan from 11.0.0 to 12.0.0
183 +
184 +Updated library com.emagiz.components:emagiz-components-jdbc from 11.0.0 to 12.0.0
185 +
186 +Updated library com.emagiz.components:emagiz-components-jms from 11.0.0 to 12.0.0
187 +
188 +Updated library com.emagiz.components:emagiz-components-json from 11.0.0 to 12.0.0
189 +
190 +Updated library com.emagiz.components:emagiz-components-kafka from 11.0.0 to 12.0.0
191 +
192 +Updated library com.emagiz.components:emagiz-components-mail from 11.0.0 to 12.0.0
193 +
194 +Updated library com.emagiz.components:emagiz-components-mapping from 11.0.0 to 12.0.0
195 +
196 +Updated library com.emagiz.components:emagiz-components-qpid from 11.0.0 to 12.0.0
197 +
198 +Updated library com.emagiz.components:emagiz-components-security from 11.0.0 to 12.0.0
199 +
200 +Updated library com.emagiz.components:emagiz-components-sftp from 11.0.0 to 12.0.0
201 +
202 +Updated library com.emagiz.components:emagiz-components-staedi from 11.0.0 to 12.0.0
203 +
204 +Updated library com.emagiz.components:emagiz-components-staxon from 11.0.0 to 12.0.0
205 +
206 +Updated library com.emagiz.components:emagiz-components-tcp from 11.0.0 to 12.0.0
207 +
208 +Updated library com.emagiz.components:emagiz-components-tracking from 11.0.0 to 12.0.0
209 +
210 +Updated library com.emagiz.components:emagiz-components-ws from 11.0.0 to 12.0.0
211 +
212 +Updated library com.emagiz.components:emagiz-components-wssec from 11.0.0 to 12.0.0
213 +
214 +Updated library com.emagiz.components:emagiz-components-xml from 11.0.0 to 12.0.0
215 +
216 +Updated library com.emagiz.core:emagiz-core-charset from 6.5.8 to 7.0.0
217 +
218 +Updated library com.emagiz.core:emagiz-core-premain from 6.5.8 to 7.0.0
219 +
220 +Updated library com.emagiz.core:emagiz-core-xml from 6.5.8 to 7.0.0
221 +
222 +Updated library com.emagiz.core:emagiz-util-base from 8.2.6 to 9.0.0
223 +
224 +Updated library com.emagiz.core:emagiz-util-codec from 8.2.6 to 9.0.0
225 +
226 +Updated library com.emagiz.core:emagiz-util-xml from 8.2.6 to 9.0.0
227 +
228 +Updated library com.fasterxml.jackson.core:jackson-annotations from 2.13.4 to 2.15.3
229 +
230 +Updated library com.fasterxml.jackson.core:jackson-core from 2.13.4 to 2.15.3
231 +
232 +Updated library com.fasterxml.jackson.core:jackson-databind from 2.13.4.2 to 2.15.3
233 +
234 +Updated library com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.13.4 to 2.15.3
235 +
236 +Updated library com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.13.4 to 2.15.3
237 +
238 +Updated library com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.13.1 to 2.14.3
239 +
240 +Updated library com.fasterxml.jackson.module:jackson-module-parameter-names from 2.13.4 to 2.15.3
241 +
242 +Updated library com.fasterxml.woodstox:woodstox-core from 6.3.1 to 6.5.1
243 +
244 +Updated library com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8
245 +
246 +Updated library com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0
247 +
248 +Updated library com.nimbusds:nimbus-jose-jwt from 9.22 to 9.37.3
249 +
250 +Updated library com.nimbusds:oauth2-oidc-sdk from 9.35 to 9.43.3
251 +
252 +Updated library com.squareup.okhttp3:okhttp from 4.9.3 to 4.12.0 (EXT)
253 +
254 +Updated library com.sun.activation:jakarta.activation from 1.2.2 to 2.0.1
255 +
256 +Updated library com.sun.xml.messaging.saaj:saaj-impl from 1.5.3 to 3.0.3
257 +
258 +Updated library commons-codec:commons-codec from 1.15 to 1.16.0
259 +
260 +Updated library commons-io:commons-io from 2.11.0 to 2.15.1
261 +
262 +Updated library commons-net:commons-net from 3.8.0 to 3.10.0
263 +
264 +Updated library io.dropwizard.metrics:metrics-core from 4.2.15 to 4.2.23
265 +
266 +Updated library io.netty:netty-buffer from 4.1.87.Final to 4.1.105.Final
267 +
268 +Updated library io.netty:netty-codec from 4.1.87.Final to 4.1.105.Final
269 +
270 +Updated library io.netty:netty-codec-http from 4.1.87.Final to 4.1.105.Final
271 +
272 +Updated library io.netty:netty-codec-mqtt from 4.1.87.Final to 4.1.105.Final
273 +
274 +Updated library io.netty:netty-codec-socks from 4.1.87.Final to 4.1.105.Final
275 +
276 +Updated library io.netty:netty-common from 4.1.87.Final to 4.1.105.Final
277 +
278 +Updated library io.netty:netty-handler from 4.1.87.Final to 4.1.105.Final
279 +
280 +Updated library io.netty:netty-handler-proxy from 4.1.87.Final to 4.1.105.Final
281 +
282 +Updated library io.netty:netty-resolver from 4.1.87.Final to 4.1.105.Final
283 +
284 +Updated library io.netty:netty-transport from 4.1.87.Final to 4.1.105.Final
285 +
286 +Updated library io.netty:netty-transport-classes-epoll from 4.1.87.Final to 4.1.105.Final
287 +
288 +Updated library io.netty:netty-transport-classes-kqueue from 4.1.87.Final to 4.1.105.Final
289 +
290 +Updated library io.netty:netty-transport-native-epoll from 4.1.87.Final to 4.1.105.Final
291 +
292 +Updated library io.netty:netty-transport-native-kqueue from 4.1.87.Final to 4.1.105.Final
293 +
294 +Updated library io.netty:netty-transport-native-unix-common from 4.1.87.Final to 4.1.105.Final
295 +
296 +Updated library io.projectreactor:reactor-core from 3.4.26 to 3.6.2
297 +
298 +Updated library io.reactivex.rxjava3:rxjava from 3.0.4 to 3.1.8
299 +
300 +Updated library io.xlate:staedi from 1.19.0 to 1.24.1
301 +
168 168  Updated library jakarta.annotation:jakarta.annotation-api from 1.3.5 to 2.1.1
169 169  
170 170  Updated library jakarta.jms:jakarta.jms-api from 2.0.3 to 3.1.0