Commit Graph

2020 Commits

Author SHA1 Message Date
Ryan Baxter
ccfec57777 Align AWS Parameter Store Factory bean name with profile name (#2336)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-10-13 11:29:22 -04:00
buildmaster
26cb8184b7 Bumping versions 2023-09-22 13:47:42 +00: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
Ryan Baxter
6ebe5744d2 Fixing includes in docs 2023-09-08 16:46:01 -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
d1ec6e56fc Bumping versions 2023-06-30 14:09:46 +00: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
Ryan Baxter
9810538bf5 Merge branch '4.0.x' of https://github.com/spring-cloud/spring-cloud-config into 4.0.x 2023-06-27 19:40:51 -04:00
Ryan Baxter
26d24a0281 Merge branch '3.1.x' into 4.0.x 2023-06-27 19:40:33 -04:00
Ryan Baxter
cfd8f209a8 Merge branch '3.1.x' of github.com:spring-cloud/spring-cloud-config into 3.1.x 2023-06-27 19:39:09 -04:00
Ryan Baxter
8e090b9713 Add documentation on additional request in config data flow. Fixes #2301 2023-06-27 19:39:06 -04:00
spencergibb
b64bfb3a87 Merge branch '3.1.x' into 4.0.x 2023-06-27 16:41:09 -04:00
spencergibb
5c259443e1 Specifies vault version in testcontainers 2023-06-27 16:24:34 -04: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
Marcin Grzejszczak
9d7d7b3f5f Including Observability appendix only for non-release train docs 2023-06-16 12:44:23 +02:00
Kaveh Shamsi
c4edc5a4f3 Removes unnecessary @RunWith annotations (#2290) 2023-06-15 10:39:40 -04:00
Ryan Baxter
25bf685a27 Fixing merge conflicts 2023-06-14 14:23:38 -04:00
Ryan Baxter
ed0c170b41 Merge branch '3.1.x' 2023-06-14 14:23:22 -04:00
Kaveh Shamsi
e9c8570803 Configures SshSessionFactory only if there is at least one git uri with ssh scheme (#2288) 2023-06-14 14:08:44 -04:00
Kaveh Shamsi
1b748ca048 Removes duplicate bean definition in ResourceControllerIntegrationTests (#2286) 2023-06-14 08:34:19 -04:00
Ryan Baxter
25366e8d3d Merge branch '3.1.x' 2023-06-13 20:36:11 -04:00
buildmaster
0febbc0a92 Bumping versions 2023-06-14 00:31:19 +00:00
Ryan Baxter
5d757d81c1 Create a bean for ResourceControllerAdvice. (#2285)
Adding test

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-06-13 19:47:05 -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
8212ac3684 Update Spring Cloud Vault to 3.0.2.
Fixes #2283
2023-06-12 19:30:12 -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
fb60da1ea8 Merge branch '3.1.x' 2023-05-22 09:43:37 -04:00
Ryan Baxter
e517dcb799 Update spring-cloud-config.adoc for JDBC dependency
Fixes #2268
2023-05-22 09:42:37 -04:00
Ryan Baxter
a2cb029db3 Merge branch '3.1.x' 2023-05-09 10:01:54 -04:00