buildmaster
dfa1f2fa6e
Going back to snapshots
2018-04-20 19:35:00 +00:00
buildmaster
d99b7c808a
Update SNAPSHOT to 2.0.0.RC1
2018-04-20 19:34:07 +00:00
Spencer Gibb
2b1248da48
Makes resolving of HttpServletRequest in vault env repo lazy.
...
fixes gh-975
2018-04-12 22:59:15 -04:00
buildmaster
0e0f749555
Going back to snapshots
2018-03-22 20:58:06 +00:00
buildmaster
b6f9bb0633
Update SNAPSHOT to 2.0.0.M9
2018-03-22 20:57:18 +00:00
buildmaster
08e9d6409e
Going back to snapshots
2018-03-02 17:17:19 +00:00
buildmaster
76e640012e
Update SNAPSHOT to 2.0.0.M8
2018-03-02 17:16:30 +00:00
buildmaster
3b04c1f3dc
Going back to snapshots
2018-02-26 21:03:33 +00:00
buildmaster
0c57097c08
Update SNAPSHOT to 2.0.0.M7
2018-02-26 21:02:45 +00:00
Spencer Gibb
40880bf7bd
update to new web endpoint property
2018-02-12 12:15:32 -05:00
buildmaster
eb29a6d9ce
Going back to snapshots
2018-02-09 21:41:41 +00:00
buildmaster
508bc2e151
Update SNAPSHOT to 2.0.0.M6
2018-02-09 21:40:55 +00:00
Spencer Gibb
a4717eee21
Make sure fail-fast property follows new boot 2.0 conventions
2018-01-18 11:19:37 -05:00
buildmaster
c3a44ee390
Going back to snapshots
2017-12-02 02:24:22 +00:00
buildmaster
7ef9d7d99c
Update SNAPSHOT to 2.0.0.M5
2017-12-02 02:23:36 +00:00
Spencer Gibb
a387be2e72
Updates for boot 2.0 compatibility
2017-11-27 13:37:56 -05:00
Spencer Gibb
861ed9207c
Updates for boot 2.0 compatibility
2017-11-22 11:41:54 -05:00
buildmaster
58ed6cb2fa
Going back to snapshots
2017-11-15 01:12:28 +00:00
buildmaster
3993cd6a1e
Update SNAPSHOT to 2.0.0.M4
2017-11-15 01:11:43 +00:00
buildmaster
167d7e69d1
Going back to snapshots
2017-10-27 16:15:51 +00:00
buildmaster
52e883ff79
Update SNAPSHOT to 2.0.0.M3
2017-10-27 16:15:08 +00:00
Spencer Gibb
e42bcda48d
Update tests for spring boot 2.0 compatibility
2017-09-27 14:04:22 -04:00
Spencer Gibb
fee1e87c5a
Update tests for spring boot 2.0 compatibility
2017-09-26 16:31:00 -04:00
Spencer Gibb
1d57a06001
Going back to snapshots
2017-08-17 15:42:24 -06:00
Spencer Gibb
37a5f8b3df
Update SNAPSHOT to 2.0.0.M2
2017-08-17 15:40:23 -06:00
Spencer Gibb
991e95037a
Going back to snapshots
2017-06-28 10:03:56 -06:00
Spencer Gibb
deb1d6ad70
Update SNAPSHOT to 2.0.0.M1
2017-06-28 10:01:43 -06:00
Dave Syer
d4bc8503a5
Fix all tests with Spring Boot latest snapshots
2017-05-12 17:45:42 +01:00
Spencer Gibb
06393add99
Merge branch 'master' into 2.0.x
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-config-client/pom.xml
# spring-cloud-config-dependencies/pom.xml
# spring-cloud-config-monitor/pom.xml
# spring-cloud-config-sample/pom.xml
# spring-cloud-config-server/pom.xml
# spring-cloud-starter-config/pom.xml
2017-04-28 15:58:33 -06:00
Ryan Baxter
dfa609aa0d
Bumping version for next release
2017-04-07 05:29:57 -04:00
Ryan Baxter
7bada56f30
Going back to snapshots
2017-04-07 05:01:59 -04:00
Ryan Baxter
e051d56965
Update SNAPSHOT to 1.3.0.RELEASE
2017-04-07 04:55:32 -04:00
Spencer Gibb
62ef648b59
polish
2017-03-31 14:18:30 -06:00
Spencer Gibb
2bc2abcfae
fix compile error for boot 2.0
2017-03-17 20:14:04 -06:00
Ryan Baxter
94bd2a98b8
Revert "Version changes for Dalston.RC1"
...
This reverts commit 78c24a18b2 .
2017-03-16 11:42:14 -04:00
Ryan Baxter
78c24a18b2
Version changes for Dalston.RC1
2017-03-16 11:19:21 -04:00
Spencer Gibb
2521778f94
Revert "Update SNAPSHOT to 1.3.0.M2"
...
This reverts commit fbaf5a22d1 .
2017-01-27 08:36:59 -07:00
Spencer Gibb
fbaf5a22d1
Update SNAPSHOT to 1.3.0.M2
2017-01-27 08:35:29 -07:00
Ryan Baxter
edcb0cd5b8
Revert "Version changes for 1.3.0.M1 release"
...
This reverts commit 2378521e22 .
2017-01-26 20:23:57 -05:00
Ryan Baxter
2378521e22
Version changes for 1.3.0.M1 release
2017-01-26 20:21:21 -05:00
Spencer Gibb
171d2b261b
Update to s-c-build 1.3.0 and bump version to 1.3.0
2016-12-12 09:26:34 -07:00
Ryan Baxter
d2961eceae
Bumped versions for next release
2016-11-23 12:59:00 -05:00
Ryan Baxter
bd3d2c94f3
Revert "Version changes for 1.2.2 RELEASE"
...
This reverts commit 66c092949b .
2016-11-23 12:51:47 -05:00
Ryan Baxter
66c092949b
Version changes for 1.2.2 RELEASE
2016-11-23 12:18:12 -05:00
Spencer Gibb
465bc94953
Make config server configuration deterministic.
...
Move @Import from EnableConfigServer to ConfigServerAutoConfiguration that is only activated if Marker bean created by EnableConfigServer exists.
fixes gh-530
2016-10-25 14:44:34 -06:00
Ryan Baxter
6766323c40
Version changes for next release
2016-10-18 09:17:06 -04:00
Ryan Baxter
7105329eb6
Revert "Versions changes for 1.2.1 RELEASE"
...
This reverts commit 6e8434cf10 .
2016-10-18 09:11:40 -04:00
Ryan Baxter
6e8434cf10
Versions changes for 1.2.1 RELEASE
2016-10-18 07:56:02 -04:00
Ryan Baxter
8e99e1a25f
Bumped version numbers for next release
2016-09-22 14:39:04 -04:00
Ryan Baxter
573e99e53c
Revert "1.2.0.RELEASE version changes"
...
This reverts commit 14eba6d749 .
2016-09-22 14:31:30 -04:00