Stéphane Nicoll
e64839dc8b
Upgrade to Jaybird 5.0.9.java11
...
Closes gh-47101
2025-09-08 09:13:22 +02:00
Stéphane Nicoll
303f15943f
Upgrade to Jakarta Mail 2.1.4
...
Closes gh-47100
2025-09-08 09:13:18 +02:00
Stéphane Nicoll
4810c48519
Upgrade to Infinispan 15.0.21.Final
...
Closes gh-47099
2025-09-08 09:13:14 +02:00
Stéphane Nicoll
984a3cd5b1
Upgrade to HttpCore5 5.3.5
...
Closes gh-47098
2025-09-08 09:13:10 +02:00
Stéphane Nicoll
dc6fec6ed4
Upgrade to Hibernate 6.6.28.Final
...
Closes gh-47097
2025-09-08 09:13:06 +02:00
Stéphane Nicoll
bcacae7e0c
Upgrade to Ehcache3 3.10.9
...
Closes gh-47096
2025-09-08 09:13:02 +02:00
Stéphane Nicoll
6911c1362d
Merge branch '3.4.x' into 3.5.x
2025-09-06 10:08:06 +02:00
Stéphane Nicoll
3bb34894c8
Upgrade to Elasticsearch Client 8.18.6
...
Closes gh-47094
2025-09-06 09:55:54 +02:00
Stéphane Nicoll
5417f7ac34
Start building against Spring Pulsar 1.2.10 snapshots
...
See gh-47093
2025-09-06 09:38:20 +02:00
Stéphane Nicoll
e9a7ec7da8
Start building against Spring Kafka 3.3.10 snapshots
...
See gh-47092
2025-09-06 09:38:16 +02:00
Stéphane Nicoll
4d8270084f
Start building against Spring Integration 6.5.2 snapshots
...
See gh-47091
2025-09-06 09:38:12 +02:00
Stéphane Nicoll
83b7d6e34b
Start building against Spring GraphQL 1.4.2 snapshots
...
See gh-47090
2025-09-06 09:38:08 +02:00
Stéphane Nicoll
fa3d12e421
Start building against Spring Framework 6.2.11 snapshots
...
See gh-47089
2025-09-06 09:38:04 +02:00
Stéphane Nicoll
fd90e18cf9
Start building against Spring Data Bom 2025.0.4 snapshots
...
See gh-47088
2025-09-06 09:38:00 +02:00
Stéphane Nicoll
d2eca01763
Start building against Spring Batch 5.2.3 snapshots
...
See gh-47087
2025-09-06 09:37:56 +02:00
Stéphane Nicoll
3099405278
Start building against Spring AMQP 3.2.7 snapshots
...
See gh-47086
2025-09-06 09:37:52 +02:00
Stéphane Nicoll
fef00c9f7f
Start building against Reactor Bom 2024.0.10 snapshots
...
See gh-47085
2025-09-06 09:37:48 +02:00
Stéphane Nicoll
d0629d6594
Start building against Micrometer Tracing 1.5.4 snapshots
...
See gh-47084
2025-09-06 09:37:44 +02:00
Stéphane Nicoll
bd90d1266e
Start building against Micrometer 1.15.4 snapshots
...
See gh-47083
2025-09-06 09:37:40 +02:00
Stéphane Nicoll
e4ec422b3d
Start building against Spring Pulsar 1.2.10 snapshots
...
See gh-47082
2025-09-06 09:18:08 +02:00
Stéphane Nicoll
5afbe56450
Start building against Spring Kafka 3.3.10 snapshots
...
See gh-47081
2025-09-06 09:18:04 +02:00
Stéphane Nicoll
d4795b8e5e
Start building against Spring Integration 6.4.7 snapshots
...
See gh-47080
2025-09-06 09:18:00 +02:00
Stéphane Nicoll
a396130c7b
Start building against Spring Framework 6.2.11 snapshots
...
See gh-47079
2025-09-06 09:17:57 +02:00
Stéphane Nicoll
2bc0e4fbd8
Start building against Spring Data Bom 2024.1.10 snapshots
...
See gh-47078
2025-09-06 09:17:53 +02:00
Stéphane Nicoll
7b33888ad4
Start building against Spring Batch 5.2.3 snapshots
...
See gh-47077
2025-09-06 09:17:49 +02:00
Stéphane Nicoll
a9314b4dcd
Start building against Spring AMQP 3.2.7 snapshots
...
See gh-47076
2025-09-06 09:17:45 +02:00
Stéphane Nicoll
0aac151e63
Start building against Reactor Bom 2024.0.10 snapshots
...
See gh-47075
2025-09-06 09:17:41 +02:00
Stéphane Nicoll
1e2ad8fa04
Start building against Micrometer Tracing 1.4.10 snapshots
...
See gh-47074
2025-09-06 09:17:37 +02:00
Stéphane Nicoll
15af6a7371
Start building against Micrometer 1.14.11 snapshots
...
See gh-47073
2025-09-06 09:17:33 +02:00
Andy Wilkinson
90cc5be79f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47057
2025-09-05 17:31:40 +01:00
Andy Wilkinson
f28caee30d
Fix NestedJarFile.JarEntryInputStream's available() behavior
...
Previously, available() would return 0 initially and then negative
values once some data head been read. It should be a positive value
(for entries with content) initially a decrease as data is read
reaching zero once an entry's data has been read in its entirety.
This commit initialises the count of the remaining bytes to
be equal to the entry's uncompressed size. It also removes logic
that closes the stream when remaining equals zero upon read or skip.
This condition was not reached before as remaining would become
negative as soon as any data was read or skipped. With the correct
initialization of remaining, the condition is now reached and it
results in test failures due to premature closure. Furthermore, the
javadoc of read and skip do not require the stream to be closed
when the reach end of file.
Closes gh-47056
2025-09-05 17:29:22 +01:00
Moritz Halbritter
85afbc6d82
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47054
2025-09-05 14:14:18 +02:00
Moritz Halbritter
d39047183e
Merge pull request #47028 from izeye
...
* pr/47028:
Polish
Closes gh-47028
2025-09-05 14:13:11 +02:00
Johnny Lim
438df257b5
Polish
...
See gh-47028
Signed-off-by: Johnny Lim <izeye@naver.com>
2025-09-05 14:13:02 +02:00
Andy Wilkinson
ed96ed6e8c
Merge branch '3.4.x' into 3.5.x
...
See gh-47037
2025-09-04 16:01:56 +01:00
Andy Wilkinson
055b0993da
Revert "Remove stale metadata for management.health.influxdb.enabled"
...
This reverts commit 987635972d .
See gh-45747
2025-09-04 16:01:32 +01:00
Andy Wilkinson
3dcd2b79f2
Merge branch '3.4.x' into 3.5.x
2025-09-04 11:56:33 +01:00
Andy Wilkinson
2d9b258f3d
Configure dependabot to add waiting-for-triage label to its PRs
2025-09-04 11:55:50 +01:00
Andy Wilkinson
19a7331c3e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47037
2025-09-04 11:03:09 +01:00
Andy Wilkinson
987635972d
Remove stale metadata for management.health.influxdb.enabled
...
The property was deprecated in 3.2 and support removed in 3.4. This
commit updates the metadata to reflect that removal.
Closes gh-45747
2025-09-04 10:58:40 +01:00
Andy Wilkinson
0c9fcd096c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47035
2025-09-04 09:55:29 +01:00
Andy Wilkinson
11d6c434d9
Test that default max HTTP request header aligns with Tomcat
...
Closes gh-46977
2025-09-04 09:27:44 +01:00
Andy Wilkinson
4697f2ea51
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47033
2025-09-04 09:03:40 +01:00
Andy Wilkinson
985e108ccb
Delete old output before documenting auto-configuration classes
...
Without this change, removing a file from the task's inputs would not
be reflected in its output as the stale output file for that input
would remain.
Closes gh-46970
2025-09-04 09:03:16 +01:00
Moritz Halbritter
f50e779942
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47019
2025-09-02 14:53:52 +02:00
Moritz Halbritter
c4af7d6c75
Merge pull request #46974 from quaff
...
* pr/46974:
Polish "Create service connections for image with registry host and without project"
Create service connections for image with registry host and without project
Closes gh-46974
2025-09-02 14:36:04 +02:00
Moritz Halbritter
a6afc39956
Polish "Create service connections for image with registry host and without project"
...
See gh-46974
2025-09-02 14:35:19 +02:00
Yanming Zhou
c8d29fd3fe
Create service connections for image with registry host and without project
...
See gh-46974
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-09-02 14:30:01 +02:00
Moritz Halbritter
d785a7f26b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47013
2025-09-01 16:08:50 +02:00
Moritz Halbritter
fafd0bbd20
Merge pull request #46984 from Chanwon-Seo
...
* pr/46984:
Allow Flyway's Ignore Migration Patterns setting to be an empty string
Closes gh-46984
2025-09-01 16:08:11 +02:00