Commit Graph

1159 Commits

Author SHA1 Message Date
Ryan Baxter
6215de0bc5 Update integration tests for main branch 2023-02-07 09:50:30 -05:00
Ryan Baxter
87d8ec40ce Merge branch '3.1.x' 2023-02-07 09:12:47 -05:00
Ryan Baxter
538e7cdd27 Add integration test for S3 environment repository (#2225) 2023-02-06 19:50:10 -05:00
Krishna
b66f23b03b gh-2217 converted all Junit 4 test cases to Junit 5 (#2218)
* gh-2217 converted all Junit 4 test cases to Junit 5

* Added the junit platform launcher in the test scope to fix unit test case issues

* added the Junit platform launcher in test scope.
2023-02-01 10:14:08 -05:00
Ryan Baxter
3fcf9ac6f3 Merge branch '3.1.x' 2023-01-31 20:14:09 -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
buildmaster
8c1dbdf234 Bumping versions to 4.0.2-SNAPSHOT after release 2023-01-25 15:07:49 +00:00
buildmaster
1ea490d8b0 Going back to snapshots 2023-01-25 15:07:49 +00:00
buildmaster
147149b1c2 Update SNAPSHOT to 4.0.1 2023-01-25 15:04:21 +00:00
Ryan Baxter
34dea95666 Merge branch '3.1.x' 2023-01-18 09:08:58 -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
Ryan Baxter
f5f0be1e16 Merge branch '3.1.x' 2023-01-11 15:04:58 -05:00
woshikid
97cc9c87a5 Adjust the priority of the configs (#2207) 2023-01-11 15:04:23 -05:00
Ryan Baxter
61ca47aebc Merge branch '3.1.x' 2023-01-06 10:00:39 -05:00
woshikid
c43fdc770f Add default-label property to Jdbc Repository (#2176) 2023-01-06 10:00:06 -05:00
Ryan Baxter
daad4bb956 Merge branch '3.1.x' 2023-01-04 17:11:55 -05:00
Ryan Baxter
83aef4026f Make endpoint getter and setter public. Fixes #2202 2023-01-04 17:11:11 -05:00
buildmaster
c69b99a599 Bumping versions 2022-12-19 17:23:30 +00:00
buildmaster
7ecc8d5460 Bumping versions 2022-12-16 02:36:54 +00:00
buildmaster
e7aa9f2644 Bumping versions to 4.0.1-SNAPSHOT after release 2022-12-15 20:54:09 +00:00
buildmaster
91825d93ef Going back to snapshots 2022-12-15 20:54:09 +00:00
buildmaster
677653fcf2 Update SNAPSHOT to 4.0.0 2022-12-15 20:51:11 +00:00
Ryan Baxter
4d6db556e0 Merge branch '3.1.x' 2022-12-15 08:57:58 -05:00
woshikid
52b1909d45 make sqlWithoutProfile adaptive (#2200) 2022-12-15 08:57:19 -05:00
Ryan Baxter
5dabc7d79d Merge branch '3.1.x' 2022-12-13 10:26:23 -05:00
Ryan Baxter
2ad5c4641a Fixing typo in variable name 2022-12-13 10:26:08 -05:00
Ryan Baxter
ab3f9f229c Merge branch '3.1.x' 2022-12-13 09:28:23 -05:00
Ryan Baxter
0ffbda6d1d Fix bug in logic with enable sql without profile 2022-12-13 09:28:06 -05:00
Ryan Baxter
a4835d3409 Merge branch '3.1.x' 2022-12-12 19:36:58 -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
ea09d3ce12 Going back to snapshots 2022-12-01 18:01:55 +00:00
buildmaster
fdca201469 Update SNAPSHOT to 4.0.0-RC3 2022-12-01 17:59:58 +00:00
buildmaster
13551ca140 Bumping versions 2022-11-29 02:41:19 +00:00
spencergibb
bab5a54f37 Adapts tests for new constructor.
See gh-2191
2022-11-28 19:36:29 -05:00
spencergibb
8acd455da2 Merge branch '3.1.x' 2022-11-28 19:34:35 -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
buildmaster
dceb85812c Bumping versions 2022-11-23 02:52:03 +00:00
MatejNedic
cbb3378bce Replace unit tests with Localstack for AWS integrations (#2140) 2022-11-22 19:47:17 -05:00
buildmaster
346a7ba56e Going back to snapshots 2022-11-17 17:40:40 +00:00
buildmaster
88a7cf3c70 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 17:38:43 +00:00
buildmaster
f857e32422 Bumping versions 2022-11-11 02:40:55 +00:00
Ryan Baxter
6a24db8b7b Fixing checkstyle 2022-11-10 14:54:57 -05:00
Ryan Baxter
08c6d244a1 Merge branch '3.1.x' 2022-11-10 14:49:55 -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
buildmaster
0e67ccdc0b Bumping versions 2022-11-08 02:51:04 +00:00
Ryan Baxter
6215ec9e92 Merge branch '3.1.x' 2022-11-07 19:58:29 -05:00
남득윤
9ca431a543 Update logging message on MultipleJGitEnvironmentRepository, JGitEnvironmentRepository (#2162) 2022-11-07 19:57:47 -05: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