617 Commits

Author SHA1 Message Date
Ryan Baxter
9a9bbacb51 Using Assert4J 2025-04-11 09:25:40 -04:00
spring-builds
f9c8af5ce8 Bumping versions 2025-04-05 13:07:36 +00:00
spring-builds
e07d55b80f Bumping versions 2025-04-04 13:09:28 +00:00
spring-builds
70d5b854bb Bumping versions to 4.1.7-SNAPSHOT after release 2025-04-04 00:07:16 +00:00
spring-builds
705d7995e7 Going back to snapshots 2025-04-04 00:07:14 +00:00
spring-builds
46b9431a48 Update SNAPSHOT to 4.1.6 2025-04-04 00:06:19 +00: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
spring-builds
dc8a53f5aa Bumping versions to 4.1.6-SNAPSHOT after release 2025-01-10 00:11:19 +00:00
spring-builds
438475f072 Going back to snapshots 2025-01-10 00:11:18 +00:00
spring-builds
9e35642edc Update SNAPSHOT to 4.1.5 2025-01-10 00:10:17 +00:00
spring-builds
c41bf0d3a5 Going back to snapshots 2024-11-27 01:36:07 +00:00
spring-builds
9034d9e6ba Update SNAPSHOT to 4.1.4 2024-11-27 01:35:17 +00:00
spring-builds
ef4059f7a4 Bumping versions to 4.1.5-SNAPSHOT after release 2024-11-26 16:34:01 +00:00
spring-builds
71fe7bb578 Going back to snapshots 2024-11-26 16:33:57 +00:00
spring-builds
30511a1c21 Update SNAPSHOT to 4.1.4 2024-11-26 16:33:04 +00:00
Ryan Baxter
4d6c61f3a8 Use ConfigInstanceMonitor for connection details (#2630)
The ConfigInstanceMonitor always has the most up to date connection details for the config server instances.  They are updated by the HeartBeatEvent.  Fixes #2624
2024-11-14 08:58:38 -05:00
Ryan Baxter
10a3976fd5 Only ignore profile activation and inclusion if the property source is profile specific (#2613) 2024-10-31 15:44:18 -04:00
Tobias Soloschenko
67771717d0 fix: use setter of logger for RetryTemplate (#2545) 2024-10-23 19:38:02 -04:00
buildmaster
239b1e8f62 Bumping versions 2024-09-17 13:06:20 +00:00
Tobias Soloschenko
b14ef3e578 fix: native support for retry template factory (#2456) 2024-09-16 18:00:55 +02:00
buildmaster
2872adf32e Bumping versions 2024-07-23 10:34:53 +00:00
buildmaster
c1e60f94f9 Bumping versions to 4.1.4-SNAPSHOT after release 2024-07-10 16:50:56 +00:00
buildmaster
177b5b8052 Going back to snapshots 2024-07-10 16:50:55 +00:00
buildmaster
87ef701f1b Update SNAPSHOT to 4.1.3 2024-07-10 16:49:58 +00:00
Ryan Baxter
37656d33bb Add logic to be more specific about when mark a property source to be profile specific (#2437)
Fixes #2417

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2024-07-04 09:03:03 -04:00
buildmaster
d312d2efec Bumping versions to 4.1.3-SNAPSHOT after release 2024-05-30 11:18:51 +00:00
buildmaster
fe2da8c1bb Going back to snapshots 2024-05-30 11:18:50 +00:00
buildmaster
88ce79e96a Update SNAPSHOT to 4.1.2 2024-05-30 11:17:15 +00:00
WonChul Heo
1bdca37b7f Polishing (#2418) 2024-05-20 17:53:25 -04:00
Ryan Baxter
c372fcf563 Set the FailesafeTextEncryptor delegate if we can create a valid KeyProperties (#2399)
Fixes #2330

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2024-04-05 18:00:50 -04:00
buildmaster
5ee09b3d9c Bumping versions to 4.1.2-SNAPSHOT after release 2024-03-27 13:51:38 +00:00
buildmaster
eee0c1a09a Going back to snapshots 2024-03-27 13:51:37 +00:00
buildmaster
4913a2673a Update SNAPSHOT to 4.1.1 2024-03-27 13:50:06 +00:00
Ryan Baxter
9e64b4cff1 Use random backoff policy for retry when using bootstrap. (#2380)
Fixes #2379

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2024-02-01 16:12:31 -05:00
Ryan Baxter
3e423e5d31 Merge branch '4.0.x' 2024-01-23 08:24:14 -05:00
Ryan Baxter
0805e5fe98 Register a new class to resolve properties during bootstrap (#2375)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2024-01-23 08:23:18 -05:00
buildmaster
61909a3895 Bumping versions to 4.1.1-SNAPSHOT after release 2023-12-06 15:51:47 +00:00
buildmaster
d3e0e3abdc Going back to snapshots 2023-12-06 15:51:46 +00:00
buildmaster
da193d51a7 Update SNAPSHOT to 4.1.0 2023-12-06 15:49:59 +00:00
Ryan Baxter
dd322e5d72 Merge branch '4.0.x' 2023-11-21 15:29:21 -05:00
Ryan Baxter
875d00699d Merge branch '3.1.x' into 4.0.x 2023-11-21 15:29:04 -05:00
Ryan Baxter
861ed6785e Do not combine profiles when spring.cloud.config.pofiles is set. (#2354)
Fixes #2349
2023-11-21 15:27:17 -05:00
Ryan Baxter
7fa2d75bb0 Merge branch '4.0.x' 2023-11-21 15:24:30 -05:00
Ryan Baxter
0b92d82a2b Add support for random exponential backoff policy. Fixes #2351 (#2353)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-11-21 15:23:27 -05:00
Ryan Baxter
6b274e83f7 Merge branch '4.0.x' 2023-11-14 14:40:25 -05:00
Ryan Baxter
25a3655b19 Use config server uri from boostrap context if discovery is enabled. Fixes #2338 (#2343)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-11-14 14:39:36 -05:00
buildmaster
a55a43c189 Going back to snapshots 2023-10-31 14:06:14 +00:00
buildmaster
3094666aca Update SNAPSHOT to 4.1.0-RC1 2023-10-31 14:04:55 +00:00
buildmaster
d16b2089e5 Going back to snapshots 2023-09-27 11:20:42 +00:00
buildmaster
c2e4bd1bc1 Update SNAPSHOT to 4.1.0-M2 2023-09-27 11:19:20 +00:00