WonChul Heo
1bdca37b7f
Polishing ( #2418 )
2024-05-20 17:53:25 -04:00
buildmaster
450599fbcf
Bumping versions
2024-05-15 10:34:56 +00:00
Olga Maciaszek-Sharma
55ab6ab53d
Fix doc. Add TODO.
2024-05-15 11:52:32 +02:00
Olga Maciaszek-Sharma
aaabcdd4c2
Fix composite environment aot and native image generation ( #2412 )
2024-05-07 15:48:11 +02:00
Ryan Baxter
d2168e90bb
Allow users to provide a customizer to customize the HttpClient behavior. ( #2413 )
...
Fixes #2410
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2024-04-29 08:57:28 -04:00
Pearson Radu
de0c0e14c7
fix: configure ssh connect timeout value ( #2394 )
...
Modify `PropertyBasedSshSessionFactory` and `FileBasedSshSessionFactory` to configure `SshConstants.CONNECT_TIMEOUT` based on the supplied timeout property
2024-03-28 14:03:32 -04:00
buildmaster
7adbc3fcaf
Bumping versions
2024-03-19 10:35:35 +00:00
Pearson Radu
a6aaa43b3f
fix: allow negative value for jgit environment to disable refresh ( #2393 )
...
Modify `JGitEnvironmentRepository` to return `false` on `shouldPull` method when `refreshRate` is a negative value
Fixes gh-2256
2024-03-18 09:28:20 -04:00
David Riseley
cad977de00
Ensure last-wins profile order is respected for AWS Parameter Store and Secrets Manager ( #2386 )
...
Fixes #2385
2024-03-12 15:30:22 -04:00
Olga Maciaszek-Sharma
6be013137c
Native image support for Config Server ( #2361 )
2023-12-05 19:13:12 +01:00
Ryan Baxter
f9449a2b21
Escaping bracket in docs
2023-12-04 15:12:35 -05:00
Ryan Baxter
c4f1720dbb
Merge branch '4.0.x'
2023-11-29 14:04:58 -05:00
Ondrej Ščecina
8a409cd7d0
Do not set staging label when fetching the secret values. ( #2359 )
...
* Do not set staging label when fetching the secret values.
* Add `ignoreLabel` documentation.
* Amend `ignoreLabel` documentation.
---------
Co-authored-by: Ondrej Scecina <scecina_ondrej@solarturbines.com >
2023-11-29 14:03:55 -05:00
Ryan Baxter
a0e8cb263a
Merge branch '4.0.x'
2023-11-14 18:56:00 -05:00
Ondrej Ščecina
613be43082
Do not fail retrieving secrets from Secrets Manager when any secret is marked for deletion. ( #2350 )
...
Co-authored-by: Ondrej Scecina <scecina_ondrej@solarturbines.com >
2023-11-14 18:55:31 -05:00
Ryan Baxter
d6f7ca9cf7
Merge branch '4.0.x'
2023-10-24 17:13:26 -04:00
Ryan Baxter
0dd99851e6
Move DefaultTextEncryptionAutoConfiguration so the RsaEncryotionAutoconfiguration is loaded first ( #2340 )
...
We need the TextEncryptorLocator from the RSA autoconfiguration to be created first is present. Fixes #2265
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com >
2023-10-24 17:12:52 -04:00
buildmaster
66c0715d62
Bumping versions
2023-10-19 10:36:53 +00:00
G1
5e50f11fc3
Additional information in the log output when an InvalidCipherException occurs. ( #2334 )
2023-10-18 15:36:33 -04:00
buildmaster
09325414bd
Bumping versions
2023-10-14 13:47:36 +00:00
buildmaster
a4807a1f93
Bumping versions
2023-10-14 10:35:51 +00:00
Ryan Baxter
63a42a2e7f
Set region in test
2023-10-13 13:52:19 -04:00
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
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
26d24a0281
Merge branch '3.1.x' into 4.0.x
2023-06-27 19:40:33 -04:00
buildmaster
5bfc1577ba
Bumping versions
2023-06-17 00:27:07 +00: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
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
buildmaster
06d953a6eb
Bumping versions
2023-05-05 02:38:15 +00:00
Antoine
66724a978d
fix: transmit data from spring cloud config server controller to getEncryptor ( #2253 )
...
Fixes gh-2252
2023-05-04 20:08:33 -04:00
Chen Li
0075653f80
fix issue #2245 , related to #385 ( #2247 )
2023-05-04 16:54:11 -04:00
Ryan Baxter
8a2d72ec71
Merge branch '3.1.x'
2023-05-04 16:05:25 -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
5694964a1f
Formatting
2023-05-04 15:46:40 -04:00
Ryan Baxter
39c0127671
Remove unused import
2023-05-04 11:50:57 -04:00
Ryan Baxter
10ccf7bc7b
Remove other credentials from test and use system properties
2023-05-04 11:48:40 -04:00
Ryan Baxter
a90a4513e1
Set credentials via system property
2023-05-04 11:39:01 -04:00
Ryan Baxter
64095ce3db
Enhance logging
2023-05-04 11:25:46 -04:00
Ryan Baxter
902606e036
Adding some test logs
2023-05-04 11:05:48 -04:00
Ryan Baxter
dd065f2ba8
Removing if statement
2023-05-04 10:39:26 -04:00
Ryan Baxter
807400ed50
Enable logging for integration tests
2023-05-04 10:19:08 -04:00
Ryan Baxter
30915b456f
Adding logging in AwsS3EnvironmentRepository
2023-05-04 10:12:02 -04:00