Commit Graph

209 Commits

Author SHA1 Message Date
buildmaster
5c64a6d02c Update SNAPSHOT to 2.1.0.RELEASE 2019-01-22 17:49:47 +00:00
buildmaster
bc521c4ab6 Going back to snapshots 2018-12-11 21:36:00 +00:00
buildmaster
57c2f9a154 Update SNAPSHOT to 2.1.0.RC2 2018-12-11 21:35:03 +00:00
buildmaster
c410aa749f Going back to snapshots 2018-12-11 16:10:18 +00:00
buildmaster
1251411295 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 16:09:27 +00:00
buildmaster
8ed921523b Going back to snapshots 2018-11-18 09:19:14 +00:00
buildmaster
275cdfa43a Update SNAPSHOT to 2.1.0.M2 2018-11-18 09:18:28 +00:00
Marcin Grzejszczak
c396dbb1d4 Polish 2018-11-15 15:48:09 +01:00
Marcin Grzejszczak
02d53bda82 Merge branch '2.0.x' 2018-11-15 15:47:18 +01:00
Marcin Grzejszczak
c5560b49a8 Polish 2018-11-15 15:47:08 +01:00
Marcin Grzejszczak
38a754cf9a Merge branch '1.3.x' into 2.0.x 2018-11-15 15:44:03 +01:00
Marcin Grzejszczak
80659a36b1 Spring Cloud Compatibility Verification
Due to the fact that some users have problem with setting up Spring Cloud application, we've decided
to add a compatibility verification mechanism. It will break if your current setup is not compatible
with Spring Cloud requirements, together with a report, showing what exactly went wrong.

At the moment we verify which version of Spring Boot is added to your classpath.

Example of a report

```
***************************
APPLICATION FAILED TO START
***************************

Description:

Your project setup is incompatible with our requirements due to following reasons:

- Spring Boot [1.5.16.RELEASE] is not compatible with this Spring Cloud release train


Action:

Consider applying the following actions:

- Change Spring Boot version to one of the following versions [1.2.x, 1.3.x] .
You can find the latest Spring Boot versions here [https://spring.io/projects/spring-boot#learn].
If you want to learn more about the Spring Cloud Release train compatibility, you can visit this page [https://spring.io/projects/spring-cloud#overview] and check the [Release Trains] section.
```


In order to disable this feature, set `spring.cloud.compatibility-verifier.enabled` to `false`.
If you want to override the compatible Spring Boot versions, just set the
`spring.cloud.compatibility-verifier.compatible-boot-versions` property with a comma separated list
of compatible Spring Boot versions.

fixes gh-442
2018-11-15 15:40:29 +01:00
buildmaster
e80bb61107 Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 15:46:50 +00:00
buildmaster
8c6e38b789 Going back to snapshots 2018-10-23 15:46:50 +00:00
buildmaster
080b4f77df Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 15:43:52 +00:00
Spencer Gibb
60d2a1ead3 Merge branch '2.0.x' 2018-10-22 16:00:25 -04:00
Ryan Baxter
a2ba7a57e3 Bumping versions to 1.3.6.BUILD-SNAPSHOT after release 2018-10-15 14:29:42 -04:00
Ryan Baxter
dcc1a8339e Going back to snapshots 2018-10-15 14:29:41 -04:00
Ryan Baxter
da245fc428 Update SNAPSHOT to 1.3.5.RELEASE 2018-10-15 14:28:06 -04:00
Ryan Baxter
575fb31412 Fix documentation for adding a backoff policy. Fixes #423 2018-10-15 11:35:09 -04:00
Ryan Baxter
e7e391a65a Adds event that will be fired before a service is registered. Fixes #302 (#424) 2018-10-15 09:11:16 -04:00
Spencer Gibb
1c03cbc067 Adds note about HikariDataSource and refreshable.
See gh-395
2018-10-04 11:57:29 -04:00
buildmaster
a4fdc8e117 Going back to snapshots 2018-09-21 19:28:07 +00:00
buildmaster
4c1aa2b2d4 Update SNAPSHOT to Greenwich.M1 2018-09-21 19:27:04 +00:00
Olga Maciaszek-Sharma
e115562cf8 Fix after code review - add license notice, reformat imports, edit docs. 2018-09-10 09:21:20 +02:00
Olga Maciaszek-Sharma
ae2bba4d27 Adjust doc to order property changes. 2018-09-07 14:32:11 +02:00
Olga Maciaszek-Sharma
40f8603e4c Add changes after code review.
Modify

