Changes for page V1.3.1

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

From version 8.2
edited by Erik Bakker
on 2023/03/14 08:54
Change comment: Update document after refactoring.
To version 9.1
edited by Erik Bakker
on 2023/03/14 08:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,111 +4,8 @@
4 4  
5 5  =====New features=====
6 6  
7 -* Added support for dynamically setting the authorization code for OAuth to prevent deployment issues when the code expires quickly.
8 -* Added WS-Security library and components.
7 +* Added support for identifying corrupt stylesheets. When a container cannot be started due to an incorrect stylesheet, the error message will include what the error is and in which stylesheet it occurred.
8 +* Added improved error handling within our own infrastructure. This reduces the occurrence of 'Failed to send to Elastic' log messages which trigger alerts.
9 9  
10 -=====Minor changes=====
11 -
12 -* Updated the Java runtime environment to version 8u352-b08 to bring the latest security patches.
13 -* Updated to Spring 2.7.8 to bring the latest security patches. This affects the following libraries:
14 -** Updated library 'com.fasterxml.jackson.core:jackson-databind' from 2.13.4 to 2.13.4.2
15 -** Updated library 'io.micrometer:micrometer-core' from 1.9.4 to 1.9.7
16 -** Updated library 'io.micrometer:micrometer-registry-elastic' from 1.9.4 to 1.9.7
17 -** Updated library 'io.netty:netty-buffer' from 4.1.82.Final to 4.1.87.Final
18 -** Updated library 'io.netty:netty-codec' from 4.1.82.Final to 4.1.87.Final
19 -** Updated library 'io.netty:netty-codec-http' from 4.1.82.Final to 4.1.87.Final
20 -** Updated library 'io.netty:netty-codec-mqtt' from 4.1.82.Final to 4.1.87.Final
21 -** Updated library 'io.netty:netty-codec-socks' from 4.1.82.Final to 4.1.87.Final
22 -** Updated library 'io.netty:netty-common' from 4.1.82.Final to 4.1.87.Final
23 -** Updated library 'io.netty:netty-handler' from 4.1.82.Final to 4.1.87.Final
24 -** Updated library 'io.netty:netty-handler-proxy' from 4.1.82.Final to 4.1.87.Final
25 -** Updated library 'io.netty:netty-resolver' from 4.1.82.Final to 4.1.87.Final
26 -** Updated library 'io.netty:netty-transport' from 4.1.82.Final to 4.1.87.Final
27 -** Updated library 'io.netty:netty-transport-classes-epoll' from 4.1.82.Final to 4.1.87.Final
28 -** Updated library 'io.netty:netty-transport-classes-kqueue' from 4.1.82.Final to 4.1.87.Final
29 -** Updated library 'io.netty:netty-transport-native-epoll' from 4.1.82.Final to 4.1.87.Final
30 -** Updated library 'io.netty:netty-transport-native-kqueue' from 4.1.82.Final to 4.1.87.Final
31 -** Updated library 'io.netty:netty-transport-native-unix-common' from 4.1.82.Final to 4.1.87.Final
32 -** Updated library 'io.projectreactor:reactor-core' from 3.4.23 to 3.4.26
33 -** Updated library 'org.apache.httpcomponents:httpclient' from 4.5.13 to 4.5.14
34 -** Updated library 'org.apache.httpcomponents:httpcore' from 4.4.15 to 4.4.16
35 -** Updated library 'org.apache.tomcat.embed:tomcat-embed-core' from 9.0.65 to 9.0.71
36 -** Updated library 'org.apache.tomcat.embed:tomcat-embed-el' from 9.0.65 to 9.0.71
37 -** Updated library 'org.apache.tomcat.embed:tomcat-embed-websocket' from 9.0.65 to 9.0.71
38 -** Updated library 'org.codehaus.groovy:groovy' from 3.0.13 to 3.0.14
39 -** Updated library 'org.codehaus.groovy:groovy-datetime' from 3.0.13 to 3.0.14
40 -** Updated library 'org.codehaus.groovy:groovy-jmx' from 3.0.13 to 3.0.14
41 -** Updated library 'org.codehaus.groovy:groovy-json' from 3.0.13 to 3.0.14
42 -** Updated library 'org.codehaus.groovy:groovy-jsr223' from 3.0.13 to 3.0.14
43 -** Updated library 'org.codehaus.groovy:groovy-nio' from 3.0.13 to 3.0.14
44 -** Updated library 'org.codehaus.groovy:groovy-sql' from 3.0.13 to 3.0.14
45 -** Updated library 'org.codehaus.groovy:groovy-xml' from 3.0.13 to 3.0.14
46 -** Updated library 'org.eclipse.jetty:jetty-http' from 9.4.49.v20220914 to 9.4.50.v20221201
47 -** Updated library 'org.eclipse.jetty:jetty-io' from 9.4.49.v20220914 to 9.4.50.v20221201
48 -** Updated library 'org.eclipse.jetty:jetty-security' from 9.4.49.v20220914 to 9.4.50.v20221201
49 -** Updated library 'org.eclipse.jetty:jetty-server' from 9.4.49.v20220914 to 9.4.50.v20221201
50 -** Updated library 'org.eclipse.jetty:jetty-servlet' from 9.4.49.v20220914 to 9.4.50.v20221201
51 -** Updated library 'org.eclipse.jetty:jetty-util' from 9.4.49.v20220914 to 9.4.50.v20221201
52 -** Updated library 'org.eclipse.jetty:jetty-util-ajax' from 9.4.49.v20220914 to 9.4.50.v20221201
53 -** Updated library 'org.springframework.boot:spring-boot' from 2.7.4 to 2.7.8
54 -** Updated library 'org.springframework.boot:spring-boot-actuator' from 2.7.4 to 2.7.8
55 -** Updated library 'org.springframework.boot:spring-boot-actuator-autoconfigure' from 2.7.4 to 2.7.8
56 -** Updated library 'org.springframework.boot:spring-boot-autoconfigure' from 2.7.4 to 2.7.8
57 -** Updated library 'org.springframework.boot:spring-boot-starter' from 2.7.4 to 2.7.8
58 -** Updated library 'org.springframework.boot:spring-boot-starter-actuator' from 2.7.4 to 2.7.8
59 -** Updated library 'org.springframework.boot:spring-boot-starter-aop' from 2.7.4 to 2.7.8
60 -** Updated library 'org.springframework.boot:spring-boot-starter-integration' from 2.7.4 to 2.7.8
61 -** Updated library 'org.springframework.boot:spring-boot-starter-json' from 2.7.4 to 2.7.8
62 -** Updated library 'org.springframework.boot:spring-boot-starter-logging' from 2.7.4 to 2.7.8
63 -** Updated library 'org.springframework.boot:spring-boot-starter-security' from 2.7.4 to 2.7.8
64 -** Updated library 'org.springframework.boot:spring-boot-starter-tomcat' from 2.7.4 to 2.7.8
65 -** Updated library 'org.springframework.boot:spring-boot-starter-web' from 2.7.4 to 2.7.8
66 -** Updated library 'org.springframework.boot:spring-boot-starter-web-services ' from 2.7.4 to 2.7.8
67 -** Updated library 'org.springframework.cloud:spring-cloud-commons' from 3.1.4 to 3.1.5
68 -** Updated library 'org.springframework.cloud:spring-cloud-config-client' from 3.1.4 to 3.1.5
69 -** Updated library 'org.springframework.cloud:spring-cloud-context' from 3.1.4 to 3.1.5
70 -** Updated library 'org.springframework.cloud:spring-cloud-starter' from 3.1.4 to 3.1.5
71 -** Updated library 'org.springframework.cloud:spring-cloud-starter-config' from 3.1.4 to 3.1.5
72 -** Updated library 'org.springframework.integration:spring-integration-core' from 5.5.15 to 5.5.16
73 -** Updated library 'org.springframework.integration:spring-integration-file' from 5.5.15 to 5.5.16
74 -** Updated library 'org.springframework.integration:spring-integration-ftp' from 5.5.15 to 5.5.16
75 -** Updated library 'org.springframework.integration:spring-integration-groovy' from 5.5.15 to 5.5.16
76 -** Updated library 'org.springframework.integration:spring-integration-http' from 5.5.15 to 5.5.16
77 -** Updated library 'org.springframework.integration:spring-integration-ip' from 5.5.15 to 5.5.16
78 -** Updated library 'org.springframework.integration:spring-integration-jdbc' from 5.5.15 to 5.5.16
79 -** Updated library 'org.springframework.integration:spring-integration-jms' from 5.5.15 to 5.5.16
80 -** Updated library 'org.springframework.integration:spring-integration-kafka' from 5.5.15 to 5.5.16
81 -** Updated library 'org.springframework.integration:spring-integration-mail' from 5.5.15 to 5.5.16
82 -** Updated library 'org.springframework.integration:spring-integration-scripting' from 5.5.15 to 5.5.16
83 -** Updated library 'org.springframework.integration:spring-integration-security' from 5.5.15 to 5.5.16
84 -** Updated library 'org.springframework.integration:spring-integration-sftp' from 5.5.15 to 5.5.16
85 -** Updated library 'org.springframework.integration:spring-integration-ws' from 5.5.15 to 5.5.16
86 -** Updated library 'org.springframework.integration:spring-integration-xml' from 5.5.15 to 5.5.16
87 -** Updated library 'org.springframework.kafka:spring-kafka' from 2.8.9 to 2.8.11
88 -** Updated library 'org.springframework.security:spring-security-config' from 5.7.3 to 5.7.6
89 -** Updated library 'org.springframework.security:spring-security-core' from 5.7.3 to 5.7.6
90 -** Updated library 'org.springframework.security:spring-security-crypto' from 5.7.3 to 5.7.6
91 -** Updated library 'org.springframework.security:spring-security-oauth2-core' from 5.7.3 to 5.7.6
92 -** Updated library 'org.springframework.security:spring-security-oauth2-jose' from 5.7.3 to 5.7.6
93 -** Updated library 'org.springframework.security:spring-security-oauth2-resource-server' from 5.7.3 to 5.7.6
94 -** Updated library 'org.springframework.security:spring-security-web' from 5.7.3 to 5.7.6
95 -** Updated library 'org.springframework.ws:spring-ws-core' from 3.1.3 to 3.1.5
96 -** Updated library 'org.springframework.ws:spring-ws-support' from 3.1.3 to 3.1.5
97 -** Updated library 'org.springframework.ws:spring-xml' from 3.1.3 to 3.1.5
98 -** Updated library 'org.springframework:spring-aop' from 5.3.23 to 5.3.25
99 -** Updated library 'org.springframework:spring-beans' from 5.3.23 to 5.3.25
100 -** Updated library 'org.springframework:spring-context' from 5.3.23 to 5.3.25
101 -** Updated library 'org.springframework:spring-context-support' from 5.3.23 to 5.3.25
102 -** Updated library 'org.springframework:spring-core' from 5.3.23 to 5.3.25
103 -** Updated library 'org.springframework:spring-expression' from 5.3.23 to 5.3.25
104 -** Updated library 'org.springframework:spring-jcl' from 5.3.23 to 5.3.25
105 -** Updated library 'org.springframework:spring-jdbc' from 5.3.23 to 5.3.25
106 -** Updated library 'org.springframework:spring-jms' from 5.3.23 to 5.3.25
107 -** Updated library 'org.springframework:spring-messaging' from 5.3.23 to 5.3.25
108 -** Updated library 'org.springframework:spring-oxm' from 5.3.23 to 5.3.25
109 -** Updated library 'org.springframework:spring-tx' from 5.3.23 to 5.3.25
110 -** Updated library 'org.springframework:spring-web' from 5.3.23 to 5.3.25
111 -** Updated library 'org.springframework:spring-webmvc' from 5.3.23 to 5.3.25
112 -
113 113  )))((({{toc/}}))){{/container}}
114 114  {{/container}}