Commit Graph

255 Commits

Author SHA1 Message Date
Olga Maciaszek-Sharma
287d0c80b5 Revert "Going back to snapshots"
This reverts commit 69b0747082.
2022-04-27 11:06:09 +02:00
Olga Maciaszek-Sharma
df7dea96a1 Revert "Bumping versions to 3.1.3-SNAPSHOT after release"
This reverts commit 3528115046.
2022-04-27 11:06:05 +02:00
Olga Maciaszek-Sharma
e663618080 Revert "Bumping versions"
This reverts commit 0cc9713fc3.
2022-04-27 11:06:02 +02:00
buildmaster
0cc9713fc3 Bumping versions 2022-04-27 00:29:44 +00:00
buildmaster
3528115046 Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-26 15:53:30 +00:00
buildmaster
69b0747082 Going back to snapshots 2022-04-26 15:53:30 +00:00
buildmaster
6535ef2f58 Update SNAPSHOT to 3.1.2 2022-04-26 15:50:33 +00:00
buildmaster
5e60c254d2 Bumping versions to 3.1.2-SNAPSHOT after release 2022-02-17 16:46:14 +00:00
buildmaster
3ecceb1276 Going back to snapshots 2022-02-17 16:46:14 +00:00
buildmaster
b40c219c57 Update SNAPSHOT to 3.1.1 2022-02-17 16:43:03 +00:00
Mark Bonnekessel
b5ac671671 Add Option.PROFILE_SPECIFIC to profile specific PropertySources from Vault
Fixes gh-1997
2022-01-31 12:04:37 -05:00
buildmaster
a8f6955495 Bumping versions 2021-12-02 20:49:15 +00:00
buildmaster
119425734e Bumping versions 2021-12-01 20:49:43 +00:00
buildmaster
58a92079eb Bumping versions to 3.1.1-SNAPSHOT after release 2021-12-01 18:26:47 +00:00
buildmaster
c53e703a2d Going back to snapshots 2021-12-01 18:26:46 +00:00
buildmaster
8e927ed0f1 Update SNAPSHOT to 3.1.0 2021-12-01 18:22:48 +00:00
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