# Conflicts:
#	spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/composite/CompositeDiscoveryClient.java
#	spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.java
2018-09-07 10:08:30 +02:00
Olga Maciaszek-Sharma
3105663946 Merge remote-tracking branch 'upstream/master' into gh-304-add-discovery-clients-order-support.
Add changes after code review.

Modify

# Conflicts:
#	spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/composite/CompositeDiscoveryClient.java
#	spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.java
2018-09-07 10:08:02 +02:00
Spencer Gibb
87bb8f1fa1 Upgrades to build 2.1.0.BUILD-SNAPSHOT and boot 2.1.x
Moves refresh scope proxy creation from BeanDefinitionRegistryPostProcessor to BeanPostProcessor

fixes gh-400
2018-08-02 11:19:17 -04:00
buildmaster
8efcb1577e Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 18:05:58 +00:00
buildmaster
36146312ab Going back to snapshots 2018-07-31 18:05:58 +00:00
buildmaster
1998ac2892 Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 18:03:14 +00:00
Ryan Baxter
84659685d6 Add note about custom logging prefix 2018-07-19 10:28:22 -04:00
buildmaster
d711556fe8 Bumping versions to 1.3.5.BUILD-SNAPSHOT after release 2018-06-28 14:20:22 +00:00
buildmaster
9896cb7062 Going back to snapshots 2018-06-28 14:20:21 +00:00
buildmaster
b9c04fb14b Update SNAPSHOT to 1.3.4.RELEASE 2018-06-28 14:19:20 +00:00
buildmaster
a707941e5c Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-18 13:29:50 +00:00
buildmaster
917c134350 Going back to snapshots 2018-06-18 13:29:49 +00:00
buildmaster
1ade0553ee Update SNAPSHOT to 2.0.0.RELEASE 2018-06-18 13:26:29 +00:00
Spencer Gibb
16465a36d5 Adds anchor 2018-06-15 13:55:09 -04:00
Ryan Baxter
816afaf3d1 Merge remote-tracking branch 'origin/1.3.x' 2018-06-07 14:31:07 -04:00
Ryan Baxter
466a2ff20d Clarify location of logging configuration in docs. Fixes #107. 2018-06-06 10:17:32 -04:00
Ryan Baxter
bda67f235c Clarify property overrides. 2018-06-05 10:57:33 -04:00
Ryan Baxter
d40b8f3555 Clarify how to make immutable beans refreshable. Fixes #363 2018-06-05 10:15:40 -04:00
Ryan Baxter
dc39331ea1 Removing HEAD 2018-06-05 10:08:11 -04:00
Ryan Baxter
4489939bc5 Merge remote-tracking branch 'origin/1.3.x' 2018-06-05 07:41:00 -04:00
Ryan Baxter
ffae2433e0 Clarify the meaning of bootstrap properties in documentation. Fixes #206 2018-06-05 07:38:36 -04:00
Ryan Baxter
5a243227a1 Merge remote-tracking branch 'origin/1.3.x' 2018-06-05 07:33:15 -04:00
Ryan Baxter
cb93e9b658 Clarifying /restart /pause and /resume functionality in docs. Fixes #275. 2018-06-05 07:31:06 -04:00
Ryan Baxter
22f8a724e5 Merge remote-tracking branch 'origin/1.3.x' 2018-06-04 14:17:33 -04:00