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
Ryan Baxter
46e529d181
Merge branch '4.0.x'
2023-09-15 12:41:31 -04:00
Tim te Beek
5565acf9a9
refactor: AssertJ best practices ( #2315 )
...
Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/bGVuS?organizationId=RGVmYXVsdA%3D%3D
Co-authored-by: Moderne <team@moderne.io >
2023-09-15 12:40:48 -04:00
buildmaster
1034624fad
Going back to snapshots
2023-08-10 02:04:32 +00:00
buildmaster
166de9865e
Update SNAPSHOT to 4.1.0-M1
2023-08-10 02:02:15 +00:00
buildmaster
43a24a20cb
Bumping versions to 4.0.5-SNAPSHOT after release
2023-07-27 20:20:11 +00:00
buildmaster
e5afed126f
Going back to snapshots
2023-07-27 20:20:11 +00:00
buildmaster
eadab6fbd0
Update SNAPSHOT to 4.0.4
2023-07-27 20:16:35 +00:00
Ryan Baxter
20145a5a30
Merge branch '4.0.x'
2023-07-16 19:51:17 -04:00
Ryan Baxter
e9320b6a55
Merge branch '3.1.x' into 4.0.x
2023-07-16 19:18:19 -04:00
Ryan Baxter
3910fbff56
Fix IllegalArgumentException in equals and hashcodes. Fixes #2304 ( #2307 )
...
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-07-16 19:14:22 -04:00
buildmaster
c3ba785495
Bumping versions to 3.1.9-SNAPSHOT after release
2023-06-29 11:18:59 +00:00
buildmaster
7fcb376610
Going back to snapshots
2023-06-29 11:18:59 +00:00
buildmaster
5f0b24ff60
Update SNAPSHOT to 3.1.8
2023-06-29 11:16:43 +00:00
spencergibb
3ba9b75923
Merge branch '4.0.x'
2023-06-21 12:04:54 -04:00
spencergibb
101e918cba
Updates to handle deprecated/removed setReadTimeout() method
2023-06-21 12:03:55 -04:00
spencergibb
a72b7c86ea
formatting
2023-06-21 11:12:16 -04:00
buildmaster
57e2ff5918
Bumping versions
2023-06-17 13:46:03 +00:00
buildmaster
5bfc1577ba
Bumping versions
2023-06-17 00:27:07 +00:00
Ryan Baxter
1f18b7076c
Merge branch '4.0.x'
2023-06-16 16:18:32 -04:00
Ryan Baxter
04b6ec24fd
Merge branch '3.1.x' into 4.0.x
2023-06-16 16:18:07 -04:00
Ryan Baxter
640d6d3fa8
Revert changes to adding profile specific logic ( #2292 )
...
Fixes #2279
Fixes #2289
See #2291
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-06-16 16:07:24 -04:00
Ryan Baxter
55015eb34c
Merge branch '4.0.x'
2023-06-16 15:40:43 -04:00
Ryan Baxter
d0d11f2595
Merge branch '3.1.x' into 4.0.x
2023-06-16 15:40:27 -04:00
Ryan Baxter
12597fef31
Initialize ConfigClientProperties instead of using whats in bootstrap. ( #2282 )
...
Fixes #2281
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-06-16 15:37:22 -04:00
Ryan Baxter
161acaa8c8
Merge branch '4.0.x'
2023-06-16 15:35:55 -04:00
Ryan Baxter
65ff87702a
Merge branch '3.1.x' into 4.0.x
2023-06-16 15:35:36 -04:00
Ryan Baxter
9f3ad4f04b
Implement a better equals and hashcode method ConfigServerConfigDataResource ( #2278 )
...
Spring Boot keeps a list of ConfigDataResources and will call contains on the list to determine whether it should load the resource. Our hashcode and equals methods were using variables in ConfigServerConfigDataResource which had no bearing on the configuration that would be loaded, so this change simplifies this to make sure two ConfigServerConnfigDataResources would be considered equal if they would end up making the same request to the config server for configuration.
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-06-16 15:34:46 -04:00
spencergibb
cdb87ff48a
Updates to 4.1.0-SNAPSHOT
...
Updates to build 4.1.0-SNAPSHOT
2023-06-14 14:48:19 -04:00
Ryan Baxter
8ca88f30e5
Merge branch '3.1.x'
2023-06-12 20:05:00 -04:00
Ryan Baxter
538267a7e3
Pass binder to ConfigServerInstanceProvider ( #2269 )
...
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-06-12 19:33:24 -04:00
Ryan Baxter
3e101db085
Merge branch '3.1.x'
2023-06-02 12:42:10 -04:00
Ryan Baxter
755dffc0c2
Recreate ConfigClientProperties every time we load config data. Fixes #2274 ( #2275 )
...
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-06-02 12:16:32 -04:00
buildmaster
c8a10ab58a
Bumping versions
2023-05-26 16:14:27 +00:00
buildmaster
5e3ba46508
Bumping versions
2023-05-25 02:38:35 +00:00
buildmaster
2f739046b2
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 19:19:26 +00:00
buildmaster
5e0dca46b0
Going back to snapshots
2023-05-24 19:19:25 +00:00
buildmaster
a854ba768c
Update SNAPSHOT to 4.0.3
2023-05-24 19:16:04 +00:00
Ryan Baxter
d3d258cbbf
Merge branch '3.1.x'
2023-05-04 15:46:21 -04:00
Ryan Baxter
6ec9c432cb
Support for profile specific config data loading ( #2260 )
...
Fixes #1922
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-05-04 15:31:48 -04:00