567 Commits

Author SHA1 Message Date
buildmaster
b65f821800 Bumping versions 2024-01-29 13:47:50 +00:00
buildmaster
c8545a5b79 Bumping versions 2024-01-26 13:47:09 +00:00
buildmaster
3c06631608 Bumping versions to 4.0.6-SNAPSHOT after release 2024-01-26 01:10:19 +00:00
buildmaster
958e760ccf Going back to snapshots 2024-01-26 01:10:19 +00:00
buildmaster
29620cb2b7 Update SNAPSHOT to 4.0.5 2024-01-26 01:06:59 +00: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
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
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
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
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
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
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
101e918cba Updates to handle deprecated/removed setReadTimeout() method 2023-06-21 12:03:55 -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
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
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
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
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
buildmaster
0449471ade Bumping versions to 3.1.8-SNAPSHOT after release 2023-04-27 15:00:40 +00:00
buildmaster
265b5fdb87 Going back to snapshots 2023-04-27 15:00:39 +00:00
buildmaster
937088716d Update SNAPSHOT to 3.1.7 2023-04-27 14:58:13 +00:00
Ryan Baxter
3a589496bd Update test mocks 2023-04-20 12:47:47 -04:00
buildmaster
f25b8b2dc9 Bumping versions to 4.0.3-SNAPSHOT after release 2023-03-28 15:19:53 +00:00
buildmaster
721307dd69 Going back to snapshots 2023-03-28 15:19:53 +00:00
buildmaster
2998bb5017 Update SNAPSHOT to 4.0.2 2023-03-28 15:16:36 +00:00
Ryan Baxter
02fb4d144a Merge branch '3.1.x' 2023-03-08 08:16:22 -05:00
Ryan Baxter
0e3b27df1c Make OriginTrackedMapPropertySource immutable. Fixes #2032 (#2237)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-08 08:04:50 -05:00
buildmaster
0c8ab445bb Bumping versions 2023-02-24 19:18:55 +00:00
buildmaster
ab9ca85f83 Bumping versions 2023-02-24 00:26:34 +00:00