Stéphane Nicoll
ee0f972885
Upgrade to Spring Framework 7.0.7
...
Closes gh-49977
2026-04-18 08:16:27 +02:00
Stéphane Nicoll
4ab0461bcd
Upgrade to Spring Data Bom 2025.1.5
...
Closes gh-49976
2026-04-18 08:16:27 +02:00
Stéphane Nicoll
d7beb07b98
Upgrade to jOOQ 3.19.32
...
Closes gh-50105
2026-04-18 08:16:26 +02:00
Stéphane Nicoll
b843b3b7aa
Upgrade to Jaxen 2.0.1
...
Closes gh-50104
2026-04-18 08:16:22 +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
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
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
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
9ca5caa40a
Merge branch '3.5.x' into 4.0.x
2026-04-15 15:25:58 +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
967b468665
Add missing modules to classic starters
...
Closes gh-50071
2026-04-15 08:30:11 +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
a8905403de
Merge branch '3.5.x' into 4.0.x
2026-04-14 13:10:32 +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
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
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
Phillip Webb
9c3a2e0af0
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:25:18 -07:00
Phillip Webb
04ecce4e2a
Polish 'Include @Bean method annotations in ContainerConnectionSource'
...
See gh-50033
2026-04-13 15:25:07 -07:00
Daeho Kwon
fe5424b7e1
Include @Bean method annotations in ContainerConnectionSource
...
Update `ServiceConnectionAutoConfigurationRegistrar` to include
annotations from `@Bean` methods.
See gh-50033
Signed-off-by: Daeho Kwon <trewq231@naver.com >
2026-04-13 15:03:26 -07:00
Stéphane Nicoll
7522cdbaa5
Merge branch '3.5.x' into 4.0.x
2026-04-13 18:26:57 +02:00
Stéphane Nicoll
9933790b29
Upgrade to Thymeleaf Extras SpringSecurity 3.1.4.RELEASE
...
Closes gh-50053
2026-04-13 17:41:37 +02:00
Stéphane Nicoll
d966d31039
Upgrade to Thymeleaf 3.1.4.RELEASE
...
Closes gh-50052
2026-04-13 17:41:32 +02:00
Stéphane Nicoll
155de6cf53
Upgrade to Micrometer 1.16.5
...
Closes gh-49972
2026-04-13 17:41:28 +02:00
Stéphane Nicoll
7c0ea472c7
Upgrade to Jackson Bom 3.1.2
...
Closes gh-50051
2026-04-13 17:41:28 +02:00
Stéphane Nicoll
60e22de2d8
Upgrade to Hibernate 7.2.11.Final
...
Closes gh-50050
2026-04-13 17:41:22 +02:00
Stéphane Nicoll
019eb637ac
Upgrade to Thymeleaf Extras SpringSecurity 3.1.4.RELEASE
...
Closes gh-50049
2026-04-13 17:30:42 +02:00
Stéphane Nicoll
3f423fee39
Upgrade to Thymeleaf 3.1.4.RELEASE
...
Closes gh-50048
2026-04-13 17:30:38 +02:00
Stéphane Nicoll
c5d2ee32ff
Upgrade to Micrometer 1.15.11
...
Closes gh-49961
2026-04-13 17:30:34 +02:00
Stéphane Nicoll
f1fa2a1065
Upgrade to Hibernate 6.6.48.Final
...
Closes gh-50047
2026-04-13 17:30:33 +02:00
Stéphane Nicoll
2e7adbdef4
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50041
2026-04-13 09:17:22 +02:00
Stéphane Nicoll
b9e7b91b9f
Merge pull request #50038 from refeccd
...
* patch-3:
Refactor bind method constants to use BindMethod enum
Closes gh-50038
2026-04-13 09:11:39 +02:00
Refeccd
b494caaa96
Refactor bind method constants to use BindMethod enum
...
See gh-50038
Signed-off-by: Refeccd <refeccd@gmail.com >
2026-04-13 09:05:48 +02:00
Stéphane Nicoll
53cbe69150
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50039
2026-04-13 08:55:43 +02:00
Stéphane Nicoll
071b97e69f
Merge pull request #50035 from scordio
...
* polish-envers-auto-configuration:
Favor @EnableEnversRepositories in EnversRevisionRepositoriesRegistrar
Closes gh-50035
2026-04-13 08:55:33 +02:00
Stefano Cordio
ddad0df064
Favor @EnableEnversRepositories in EnversRevisionRepositoriesRegistrar
...
See gh-50035
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com >
2026-04-13 08:42:58 +02:00
Phillip Webb
8a47c7221d
Upgrade to Neo4j Java Driver 6.0.4
...
Closes gh-50029
2026-04-10 20:13:20 -07:00
Phillip Webb
eb77403b41
Upgrade to MongoDB 5.6.5
...
Closes gh-50028
2026-04-10 20:13:15 -07:00