buildmaster
d7b7955ab1
Bumping versions
2022-09-03 00:30:46 +00:00
buildmaster
5b3624134b
Bumping versions to 3.1.5-SNAPSHOT after release
2022-09-02 23:37:01 +00:00
buildmaster
2c5c998e32
Going back to snapshots
2022-09-02 23:37:00 +00:00
buildmaster
eb91900671
Update SNAPSHOT to 3.1.4
2022-09-02 23:34:59 +00:00
spencergibb
4ac04a6e64
Bumps to next snapshot version
2022-05-27 12:48:19 -04:00
buildmaster
77252fa878
Update SNAPSHOT to 3.1.3
2022-05-27 12:45:12 -04:00
spencergibb
3046620ec1
Uses TestConfigServerApplication
2022-05-04 18:40:23 -04:00
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
buildmaster
9d319c26ac
Bumping versions to 3.1.3-SNAPSHOT after release
2022-04-27 10:43:51 +00:00
buildmaster
fd6ca6c668
Going back to snapshots
2022-04-27 10:43:51 +00:00
buildmaster
48be8bc3c5
Update SNAPSHOT to 3.1.2
2022-04-27 10:40:46 +00:00
Olga Maciaszek-Sharma
d9c8452fe7
Revert "Update SNAPSHOT to 3.1.2"
...
This reverts commit 6535ef2f58 .
2022-04-27 11:06:13 +02:00
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