What's Changed
- Reenable AwsIntegrationTest On Main by @ryanjbaxter in #2227
- Loads the default configuration for application names prefixed with "application". by @kvmw in #2262
- Include property sources without profile and include application property source in AWS S3 by @ryanjbaxter in #2261
- Support for profile specific config data loading by @ryanjbaxter in #2260
- Better parsing of connection factory urls by @ryanjbaxter in #2263
- fix issue #2245, related to #385 by @lc77254 in #2247
- fix: transmit data from spring cloud config server controller to getEncryptor by @RouxAntoine in #2253
- Recreate ConfigClientProperties every time we load config data by @ryanjbaxter in #2275
- Pass binder to ConfigServerInstanceProvider by @ryanjbaxter in #2269
- Create a bean for ResourceControllerAdvice by @ryanjbaxter in #2285
- Removes duplicate bean definition in ResourceControllerIntegrationTests by @kvmw in #2286
- Configures SshSessionFactory only if there is at least one git uri with ssh scheme by @kvmw in #2288
- Removes unnecessary @RunWith annotations by @kvmw in #2290
- Implement a better equals and hashcode method ConfigServerConfigDataResource by @ryanjbaxter in #2278
- Initialize ConfigClientProperties instead of using whats in bootstrap. by @ryanjbaxter in #2282
- Revert changes to adding profile specific logic by @ryanjbaxter in #2292
- Fix IllegalArgumentException in equals and hashcode by @ryanjbaxter in #2307
New Contributors
- @lc77254 made their first contribution in #2247
- @RouxAntoine made their first contribution in #2253
Full Changelog: v4.0.2...v4.1.0-M1