Stéphane Nicoll
3ffdf4cb0d
Upgrade to DB2 JDBC 12.1.3.0
...
Closes gh-48083
5 months ago
Stéphane Nicoll
f64e84e8c7
Prevent upgrade to Cassandra Driver 4.19.1
...
Closes gh-48074
5 months ago
Stéphane Nicoll
c7c09588c1
Adapt assertion to relax newlines check
...
See gh-47984
5 months ago
Stéphane Nicoll
52951ed8f4
Apply checks for manual configuration metadata
...
This commit adds a 'org.springframework.boot.configuration-metadata'
plugin to be used for projects that only define manual metadata. Such
project do not need the annotation processor, but do not to check that
the structure of the metadata content matches the same rules.
Closes gh-47984
5 months ago
Andy Wilkinson
bd2a8acc21
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48065
5 months ago
Andy Wilkinson
d697fc0b35
Upgrade to Antora UI Spring v0.4.19
...
Closes gh-48064
5 months ago
Andy Wilkinson
bab7307606
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48062
5 months ago
Andy Wilkinson
5aeaa74508
Document how soon-to-expire SSL certs are reported
...
Closes gh-45564
5 months ago
Andy Wilkinson
f1b26e9402
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48061
5 months ago
Andy Wilkinson
a21bfc2ff5
Delay ServletContext destruction until Undertow is destroyed
...
Previously, all destruction was done in the stop method including
closing any Closeables registered with the server. One of these
Closeables managed the lifecycle of the DeploymentManager for the
servlet deployment. Closing it made the servlet context unusable
in `@PreDestroy` methods and upon restart.
This commit moves the closing of the registered Closeables into
destroy(). This allows `@PreDestory` methods to use the
ServletContext. It also allows the server to be stopped and then
restarted without making the ServletContext unusable as it's left
running while the server itself is stopped and not accepting
requests.
Fixes gh-47141
5 months ago
Andy Wilkinson
c7c0d33b86
Revert "Merge branch '3.4.x' into 3.5.x"
...
This reverts commit 4089156b3cbf911e452e1a7f36dec9d34f8a332e, reversing
changes made to 049c6d50d5cf6d92682f37cbe0972c3f52c0d94a.
See gh-48058
5 months ago
Andy Wilkinson
8249929b68
Revert "Stop throwing PortInUseException for unassignable address"
...
This reverts commit 5229ac7e5882cbfbdeb5aecbb9f199f770776cf1.
The change works on macOS but not on Linux.
See gh-47618
5 months ago
Andy Wilkinson
4089156b3c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48058
5 months ago
Andy Wilkinson
5229ac7e58
Stop throwing PortInUseException for unassignable address
...
Previously, an unassignable address would result in NettyWebServer
incorrectly throwing a PortInUseException.
Fixes gh-47618
5 months ago
Andy Wilkinson
049c6d50d5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48056
5 months ago
Andy Wilkinson
d08ac5ce4a
Allow cache removals to be registered as a function counter
...
Fixes gh-46212
5 months ago
Andy Wilkinson
5c711e2a88
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48054
5 months ago
Andy Wilkinson
06fd384e59
Include WebSecurityCustomizer components in WebMvcTest
...
This commit also tests that WebSecurityConfigurer components are
included. They include was already there but the functionality was
untested.
Fixes gh-47255
5 months ago
Moritz Halbritter
f69fbdb5f5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48052
5 months ago
Moritz Halbritter
e58c8975f6
Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries
...
Closes gh-47893
5 months ago
Stéphane Nicoll
ee16ba855e
Merge branch '3.4.x' into 3.5.x
5 months ago
Stéphane Nicoll
7148bce650
Start building against Spring Security 6.5.7 snapshots
...
See gh-48043
5 months ago
Stéphane Nicoll
cc76ad8b3a
Start building against Spring Pulsar 1.2.12 snapshots
...
See gh-48042
5 months ago
Stéphane Nicoll
e784097c1b
Start building against Spring Kafka 3.3.11 snapshots
...
See gh-48041
5 months ago
Stéphane Nicoll
510a8eba80
Start building against Spring Integration 6.5.4 snapshots
...
See gh-48040
5 months ago
Stéphane Nicoll
592610dc47
Upgrade to Neo4j Java Driver 5.28.10
...
Closes gh-48044
5 months ago
Stéphane Nicoll
e8fb8c765f
Start building against Spring Data Bom 2025.0.6 snapshots
...
See gh-48039
5 months ago
Stéphane Nicoll
ad4dcc9df5
Start building against Spring Security 6.4.13 snapshots
...
See gh-48029
5 months ago
Stéphane Nicoll
c6dd5f6e67
Start building against Spring Pulsar 1.2.12 snapshots
...
See gh-48028
5 months ago
Stéphane Nicoll
c43203e1c5
Start building against Spring Kafka 3.3.11 snapshots
...
See gh-48027
5 months ago
Stéphane Nicoll
6f7530e61a
Start building against Spring Integration 6.4.9 snapshots
...
See gh-48026
5 months ago
Stéphane Nicoll
0f9d1eacef
Upgrade to Neo4j Java Driver 5.28.10
...
Closes gh-48030
5 months ago
Stéphane Nicoll
1763cf7a29
Start building against Spring Data Bom 2024.1.12 snapshots
...
See gh-48024
5 months ago
Andy Wilkinson
07446bb918
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48045
5 months ago
Andy Wilkinson
4287826ff0
Use mirror for Tomcat downloads
...
Closes gh-48038
5 months ago
Andy Wilkinson
083b390fd4
Merge branch '3.4.x' into 3.5.x
...
See gh-48036
Closes gh-48037
5 months ago
Andy Wilkinson
ad67a77207
Start building against Spring Framework 6.2.13 snapshots
...
See gh-48025
Closes gh-48032
5 months ago
Stéphane Nicoll
74d69d6e44
Merge branch '3.4.x' into 3.5.x
...
See gh-47940
5 months ago
Stéphane Nicoll
5a67f5707e
Replace calls to deprecated setConnectionTimeout method
...
Replace calls to the recently deprecated `setConnectionTimeout` method
of `HttpComponentsClientHttpRequestFactoryBuilder`.
This commit also introduces a `withConnectionConfigCustomizer` and
allows connection timeouts settings to be used.
Closes gh-48031
5 months ago
Andy Wilkinson
5b960b21b4
Merge branch '3.4.x' into 3.5.x
5 months ago
Andy Wilkinson
f1957a9740
Address warnings reported by Eclipse
5 months ago
Stéphane Nicoll
0ab3139cc7
Merge branch '3.4.x' into 3.5.x
5 months ago
Stéphane Nicoll
7defa59a9d
Upgrade to Reactor Bom 2024.0.12
...
Closes gh-48022
5 months ago
Stéphane Nicoll
fd500f9334
Upgrade to R2DBC Postgresql 1.0.9.RELEASE
...
Closes gh-48021
5 months ago
Stéphane Nicoll
7c8eac6d5b
Upgrade to MySQL 9.5.0
...
Closes gh-48020
5 months ago
Stéphane Nicoll
65cdf907f4
Upgrade to Micrometer Tracing 1.4.12
...
Closes gh-48019
5 months ago
Stéphane Nicoll
4e1c2f07ce
Upgrade to Micrometer 1.14.13
...
Closes gh-48018
5 months ago
Stéphane Nicoll
de0445ce89
Upgrade to Jackson Bom 2.18.5
...
Closes gh-48017
5 months ago
Stéphane Nicoll
a7563000b5
Upgrade to Hibernate 6.6.34.Final
...
Closes gh-48016
5 months ago
Stéphane Nicoll
66f7080a0b
Upgrade to AspectJ 1.9.25
...
Closes gh-48015
5 months ago