Stéphane Nicoll
d2eca01763
Start building against Spring Batch 5.2.3 snapshots
...
See gh-47087
7 months ago
Stéphane Nicoll
3099405278
Start building against Spring AMQP 3.2.7 snapshots
...
See gh-47086
7 months ago
Stéphane Nicoll
fef00c9f7f
Start building against Reactor Bom 2024.0.10 snapshots
...
See gh-47085
7 months ago
Stéphane Nicoll
d0629d6594
Start building against Micrometer Tracing 1.5.4 snapshots
...
See gh-47084
7 months ago
Stéphane Nicoll
bd90d1266e
Start building against Micrometer 1.15.4 snapshots
...
See gh-47083
7 months ago
Andy Wilkinson
90cc5be79f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47057
7 months ago
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
7 months ago
Moritz Halbritter
85afbc6d82
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47054
7 months ago
Moritz Halbritter
d39047183e
Merge pull request #47028 from izeye
...
* pr/47028:
Polish
Closes gh-47028
7 months ago
Johnny Lim
438df257b5
Polish
...
See gh-47028
Signed-off-by: Johnny Lim <izeye@naver.com>
7 months ago
Andy Wilkinson
ed96ed6e8c
Merge branch '3.4.x' into 3.5.x
...
See gh-47037
7 months ago
Andy Wilkinson
055b0993da
Revert "Remove stale metadata for management.health.influxdb.enabled"
...
This reverts commit 987635972d .
See gh-45747
7 months ago
Andy Wilkinson
3dcd2b79f2
Merge branch '3.4.x' into 3.5.x
7 months ago
Andy Wilkinson
2d9b258f3d
Configure dependabot to add waiting-for-triage label to its PRs
7 months ago
Andy Wilkinson
19a7331c3e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47037
7 months ago
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
7 months ago
Andy Wilkinson
0c9fcd096c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47035
7 months ago
Andy Wilkinson
11d6c434d9
Test that default max HTTP request header aligns with Tomcat
...
Closes gh-46977
7 months ago
Andy Wilkinson
4697f2ea51
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47033
7 months ago
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
7 months ago
Moritz Halbritter
f50e779942
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47019
7 months ago
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
7 months ago
Moritz Halbritter
a6afc39956
Polish "Create service connections for image with registry host and without project"
...
See gh-46974
7 months ago
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>
7 months ago
Moritz Halbritter
d785a7f26b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47013
7 months ago
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
7 months ago
Chanwon-Seo
972ceca8cd
Allow Flyway's Ignore Migration Patterns setting to be an empty string
...
See gh-46984
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com>
7 months ago
Moritz Halbritter
89c7a681c0
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46990
7 months ago
Moritz Halbritter
86bb1b4e57
Bump jfrog/setup-jfrog-cli from 4.5.13 to 4.6.0
...
Closes gh-46962
7 months ago
Moritz Halbritter
efa806e3b5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46988
7 months ago
Moritz Halbritter
75f9138a1a
Merge pull request #46976 from Chanwon-Seo
...
* pr/46976:
Fix links to Flyway reference documentation
Closes gh-46976
7 months ago
Chanwon-Seo
4d499c3e46
Fix links to Flyway reference documentation
...
See gh-46976
Signed-off-by: Chanwon-Seo <scwonn60@gmail.com>
7 months ago
Moritz Halbritter
4716cb3713
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46986
7 months ago
Moritz Halbritter
1eaa54759a
Merge pull request #46973 from quaff
...
* pr/46973:
Fix typo
Closes gh-46973
7 months ago
Yanming Zhou
f547bc27a5
Fix typo
...
See gh-46973
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
7 months ago
Moritz Halbritter
6adddb4c09
Merge branch '3.4.x' into 3.5.x
7 months ago
Moritz Halbritter
24a23c4f72
Disable tests which use Bitnami images
...
See gh-46983
7 months ago
Moritz Halbritter
98ce1d736e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46980
7 months ago
Moritz Halbritter
e1e8914de2
Bump actions/setup-java from 4 to 5
...
Closes gh-46961
7 months ago
Andy Wilkinson
234501a07a
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46959
7 months ago
Andy Wilkinson
4bbd68325f
Provide Dependabot configuration for NPM dependency upgrades
...
Closes gh-46958
7 months ago
Stéphane Nicoll
8bc611c913
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46945
7 months ago
Stéphane Nicoll
b46006b227
Merge pull request #46941 from dependabot[bot]
...
* pr/46941:
Bump brace-expansion in /antora
Closes gh-46941
7 months ago
dependabot[bot]
92321b16a0
Bump brace-expansion in /antora
...
Bumps and [brace-expansion](https://github.com/juliangruber/brace-expansion ). These dependencies needed to be updated together.
Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 2.0.2
dependency-type: indirect
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
...
See gh-46941
Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
Andy Wilkinson
2fa20f3def
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46942
7 months ago
Andy Wilkinson
b7282c00ae
Merge pull request #46938 from doljae
...
* gh-46938:
Polish "Clarify Javadoc of Customizer interfaces about overriding behavior"
Clarify Javadoc of Customizer interfaces about overriding behavior
Closes gh-46938
7 months ago
Andy Wilkinson
e595327610
Polish "Clarify Javadoc of Customizer interfaces about overriding behavior"
...
See gh-46938
7 months ago
Seokjae Lee
6e82427ffe
Clarify Javadoc of Customizer interfaces about overriding behavior
...
The previous wording suggested that customizations always retain
default auto-configuration. Rephrased to indicate that configuration
can be fine-tuned, which more accurately reflects that some builder
methods may override or replace defaults.
See gh-46938
Signed-off-by: Seokjae Lee <seok9211@naver.com>
7 months ago
Andy Wilkinson
f655db371f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46939
7 months ago
Andy Wilkinson
4679579800
Merge pull request #46936 from dependabot[bot]
...
* gh-46936:
Bump sha.js from 2.4.11 to 2.4.12 in /antora
Closes gh-46936
7 months ago