spring-builds
58faa57ada
Bumping versions
2025-04-06 00:29:36 +00:00
spring-builds
0f6ee716cf
Bumping versions to 3.1.11-SNAPSHOT after release
2025-04-03 19:08:42 +00:00
spring-builds
6cb3c0e075
Going back to snapshots
2025-04-03 19:08:41 +00:00
spring-builds
7083bb0879
Update SNAPSHOT to 3.1.10
2025-04-03 19:06:10 +00:00
Ryan Baxter
ab8927eeb7
Use compatible image
2025-04-03 14:32:45 -04:00
Ryan Baxter
2c4f7842b8
Use stateless session manage when using vault token from http header
2025-04-03 14:14:36 -04:00
buildmaster
615d9affca
Bumping versions
2023-12-21 00:29:13 +00:00
buildmaster
8e37429bab
Bumping versions
2023-12-19 00:28:49 +00:00
buildmaster
42cc760de4
Bumping versions to 3.1.10-SNAPSHOT after release
2023-12-18 23:16:50 +00:00
buildmaster
63893c02f6
Going back to snapshots
2023-12-18 23:16:50 +00:00
buildmaster
6f5958275c
Update SNAPSHOT to 3.1.9
2023-12-18 23:13:15 +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
buildmaster
5bfc1577ba
Bumping versions
2023-06-17 00:27:07 +00: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
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
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
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
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
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
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
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
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
Sérgio Anchieta Santiago
913a5b997c
Fix getLocations that was ignoring failOnCompositeError flag ( #2191 )
...
Fixes gh-2110
2022-11-28 19:30:41 -05:00