buildmaster
dca097fde1
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-08 18:18:11 +00:00
buildmaster
e192b7a9bc
Going back to snapshots
2021-01-08 18:18:11 +00:00
buildmaster
de32eb3d4d
Update SNAPSHOT to 3.0.1
2021-01-08 18:15:27 +00:00
spencergibb
3d38f7af0d
Fixes multi-document file name clashes.
...
Multi-document yaml or properties files need unique names, otherwise lower precedence property sources will overwrite higher precedence ones. This adds a check to see if the original property source name contains 'document #'. If it does, that is used as the propety source name.
Fixes gh-1778
2020-12-23 12:52:00 -05:00
buildmaster
8a939d9cf3
Bumping versions
2020-12-22 17:58:54 +00:00
buildmaster
6506bb47c5
Bumping versions
2020-12-22 09:58:12 +00:00
buildmaster
6f9b74f2c7
Bumping versions to 3.0.1-SNAPSHOT after release
2020-12-21 19:14:54 +00:00
buildmaster
dbea03703c
Going back to snapshots
2020-12-21 19:14:54 +00:00
buildmaster
73ebf56384
Update SNAPSHOT to 3.0.0
2020-12-21 19:11:45 +00:00
Spencer Gibb
499739f308
Uses BindHandler if registered in bootstrap. ( #1773 )
...
* Uses BindHandler if registered in bootstrap.
This allows spring-cloud-context to register a TextEncryptorBindHandler and handle `{cipher}` prefixed properties prior to sending for remote data.
* Adds test that a BindHandler in bootstrap context is used.
* Makes KeyProperties a bean that is conditional on missing.
2020-12-20 11:39:11 -05:00
spencergibb
a2087e05fb
Updates for boot 2.4.1 property source name.
...
Fixes gh-1771
2020-12-14 17:17:10 -05:00
buildmaster
a55c14f3b2
Going back to snapshots
2020-12-11 21:57:53 +00:00
buildmaster
14d821229f
Update SNAPSHOT to 3.0.0-RC1
2020-12-11 21:56:33 +00:00
Dave Syer
8b48ed36c6
Ensure config server works with Spring Boot 2.4
...
Since 2.4 the names of property sources have changed, so we have to
change the `clean()` method in `NativeEnvironmentRepository` in order
not to simply omit all the sources.
2020-12-11 12:03:00 +00:00
Dave Syer
d89199d98a
Avoid triggering self-invocation warning inadvertently
2020-12-02 13:14:03 +00:00
Dave Syer
6d8d9c4682
Make use of @RefreshScope conditional in config server
...
Fixes gh-1763
2020-12-02 11:44:05 +00:00
buildmaster
162b39febb
Going back to snapshots
2020-12-01 22:38:36 +00:00
buildmaster
b082673cc9
Update SNAPSHOT to 3.0.0-M6
2020-12-01 22:37:20 +00:00
buildmaster
a0c2b12cd1
Going back to snapshots
2020-11-17 20:33:03 +00:00
buildmaster
7562cdb702
Update SNAPSHOT to 3.0.0-M5
2020-11-17 20:31:41 +00:00
spencergibb
af20e6176f
Updates spring-vault to version 2.3.0-M1
...
Fixes gh-1751
2020-11-17 15:18:04 -05:00
buildmaster
5545624a0f
Bumping versions
2020-11-13 09:59:18 +00:00
spencergibb
e1421f44bc
Merge branch '2.2.x'
2020-11-12 17:25:02 -05:00
Laisky
73e88e52da
Adds option to clone git submodules.
...
Fixes gh-717
Fixes gh-1484
2020-11-12 17:24:01 -05:00
buildmaster
0e0f519570
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
2020-11-09 10:16:15 +00:00
buildmaster
209e8c5bba
Going back to snapshots
2020-11-09 10:16:15 +00:00
buildmaster
f1e920b218
Update SNAPSHOT to 2.2.6.RELEASE
2020-11-09 10:13:27 +00:00
Thomas Vitale
aa0bbffd8f
Remove ResourceController mappings with param useDefaultLabel ( #1728 )
...
Fixes gh-1643
2020-11-03 13:12:11 -05:00
spencergibb
8c0c9384f2
Updates ConfigData to use updated api
...
See gh-1715
2020-10-16 13:23:41 -04:00
buildmaster
08b293ce3b
Going back to snapshots
2020-10-03 13:48:37 +00:00
buildmaster
7476451c27
Update SNAPSHOT to 3.0.0-M4
2020-10-03 13:47:12 +00:00
spencergibb
a68a7f554e
Updates to use new JdbcTemplate.query() varargs method.
...
Also some polish.
2020-09-28 11:30:53 -04:00
spencergibb
9c8e92febc
formatting
2020-09-28 11:23:48 -04:00
spencergibb
ae58fe6835
Fixes merge error
2020-09-28 11:23:11 -04:00
spencergibb
89a3b23c20
Merge branch '2.2.x'
2020-09-28 11:18:35 -04:00
spencergibb
123f64501f
formatting
2020-09-28 11:14:27 -04:00
Craig Walls
52e2d9bf64
Optionally throw exception when a repository can't be read.
...
By default, an exception will be thrown.
Fixes gh-661
Fixes gh-1712
2020-09-28 11:14:13 -04:00
Serge Khodorkovsky
7a6b32fcd8
Enable ignoring sql exceptions
...
Primarily useful for composite repository configuration,
the flag provides an ability to ignore database exceptions
so that the system would be able to continue working with
other repositories.
Fixes gh-1653
2020-09-28 11:04:36 -04:00
spencergibb
baa1bd4282
Formatting
2020-09-17 11:05:13 -04:00
spencergibb
95f22177f2
Removes renamed property
2020-08-31 19:21:18 -04:00
buildmaster
07664c288f
Bumping versions
2020-08-29 09:58:06 +00:00
spencergibb
8b15c3f7c6
Sets spring.config.on-location-not-found=ignore for config server.
...
See https://github.com/spring-projects/spring-boot/issues/23097
2020-08-28 22:19:13 -04:00
buildmaster
09ad9a84f1
Bumping versions to 2.2.6.BUILD-SNAPSHOT after release
2020-08-28 19:38:35 +00:00
buildmaster
1434f791ab
Going back to snapshots
2020-08-28 19:38:35 +00:00
buildmaster
cec480ea2d
Update SNAPSHOT to 2.2.5.RELEASE
2020-08-28 19:35:24 +00:00
spencergibb
d4d640dfac
Sets spring.config.all-locations-optional=true for config server.
2020-08-27 10:34:02 -04:00
spencergibb
d76002d119
Updates to new ConfigData method signatures
2020-08-21 10:19:04 -04:00
spencergibb
46e78194a2
Updates to use new ConfigDataEnvironmentPostProcessor.applyTo() method
2020-08-06 21:43:10 -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
buildmaster
c323d7e206
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
2020-07-31 20:24:37 +00:00