Commit Graph

239 Commits

Author SHA1 Message Date
buildmaster
77fe396d66 Going back to snapshots 2021-11-03 11:21:13 +00:00
buildmaster
e28ddeb84e Update SNAPSHOT to 3.1.0-RC1 2021-11-03 11:19:23 +00:00
buildmaster
17d569605e Going back to snapshots 2021-10-20 02:08:10 +00:00
buildmaster
bbc6ecb40d Update SNAPSHOT to 3.1.0-M3 2021-10-20 02:06:02 +00:00
buildmaster
916f5e93e5 Going back to snapshots 2021-10-01 16:58:19 +00:00
buildmaster
0f94a44650 Update SNAPSHOT to 3.1.0-M2 2021-10-01 16:56:31 +00:00
buildmaster
1f71006382 Going back to snapshots 2021-07-30 18:01:27 +00:00
buildmaster
982ef70580 Update SNAPSHOT to 3.1.0-M1 2021-07-30 17:59:34 +00:00
Jonathan Schneider
961eb345d4 refactor: remove @RequestMapping annotations (#1927)
Co-authored-by: Moderne <team@moderne.io>

Co-authored-by: Moderne <team@moderne.io>
2021-07-10 17:52:07 -04:00
spencergibb
cd73feaa0a Updates version to 3.1.0-SNAPSHOT 2021-07-09 14:05:02 -04:00
buildmaster
54bd71bfe0 Going back to snapshots 2021-05-27 21:08:06 +00:00
buildmaster
3db7020028 Update SNAPSHOT to 3.0.4 2021-05-27 21:04:51 +00:00
buildmaster
abe57b6663 Bumping versions to 3.0.5-SNAPSHOT after release 2021-05-27 07:55:08 +00:00
buildmaster
2486acc011 Going back to snapshots 2021-05-27 07:55:07 +00:00
buildmaster
0b67bd3495 Update SNAPSHOT to 3.0.4 2021-05-27 07:52:15 +00:00
spencergibb
e9fa34032b Adds support for retry in profile specific properties.
in application-<profile>.{properties|yaml}

spring.config.import=configserver:http://configserver.example.com?fail-fast=true&max-attempts=10&max-interval=1500&multiplier=1.2&initial-interval=1100"

This required that the RetryTemplate be created as late as possible and it is no longer put in the bootstrap context. A RetryTemplateFactory was created so the LoaderInterceptor and the ConfigServerInstanceProvider can create a RetryTemplate. ConfigServerConfigDataLocationResolver creates RetryProperties from the url parameters if they are provided.

ConfigServerConfigDataLoader now creates a ConfigClientFailFastException and registers it in the application context rather and returns an empty ConfigData rather than throwing and exception. Then in ConfigClientAutoConfiguration an ApplicationStartedEvent is listened for and if the fail fast exception is there, throws it halting execution. This all allows logging in ConfigData to show.

Fixes gh-1797
2021-05-26 11:31:03 -04:00
spencergibb
3056d5f842 Fixes profile ordering of remote vs local.
Previously a local profiles specific file would have more priority than a remote profile specific file. Using a new ConfigData Option, this is now fixed.

Fixes gh-1795
2021-04-08 17:39:32 -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
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
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
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
buildmaster
b362b58e2f Update SNAPSHOT to 3.0.2 2021-01-27 20:39:53 +00:00
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
f840725c12 Support Retry in spring.config.import=configserver:
Fixes gh-1775
2020-12-22 17:40:32 -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
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
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
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
spencergibb
2e80c9ca9d Updates ConfigData to use spring.cloud.config.media-type.
See gh-1715
2020-10-09 21:34:35 -04:00
buildmaster
08b293ce3b Going back to snapshots 2020-10-03 13:48:37 +00:00