dependabot[bot]
ea00c22322
Bump software.amazon.awssdk:bom from 2.31.5 to 2.31.6 ( #2799 )
...
Bumps software.amazon.awssdk:bom from 2.31.5 to 2.31.6.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 11:42:19 -04:00
Ryan Baxter
a893fb89b0
Merge branch '4.2.x'
2025-03-21 15:14:04 -04:00
Ryan Baxter
f96dec210a
Merge branch '4.1.x' into 4.2.x
2025-03-21 15:12:31 -04:00
marnee01
d959f4a071
Config Client: Fix logic to try all URLs ( #2798 )
...
There was a miss when implementing the MultipleUriStrategy.ALWAYS.
It was not trying the next URL if response was null, or if
the HTTP Status Code was not OK, but no exception was thrown.
(This author does not know under what scenario null would be
returned as a response, but the code was already checking for it,
so I updated the logic to also try the next URL for null response.)
Closes gh-2735
Signed-off-by: marnee01 <MarneeDeRider40@gmail.com >
2025-03-21 15:12:04 -04:00
dependabot[bot]
fa5760c7e6
Bump software.amazon.awssdk:bom from 2.31.4 to 2.31.5 ( #2797 )
2025-03-21 05:16:46 -04:00
spring-builds
11544020fe
Bumping versions
2025-03-20 10:22:29 +00:00
dependabot[bot]
882939ccf8
Bump software.amazon.awssdk:bom from 2.31.3 to 2.31.4 ( #2796 )
2025-03-20 05:10:59 -04:00
spring-builds
0ebea97f39
Bumping versions
2025-03-19 10:23:18 +00:00
dependabot[bot]
ff39cd4c65
Bump software.amazon.awssdk:bom from 2.31.2 to 2.31.3 ( #2795 )
2025-03-19 05:15:29 -04:00
spring-builds
ad823c5d95
Bumping dependency versions after release
2025-03-18 23:03:51 +00:00
spring-builds
88899b580e
Bumping versions to 4.2.2-SNAPSHOT after release
2025-03-18 23:02:56 +00:00
spring-builds
eb4b88f955
Going back to snapshots
2025-03-18 23:02:55 +00:00
spring-builds
e9df29e844
Update SNAPSHOT to 4.2.1
2025-03-18 23:01:54 +00:00
dependabot[bot]
ad20354f15
Bump software.amazon.awssdk:bom from 2.31.1 to 2.31.2 ( #2794 )
2025-03-18 05:17:51 -04:00
Been24
8eaa6ddea5
Use spring-security-crypto rsa rather than spring-security rsa
...
fixes gh-2667
2025-03-17 11:19:30 -04:00
Been24
4b94c0409b
Use spring-security-crypto rsa rather than spring-security rsa
...
fixes gh-2667
2025-03-17 11:18:09 -04:00
dependabot[bot]
daa4f439a5
Bump software.amazon.awssdk:bom from 2.31.0 to 2.31.1 ( #2793 )
2025-03-17 05:15:23 -04:00
dependabot[bot]
939bce8398
Bump software.amazon.awssdk:bom from 2.30.38 to 2.31.0 ( #2791 )
...
Bumps software.amazon.awssdk:bom from 2.30.38 to 2.31.0.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 08:48:03 -04:00
spring-builds
6c31dbaede
Bumping versions
2025-03-14 00:50:56 +00:00
Ryan Baxter
7ee81398cf
Escape characters in docs
2025-03-13 13:37:41 -04:00
Ryan Baxter
f056064179
Fixing broken link
2025-03-13 10:55:26 -04:00
spring-builds
87258a03c7
Bumping versions
2025-03-13 13:08:54 +00:00
spring-builds
20beaf58f7
Bumping versions
2025-03-13 10:22:21 +00:00
dependabot[bot]
14620a48c4
Bump software.amazon.awssdk:bom from 2.30.37 to 2.30.38 ( #2790 )
2025-03-12 05:15:17 -04:00
dependabot[bot]
30461e236a
Bump software.amazon.awssdk:bom from 2.30.36 to 2.30.37 ( #2789 )
2025-03-11 05:15:37 -04:00
cselagea
a7f662198b
Replace charset string with java.nio.charset.StandardCharsets constant ( #2787 )
...
Signed-off-by: Cosmin Selagea-Popov <36129697+cselagea@users.noreply.github.com >
2025-03-10 09:59:59 -04:00
dependabot[bot]
605ffa2fce
Bump software.amazon.awssdk:bom from 2.30.35 to 2.30.36 ( #2788 )
2025-03-10 05:17:10 -04:00
dependabot[bot]
08aef11bd9
Bump software.amazon.awssdk:bom from 2.30.34 to 2.30.35 ( #2786 )
...
Bumps software.amazon.awssdk:bom from 2.30.34 to 2.30.35.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 08:34:41 -05:00
Ryan Baxter
4b11b56739
Health indicator should show down if acceptEmpty false and property sources are empty ( #2778 )
...
Fixes #2749
2025-03-06 09:25:57 -05:00
dependabot[bot]
7efb905851
Bump software.amazon.awssdk:bom from 2.30.33 to 2.30.34 ( #2781 )
2025-03-06 04:35:15 -06:00
kkurczewski
9e0b20b037
Make S3 and Git backends more compatible ( #2780 )
...
* Make S3 and Git backends more compatible
Fixes https://github.com/spring-cloud/spring-cloud-config/issues/1829
Signed-off-by: Krzysztof Kurczewski <krzysiek.kurczewski@gmail.com >
* Add docs
Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com >
* Use relative link
Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com >
* Add explicit note about new flag for S3 backend
Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com >
---------
Signed-off-by: Krzysztof Kurczewski <krzysiek.kurczewski@gmail.com >
Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com >
2025-03-05 17:14:23 -05:00
dependabot[bot]
27afffc76c
Bump software.amazon.awssdk:bom from 2.30.32 to 2.30.33 ( #2779 )
2025-03-05 04:41:15 -06:00
dependabot[bot]
cfab9275e8
Bump software.amazon.awssdk:bom from 2.30.31 to 2.30.32 ( #2777 )
...
Bumps software.amazon.awssdk:bom from 2.30.31 to 2.30.32.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-04 08:16:56 -05:00
dependabot[bot]
ed6a88ea18
Bump software.amazon.awssdk:bom from 2.30.30 to 2.30.31 ( #2776 )
2025-03-03 04:14:45 -06:00
dependabot[bot]
6d4e5d598e
Bump software.amazon.awssdk:bom from 2.30.29 to 2.30.30 ( #2772 )
2025-02-28 06:54:35 -06:00
spring-builds
0ead1cd315
Going back to snapshots
2025-02-27 19:30:42 +00:00
spring-builds
819335cda8
Update SNAPSHOT to 4.3.0-M2
2025-02-27 19:30:06 +00:00
dependabot[bot]
8e31fc5c6a
Bump software.amazon.awssdk:bom from 2.30.28 to 2.30.29 ( #2769 )
2025-02-27 06:52:48 -06:00
dependabot[bot]
3469539b73
Bump software.amazon.awssdk:bom from 2.30.27 to 2.30.28 ( #2766 )
2025-02-26 07:18:47 -05:00
dependabot[bot]
8e17d18917
Bump software.amazon.awssdk:bom from 2.30.26 to 2.30.27 ( #2764 )
...
Bumps software.amazon.awssdk:bom from 2.30.26 to 2.30.27.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 10:00:49 -05:00
Ryan Baxter
44c6c7c637
Merge branch '4.2.x'
2025-02-25 08:43:09 -06:00
Ryan Baxter
f703881543
Merge branch '4.1.x' into 4.2.x
2025-02-25 08:42:44 -06:00
Ryan Baxter
47d1b9dad3
Use default values for missing values ( #2757 )
...
Fixes #2752
2025-02-25 09:37:01 -05:00
dependabot[bot]
24d1a6b187
Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs ( #2762 )
...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ) from 1.14.2 to 1.14.4.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.2...v1.14.4 )
---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 10:21:30 -05:00
dependabot[bot]
a4599f08f4
Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs ( #2760 )
...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ) from 1.14.2 to 1.14.4.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.2...v1.14.4 )
---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 10:20:21 -05:00
dependabot[bot]
f51bb1f327
Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs ( #2759 )
...
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions ) from 1.14.2 to 1.14.4.
- [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.2...v1.14.4 )
---
updated-dependencies:
- dependency-name: "@springio/antora-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 10:19:37 -05:00
dependabot[bot]
c6b78c5349
Bump software.amazon.awssdk:bom from 2.30.25 to 2.30.26 ( #2758 )
...
Bumps software.amazon.awssdk:bom from 2.30.25 to 2.30.26.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 10:18:50 -05:00
Ryan Baxter
ef8a62a506
When accept-empty is false, make health indicator DOWN ( #2756 )
...
Fixes #2749
2025-02-22 08:50:26 -05:00
dependabot[bot]
4742859c12
Bump software.amazon.awssdk:bom from 2.30.24 to 2.30.25 ( #2755 )
2025-02-21 05:14:24 -05:00
dependabot[bot]
9a70ca210c
Bump software.amazon.awssdk:bom from 2.30.22 to 2.30.24 ( #2754 )
2025-02-20 05:16:29 -05:00