Commit Graph

11 Commits

Author SHA1 Message Date
spencergibb
c1bff9c27b Adds TestConfigServerApplication for use in tests.
This avoids a classpath scanning issue which popped up with boot 2.7+
2022-05-04 18:11:34 -04:00
spencergibb
2ddc7cb73b Formatting 2021-03-29 17:08:39 -04:00
spencergibb
81585fe09e Merge branch '2.2.x' 2021-03-29 17:02:35 -04:00
spencergibb
e7be2b8c5a Register env repo properties as beans.
The `CompositeEnvironmentBeanFactoryPostProcessor` binds the required properties for a EnvironmentRepositoryFactory, but does not register it as a bean. This is now done with a supplier to the bound instance.

Fixes gh-1720
2021-03-29 16:25:41 -04:00
spencergibb
baa1bd4282 Formatting 2020-09-17 11:05:13 -04:00
Spencer Gibb
854060b019 Support for new ConfigDataLoader infrastructure. (#1656)
This allows for `spring.config.import=configserver:`

Supports the fact that bootstrap is now opt in. In config client, by default, `ConfigServerConfigData*` will be used instead of `ConfigServicePropertySourceLocator`.
2020-08-06 15:55:07 -04:00
Ryan Baxter
3f81c62a4c Merge remote-tracking branch 'origin/2.1.x' 2019-06-03 12:31:27 -04:00
Spring Operator
e230e0ea0b URL Cleanup (#1309)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 222 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-25 09:34:10 -04:00
Spring Operator
2759ed4ba1 URL Cleanup (#1307)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 226 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 20:28:37 -04:00
Marcin Grzejszczak
b1546c59ca Added checkstyle 2019-02-05 10:38:16 +01:00
Spencer Gibb
2b1248da48 Makes resolving of HttpServletRequest in vault env repo lazy.
fixes gh-975
2018-04-12 22:59:15 -04:00