Commit Graph

1767 Commits

Author SHA1 Message Date
Ryan Baxter
4e7f929a46 Pass binder to ConfigServerInstanceProvider 2023-05-21 19:18:17 -04:00
Ryan Baxter
6effa362ff Document how to customize RestTemplate using config data
Fixes #1863
2023-05-09 10:01:22 -04:00
buildmaster
0d42e61be0 Bumping versions 2023-05-05 00:27:08 +00:00
Ryan Baxter
436fdf9910 Better parsing of connection factory urls. Fixes #2254 (#2263)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-05-04 16:04:49 -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
Ryan Baxter
f59f8b5816 Include property sources without profile and include application property source (#2261)
Fixes #1911

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-05-03 16:26:48 -04:00
Kaveh Shamsi
5a1797ac47 Loads the default configuration for application names prefixed with (#2262) 2023-05-03 13:33:14 -04:00
buildmaster
4c93ad7e75 Bumping versions 2023-04-29 00:26:32 +00: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
75b2cd0cc8 Add note about spring.main properties in remote repsitories
Fixes #2248
2023-04-17 20:04:50 -04:00
Ryan Baxter
03cb2ca2a9 Add note about how to server binary files. Fixes #926 2023-03-27 15:18:00 -04:00
Ryan Baxter
dd5bc2b03c Put ExceptionHandler into a ResourceControllerAdvice to allow overriding behavior (#2243)
Fixes #2192

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-22 20:05:39 -04:00
Ryan Baxter
599c0603fe Document how to override properties locally (#2242)
Fixes #2022

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-22 17:17:59 -04:00
Ryan Baxter
8478a5263f Add property to reverse location order. Fixes #1910 (#2239)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-09 11:31:52 -05:00
Ryan Baxter
4440775661 Support brackets in yaml keys. Fixes #2197 (#2238)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-08 14:28:26 -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
buildmaster
6f71040ab8 Bumping versions to 3.1.7-SNAPSHOT after release 2023-02-23 23:09:22 +00:00
buildmaster
4f983fedfb Going back to snapshots 2023-02-23 23:09:22 +00:00
buildmaster
6693d86d8b Update SNAPSHOT to 3.1.6 2023-02-23 23:07:12 +00:00
buildmaster
a6c45be247 Bumping versions 2023-02-16 00:26:31 +00:00
Amit Kumar
3f63b43bf3 fixed compare() GoogleSecretComparatorByVersion by making it to Integer comparator (#2230)
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
2023-02-14 19:26:14 -05:00
buildmaster
532fb9327d Bumping versions 2023-02-10 00:26:36 +00:00
Ryan Baxter
71450d1bc4 Provide credentials for localstack in integration test 2023-02-09 09:58:29 -05:00
deeaitche
5abe0ff247 Fix misleading variable name (#2223) 2023-02-08 11:44:14 -05:00
Ryan Baxter
9334f1a45a Revert #2132. Fixes #2220 2023-02-07 11:11:29 -05:00
Ryan Baxter
538e7cdd27 Add integration test for S3 environment repository (#2225) 2023-02-06 19:50:10 -05:00
Ryan Baxter
85314467fe Fix AWS S3 ResourceController support. (#2219)
There are several problems here:

* Fixes and improves documentation
* Fixes a bug where we were using the application as the bucket folder name when it should have been the label
* Uses the default label property if set and the query parameter useDefaultLabel is supplied
* Fixes the resource location check so it takes into account the encoded / in the path name of an S3 object

There is one use case that requires a fix in Spring Cloud AWS, and that is when there is no label supplied and there is no default label set.  There appears to be a. bug in the way the createRelative method creates the S3 object name in this case.  I have submitted a PR for this https://github.com/awspring/spring-cloud-aws/issues/648

Fixes #2216

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-01-31 19:51:13 -05:00
Ryan Baxter
fd36db29c3 Support for ssh key with passphrase using Apache MINA (#2209)
Fixes #2201
2023-01-18 09:08:21 -05:00
woshikid
97cc9c87a5 Adjust the priority of the configs (#2207) 2023-01-11 15:04:23 -05:00
woshikid
c43fdc770f Add default-label property to Jdbc Repository (#2176) 2023-01-06 10:00:06 -05:00
Ryan Baxter
83aef4026f Make endpoint getter and setter public. Fixes #2202 2023-01-04 17:11:11 -05:00
woshikid
52b1909d45 make sqlWithoutProfile adaptive (#2200) 2022-12-15 08:57:19 -05:00
Ryan Baxter
2ad5c4641a Fixing typo in variable name 2022-12-13 10:26:08 -05:00
Ryan Baxter
0ffbda6d1d Fix bug in logic with enable sql without profile 2022-12-13 09:28:06 -05:00
Ryan Baxter
a2c10cc3de Make SQL without profile optional (#2196)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2022-12-12 19:34:44 -05:00
buildmaster
fd019958a8 Bumping versions 2022-11-30 00:29:39 +00:00
Sérgio Anchieta Santiago
913a5b997c Fix getLocations that was ignoring failOnCompositeError flag (#2191)
Fixes gh-2110
2022-11-28 19:30:41 -05:00
Ryan Baxter
218b7a42dd Catch IllegalStateException if VaultEnvironmentRepository is accessed outside a web context. Fixes #2085 (#2187)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2022-11-10 14:49:07 -05:00
buildmaster
8e4be15ece Bumping versions 2022-11-09 00:29:18 +00:00
남득윤
9ca431a543 Update logging message on MultipleJGitEnvironmentRepository, JGitEnvironmentRepository (#2162) 2022-11-07 19:57:47 -05:00
Ryan Baxter
6651e80d06 Enabling github workflows 2022-11-03 16:01:28 -04:00
buildmaster
c78b63048b Bumping versions to 3.1.6-SNAPSHOT after release 2022-11-03 15:25:00 +00:00
buildmaster
6484ae12ba Going back to snapshots 2022-11-03 15:25:00 +00:00
buildmaster
89b7c6aee1 Update SNAPSHOT to 3.1.5 2022-11-03 15:22:56 +00:00
woshikid
23fc153ab3 Fix tests fails on Windows caused by newline format (#2172) 2022-11-02 20:22:43 -04:00
woshikid
e302c12db7 Support application name with dashes (#2177) 2022-11-02 20:21:15 -04:00