Stéphane Nicoll
4e5a539217
Upgrade to Jaxen 2.0.1
...
Closes gh-50106
2026-04-18 08:18:24 +02:00
Stéphane Nicoll
0d4b989225
Upgrade to Elasticsearch Client 9.3.4
...
Closes gh-50099
2026-04-17 08:52:10 +02:00
Stéphane Nicoll
73f761817d
Merge branch '4.0.x'
...
Closes gh-50098
2026-04-17 08:45:52 +02:00
Stéphane Nicoll
1b79e47102
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50097
2026-04-17 08:45:40 +02:00
Stéphane Nicoll
1b114aeaae
Merge pull request #50092 from edwardsre
...
* patch-1:
Fix broken URL to Lettuce documentation
Closes gh-50092
2026-04-17 08:45:08 +02:00
Rob Edwards
5e6fcc1a15
Fix broken URL to Lettuce documentation
...
See gh-50092
Signed-off-by: Rob Edwards <reedwards@gmail.com >
2026-04-17 08:40:10 +02:00
Andy Wilkinson
6f85469dc8
Merge branch '4.0.x'
...
Closes gh-50090
2026-04-16 11:25:57 +01:00
Andy Wilkinson
0d5f6b883f
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50089
2026-04-16 11:25:34 +01:00
Andy Wilkinson
662fef2c83
Normalize filename for single file downloads
...
Closes gh-50087
2026-04-16 11:20:34 +01:00
Andy Wilkinson
05d6159512
Narrow icons pattern of StaticResourceLocation.FAVICON
...
Closes gh-50084
2026-04-16 09:39:53 +01:00
Andy Wilkinson
298984b749
Merge branch '4.0.x'
...
Closes gh-50086
2026-04-16 09:07:42 +01:00
Andy Wilkinson
a96de880e0
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50085
2026-04-16 09:07:18 +01:00
Andy Wilkinson
43a593276f
Document icons pattern
...
Closes gh-50083
2026-04-16 08:57:53 +01:00
Stéphane Nicoll
17bdd6c3bd
Upgrade to Rabbit Stream Client 1.6.0
...
Closes gh-50082
2026-04-16 08:01:43 +02:00
Stéphane Nicoll
48bbafff76
Upgrade to Rabbit AMQP Client 5.30.0
...
Closes gh-50081
2026-04-16 08:01:39 +02:00
Stéphane Nicoll
f73e8b4707
Upgrade to Protobuf Common Protos 2.70.0
...
Closes gh-50080
2026-04-16 08:01:34 +02:00
Stéphane Nicoll
9cad1a0906
Upgrade to Flyway 12.4.0
...
Closes gh-50079
2026-04-16 08:01:30 +02:00
Andy Wilkinson
2f73d15e35
Update distribution properties to support long task timers
...
Previously, LongTaskTimers were ignored when configuring a
distribution's min and max expected values and SLO boundaries. This
commit adds support, aligning them with the existing support for
Timers.
Fixes gh-49190
2026-04-15 15:01:41 +01:00
Andy Wilkinson
60c7922b20
Merge branch '4.0.x'
...
Closes gh-50078
2026-04-15 14:45:55 +01:00
Andy Wilkinson
fc426a74ad
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50077
2026-04-15 14:43:43 +01:00
Andy Wilkinson
1463686128
Fix handling of whole numbers for min/max expected value and slo
...
Previously, a whole number string would be parsed into a Duration.
Duration values are ignored for distribution summary meters which
results in unexpected values when configuring minimum and maximum
expected values and SLO boundaries.
Strings like 20d are ambiguous as they can be either a duration of
20 days or a double of 20. To preserve existing behavior where 20d
was interpreted as a 20-day duration, strings that contain only
digits are parsed into a double which is ultimately treated as a
number of milliseconds, the same unit as if it had been parsed into
a Duration. Otherwise we fall back to the existing behavior of
trying a Duration and then falling back to parsing a double.
Note that negative values do not need to be considered. As per their
javadoc, DistributionSummary and Timer implementations drop negative
amounts passed to record. As a result, negative values for min and
max expected values and SLO boundaries do not make sense.
Fixes gh-50021
2026-04-15 14:30:01 +01:00
Stéphane Nicoll
faabd6e8f7
Merge branch '4.0.x'
2026-04-15 15:26:05 +02:00
Stéphane Nicoll
9ca5caa40a
Merge branch '3.5.x' into 4.0.x
2026-04-15 15:25:58 +02:00
Stéphane Nicoll
2ed90a938f
Upgrade to Neo4j Java Driver 6.0.5
...
Closes gh-50076
2026-04-15 15:25:30 +02:00
Stéphane Nicoll
bd1db8b04b
Upgrade to Neo4j Java Driver 6.0.5
...
Closes gh-50075
2026-04-15 15:23:55 +02:00
Stéphane Nicoll
b4595411bf
Upgrade to Neo4j Java Driver 5.28.13
...
Closes gh-50074
2026-04-15 15:23:06 +02:00
Stéphane Nicoll
e544995a5b
Merge branch '4.0.x'
...
Closes gh-50072
2026-04-15 08:40:40 +02:00
Stéphane Nicoll
967b468665
Add missing modules to classic starters
...
Closes gh-50071
2026-04-15 08:30:11 +02:00
Stéphane Nicoll
c91f61d23e
Merge branch '4.0.x'
...
Closes gh-50070
2026-04-15 08:11:26 +02:00
Stéphane Nicoll
c43591dbfd
Merge pull request #50069 from GollapudiSrikanth
...
* srikanthgollapudi-spring-boot-resttestclient:
Add spring-boot-resttestclient to spring-boot-test-classic-modules
Closes gh-50069
2026-04-15 08:11:12 +02:00
Venkata Naga Sai Srikanth Gollapudi
9ea60cdad3
Add spring-boot-resttestclient to spring-boot-test-classic-modules
...
See gh-50069
Signed-off-by: Venkata Naga Sai Srikanth Gollapudi <42247688+GollapudiSrikanth@users.noreply.github.com >
2026-04-15 08:05:36 +02:00
Stéphane Nicoll
ad2878c68c
Fix changelog link for Protobuf Maven Plugin
...
Closes gh-50061
2026-04-14 14:34:54 +02:00
Stéphane Nicoll
40714fb990
Merge branch '4.0.x'
2026-04-14 13:10:38 +02:00
Stéphane Nicoll
a8905403de
Merge branch '3.5.x' into 4.0.x
2026-04-14 13:10:32 +02:00
Stéphane Nicoll
257d6ba148
Upgrade to Reactor Bom 2025.0.5
...
Closes gh-49992
2026-04-14 13:04:36 +02:00
Stéphane Nicoll
462633ae0e
Upgrade to Reactor Bom 2025.0.5
...
Closes gh-49974
2026-04-14 13:02:15 +02:00
Stéphane Nicoll
aea3ca461a
Upgrade to Reactor Bom 2024.0.17
...
Closes gh-49963
2026-04-14 13:01:32 +02:00
Stéphane Nicoll
a71dd41fb8
Merge branch '4.0.x'
2026-04-14 10:08:54 +02:00
Stéphane Nicoll
14b50043bd
Merge branch '3.5.x' into 4.0.x
2026-04-14 10:08:46 +02:00
Stéphane Nicoll
c39af693bd
Upgrade to Micrometer Tracing 1.6.5
...
Closes gh-49973
2026-04-14 10:08:32 +02:00
Stéphane Nicoll
8a54dae29d
Upgrade to Micrometer Tracing 1.5.11
...
Closes gh-49962
2026-04-14 10:08:28 +02:00
Stéphane Nicoll
c72f692f50
Upgrade to SQLite JDBC 3.53.0.0
...
Closes gh-50068
2026-04-14 10:07:25 +02:00
Stéphane Nicoll
0318c4461f
Upgrade to Micrometer Tracing 1.7.0-RC1
...
Closes gh-49991
2026-04-14 10:07:21 +02:00
Phillip Webb
52cef18686
Support InetAddress filtering for HTTP Clients
...
Add `InetAddressFilter` interface which can be provided by
`HttpSettings` to filter out addresses in order to harden
applications against SSRF attacks.
Closes gh-49687
2026-04-13 22:03:50 -07:00
Phillip Webb
39ee6098a6
Upgrade to Couchbase Client 3.11.2
...
Closes gh-50066
2026-04-13 17:58:52 -07:00
Phillip Webb
d088519814
Merge branch '4.0.x'
...
Closes gh-50065
2026-04-13 15:52:31 -07:00
Phillip Webb
3cf39544c3
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50064
2026-04-13 15:41:08 -07:00
Phillip Webb
208d750a5a
Merge pull request #50033 from kwondh5217
...
* pr/50033:
Polish 'Include @Bean method annotations in ContainerConnectionSource'
Include @Bean method annotations in ContainerConnectionSource
Closes gh-50033
2026-04-13 15:39:20 -07:00
Phillip Webb
d3c8829c3c
Polish 'Include @Bean method annotations in ContainerConnectionSource'
...
See gh-50033
2026-04-13 15:38:48 -07:00
Phillip Webb
481b972fad
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50064
2026-04-13 15:26:23 -07:00