Spring Operator
d35d385ec8
URL Cleanup ( #490 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 19:13:36 -04:00
Marcin Grzejszczak
eed7042995
Whitelisted this branch
2019-03-07 15:37:43 +01:00
Marcin Grzejszczak
167a97d390
Bumped commons to 2.2.0
2019-03-07 15:36:37 +01:00
buildmaster
54f496ecef
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
2019-03-05 15:22:36 +00:00
buildmaster
f3fa713490
Going back to snapshots
2019-03-05 15:22:35 +00:00
buildmaster
41db03106f
Update SNAPSHOT to 2.1.1.RELEASE
2019-03-05 14:55:27 +00:00
buildmaster
f19f4be761
Bumping versions to 2.0.4.BUILD-SNAPSHOT after release
2019-02-22 15:22:11 +00:00
buildmaster
ea5abfd3a5
Going back to snapshots
2019-02-22 15:22:11 +00:00
buildmaster
5ea5bdcf70
Update SNAPSHOT to 2.0.3.RELEASE
2019-02-22 15:19:33 +00:00
Marcin Grzejszczak
ae314100f5
Applied checkstyle and turned it on by default
2019-02-01 12:50:02 +01:00
buildmaster
0c9f9f1d6e
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-22 17:52:15 +00:00
buildmaster
de56340e7b
Going back to snapshots
2019-01-22 17:52:15 +00:00
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