Spring Operator
ac45b93a30
URL Cleanup ( #499 )
...
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://maven.apache.org/xsd/maven-4.0.0.xsd with 6 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences 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 with 1 occurrences 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 with 2 occurrences 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 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 6 occurrences
6 years ago
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
6 years ago
Ryan Baxter
a2ba7a57e3
Bumping versions to 1.3.6.BUILD-SNAPSHOT after release
6 years ago
Ryan Baxter
dcc1a8339e
Going back to snapshots
6 years ago
Ryan Baxter
da245fc428
Update SNAPSHOT to 1.3.5.RELEASE
6 years ago
buildmaster
d711556fe8
Bumping versions to 1.3.5.BUILD-SNAPSHOT after release
6 years ago
buildmaster
9896cb7062
Going back to snapshots
6 years ago
buildmaster
b9c04fb14b
Update SNAPSHOT to 1.3.4.RELEASE
6 years ago
Ryan Baxter
466a2ff20d
Clarify location of logging configuration in docs. Fixes #107 .
7 years ago
Ryan Baxter
ffae2433e0
Clarify the meaning of bootstrap properties in documentation. Fixes #206
7 years ago
Ryan Baxter
cb93e9b658
Clarifying /restart /pause and /resume functionality in docs. Fixes #275 .
7 years ago
Ryan Baxter
88d3439035
Clarify ServiceRegistry documentation. Fixes #361 .
7 years ago
Ryan Baxter
b8c6038254
Fixes #359
7 years ago
buildmaster
f71e5a3eaf
Bumping versions to 1.3.4.BUILD-SNAPSHOT after release
7 years ago
buildmaster
7219560a1f
Going back to snapshots
7 years ago
buildmaster
92ca232518
Update SNAPSHOT to 1.3.3.RELEASE
7 years ago
buildmaster
ce7d9e3092
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
7 years ago
buildmaster
8055d1a6bb
Going back to snapshots
7 years ago
buildmaster
cefd46c33d
Update SNAPSHOT to 1.3.2.RELEASE
7 years ago
buildmaster
0b01ca13bb
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
7 years ago
buildmaster
dd34b7f189
Going back to snapshots
7 years ago
buildmaster
b60d21a076
Update SNAPSHOT to 1.3.1.RELEASE
7 years ago
saga
f54e4c8cc6
Supplement spring-retry listener features ( #298 )
...
* Supplement spring-retry listener features
7 years ago
buildmaster
0142d04e2b
Bumping versions to 1.2.6.BUILD-SNAPSHOT after release
7 years ago
buildmaster
ed6221c511
Going back to snapshots
7 years ago
buildmaster
d6054a65b3
Update SNAPSHOT to 1.2.5.RELEASE
7 years ago
Spencer Gibb
4675df369c
Update docs branches
7 years ago
Ryan Baxter
924d870081
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
7 years ago
Ryan Baxter
75d30e1847
Going back to snapshots
7 years ago
Ryan Baxter
695739d7a0
Update SNAPSHOT to 1.3.0.RELEASE
7 years ago
Ryan Baxter
2b9196667c
Provide support for BackOffPolicys when retrying requests. ( #270 )
7 years ago
Spencer Gibb
892a6ee2bd
Going back to snapshots
7 years ago
Spencer Gibb
e47a557636
Update SNAPSHOT to 1.3.0.RC1
7 years ago
Ryan Baxter
deb18d2eb9
Bumping versions to 1.2.5.BUILD-SNAPSHOT after release
7 years ago
Ryan Baxter
3c05d9754c
Going back to snapshots
7 years ago
Ryan Baxter
714747d240
Update SNAPSHOT to 1.2.4.RELEASE
7 years ago
Ryan Baxter
dd16ce0a31
Remove the need for @EnableDiscoveryClient ( #245 )
...
Enable AutoServiceRegistrationConfiguration by default.
7 years ago
Marcin Grzejszczak
8c42673d30
Referrencing resources from sc-build
7 years ago
Marcin Grzejszczak
df3b9eee2e
Added 1.2.x to whitelist
7 years ago
Marcin Grzejszczak
0b4a56fc27
Migrated to new docs; fixes #248
7 years ago
Marcin Grzejszczak
565a805bcb
Migrated to new docs; fixes #248
7 years ago
Ryan Baxter
6ae5e0bec8
Going back to snapshots
7 years ago
Ryan Baxter
e6e5de275d
Update SNAPSHOT to 1.3.0.M1
7 years ago
Ryan Baxter
e8a42e500e
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
7 years ago
Ryan Baxter
9a1c1bf634
Going back to snapshots
7 years ago
Ryan Baxter
7a9225619c
Update SNAPSHOT to 1.2.3.RELEASE
7 years ago
Ryan Baxter
3d47188334
Added documentation
7 years ago
Spencer Gibb
2b6ad4a118
bump to version 1.3.0
7 years ago
Spencer Gibb
c953240620
Allow Discovery HealthIndicator description to be disabled.
...
fixes gh-223
7 years ago
Spencer Gibb
0c041591d1
Bump to version 1.2.3.BUILD-SNAPSHOT
8 years ago