spencergibb
81585fe09e
Merge branch '2.2.x'
2021-03-29 17:02:35 -04:00
spencergibb
962abe7462
Makes actuator optional for config server.
...
Fixes gh-1742
2021-03-29 16:57:33 -04:00
Eugene
4fc9696060
Updates case of property in documentation
...
Fixes gh-1840
2021-03-29 16:27:25 -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
Ryan Baxter
09465e678f
Use optional in classpath search location ( #1844 )
...
* Use optional in search locations
2021-03-25 13:33:48 -04:00
Ryan Baxter
010bd13d3e
Merge pull request #1842 from krisiye/issue-1841
...
bump spring vault core to 2.3.2 to be compatible with spring cloud vault
2021-03-22 20:58:30 -04:00
krisiye
20be22eced
bump spring vault core to 2.3.2 to be compatible with spring cloud vault
2021-03-22 20:04:20 -04:00
buildmaster
5acc5fbd5d
Bumping versions
2021-03-18 10:00:27 +00:00
buildmaster
fdbce34628
Bumping versions to 3.0.4-SNAPSHOT after release
2021-03-17 21:35:17 +00:00
buildmaster
0fe3c496f4
Going back to snapshots
2021-03-17 21:35:17 +00:00
buildmaster
1210effa44
Update SNAPSHOT to 3.0.3
2021-03-17 21:32:52 +00:00
Ryan Baxter
7ba0639d25
Merge pull request #1837 from ryanjbaxter/master
...
Adding logging when we fail to get the Environment
2021-03-16 14:10:16 -04:00
Ryan Baxter
fb451f9661
Adding logging when we fail to get the Environment
...
Fixes #1808
2021-03-16 13:48:07 -04:00
spencergibb
62c96d059c
removes todo that has been completed
2021-03-15 20:56:20 -04:00
Ryan Baxter
981cfcef20
Merge pull request #1832 from ryanjbaxter/include-propertysources-in-health-check
...
Get all property sources for health indicator
2021-03-15 20:17:28 -04:00
Ryan Baxter
964238a5f2
Use property source name in ConfigServerConfigDataLocator
2021-03-15 19:35:26 -04:00
Ryan Baxter
7f17b77853
Get all property sources for bootstrap, configserver, and configclient in health indicator
2021-03-15 16:42:41 -04:00
spencergibb
351fabfc6c
Unignores test failing in CI.
...
Fixes gh-1831
2021-03-15 16:00:42 -04:00
spencergibb
bcb2fbb46c
Ignores test failing in CI.
...
See gh-1831
2021-03-15 14:41:48 -04:00
spencergibb
d06ab154a5
Adds logging to config server tls tests
2021-03-12 19:00:56 -05:00
spencergibb
0c7472fc67
Updates to TRACE logging
2021-03-12 18:50:04 -05:00
spencergibb
03cdebcffd
Adds resource to logging
2021-03-12 18:49:39 -05:00
spencergibb
6644036516
Adds debug logging
2021-03-12 18:40:49 -05:00
spencergibb
4010a7cf7c
Adds support for Tls to config data.
...
Moves common setup to new ConfigClientRequestTemplateFactory class that was replicated between two implementations.
Fixes gh-1689
2021-03-12 18:31:25 -05:00
buildmaster
35f219c296
Bumping versions
2021-03-11 09:59:24 +00:00
spencergibb
df5bda79ff
Fixes test to mock RestTemplate response.
2021-03-10 18:48:06 -05:00
spencergibb
a09d4bf3fd
Adds null checks to test
2021-03-10 18:33:38 -05:00
Alftheo Potgieter
dcf35c6745
restore useDefaultLabel parameter in ResourceController ( #1822 )
...
Co-authored-by: Alf Potgieter <AlfP@discovery.co.za >
2021-03-10 18:22:22 -05:00
spencergibb
587cc97b4c
Adds ignore imports and profiles to ConfigData.
...
This allows config server to apply profiles and imports while ignoring them on the client side.
Fixes gh-1788
2021-03-10 17:55:20 -05:00
spencergibb
823d201701
fixes typo
2021-03-10 17:54:10 -05:00
spencergibb
2ea5e11c9a
Fail if no configserver config import.
...
Adds ConfigServerConfigDataMissingEnvironmentPostProcessor that checks if there is a spring.config.import=configserver: statement. If not, an exception is thrown and a FailureAnalyzer provides hints to fix the issue.
Fixes gh-1813
2021-03-10 16:59:29 -05:00
buildmaster
d832ed5a22
Bumping versions
2021-03-09 09:59:23 +00:00
Ryan Baxter
39cb3b2c68
Merge pull request #1817 from wind57/fix-1816
...
Add api examples
2021-03-08 15:08:27 -05:00
Eugene
0e316fe487
revert the previous changes
2021-03-03 14:50:34 -04:00
Eugene
3de6045395
minor additions
2021-03-03 14:45:57 -04:00
Tristeza
6ebf7c1e8e
Remove if else ( #1821 )
...
* remove unnecessary if else
2021-03-03 09:51:55 -05:00
Olga Maciaszek-Sharma
c82b120edf
Merge pull request #1810 from spring-cloud/add-spring-boot-config-info-to-quickstart
...
Add Spring Boot config data import to quiskstart.
2021-03-03 11:34:57 +01:00
buildmaster
23cfb81adf
Bumping versions
2021-03-02 09:59:18 +00:00
Eugene
2731ba12bf
fix documentation bug
2021-03-01 22:51:47 -05:00
Ryan Baxter
a2792acbae
Merge pull request #1815 from wind57/fix-1814
...
fix documentation bug
2021-03-01 20:25:17 -05:00
Eugene
bd152d28dd
fix documentation bug
2021-03-01 17:46:57 -05:00
Olga MaciaszekSharma
442c4e5d39
Fix after review.
2021-02-26 18:32:04 +01:00
Olga MaciaszekSharma
d8e7d02e48
Add Spring Boot config data import to quiskstart.
2021-02-26 18:03:40 +01:00
Pierre Bozon
fee69f872b
fix NPE in NativeEnvironmentRepository ( #1809 )
...
Since the fix of this issue : https://github.com/spring-cloud/spring-cloud-config/issues/1771 , I experience a NullpointerException at the launch of my service.
Indeed, the "location" var is null in my case.
Note : since the new Config file processing in Spring Boot 2.4, I'm using the Legacy Processing (spring.config.use-legacy-processing: true), migrating in the new process is way too breaking for my project.
2021-02-26 08:41:56 -05:00
buildmaster
55bba36e2f
Bumping versions to 2.2.8.BUILD-SNAPSHOT after release
2021-02-11 13:53:29 +00:00
buildmaster
f1ab6d442f
Going back to snapshots
2021-02-11 13:53:28 +00:00
buildmaster
ce0cd0125c
Update SNAPSHOT to 2.2.7.RELEASE
2021-02-11 13:50:56 +00:00
buildmaster
63e0a99f89
Bumping versions
2021-01-28 10:00:16 +00:00
buildmaster
5c383266f9
Bumping versions to 3.0.3-SNAPSHOT after release
2021-01-27 20:42:26 +00:00
buildmaster
8e984b8426
Going back to snapshots
2021-01-27 20:42:26 +00:00