Spring Operator
2c9c59798b
URL Cleanup ( #3465 )
...
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://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 2 occurrences migrated to:
https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ) result 200).
* [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local ) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local ) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 20 occurrences
* http://www.isdc.ro/wro with 1 occurrences
* http://www.w3.org/2000/svg with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 10 occurrences
2019-03-26 11:51:53 -04:00
Spring Operator
ec2cab236c
URL Cleanup ( #3443 )
...
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://www.apache.org/licenses/LICENSE-2.0 with 190 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 15:16:30 -04:00
Spring Operator
9e9cfdaedb
URL Cleanup ( #3422 )
...
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 10 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://projects.spring.io/spring-cloud/ with 4 occurrences migrated to:
https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/ ) 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 20 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 10 occurrences
2019-03-16 11:57:18 -04:00
Marcin Grzejszczak
e5e4701680
Updating mvnw for all projects
2016-09-19 19:31:16 +02:00
Marcin Grzejszczak
81a34cbcc4
Updating mvnw for all projects
2016-09-19 14:18:17 +02:00
Marcin Grzejszczak
9baf55b2a6
Updating mvnw for all projects
2016-09-19 12:46:35 +02:00
Marcin Grzejszczak
3e770881b5
Updating mvnw for all projects
2016-09-15 16:12:38 +02:00
Marcin Grzejszczak
81d2f2c3b5
Removed adoc footer
2016-09-07 18:02:52 +02:00
Marcin Grzejszczak
337ab429e6
Updating mvnw for all projects
2016-09-07 17:28:44 +02:00
Marcin Grzejszczak
cc724c77fa
Updating ghpages for all projects
2016-08-22 13:32:06 +02:00
Marcin Grzejszczak
a54bb6b059
Updating ghpages for all projects
2016-08-19 11:46:14 +02:00
Marcin Grzejszczak
0e23a67149
Updating ghpages for all projects
2016-08-18 13:15:01 +02:00
Marcin Grzejszczak
3190b668a3
Updating ghpages for all projects
2016-08-17 12:45:01 +02:00
Marcin Grzejszczak
020f05ebfe
Deploying documentation to proper folder
...
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:
- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/ )
2016-08-16 14:57:52 +02:00
Spencer Gibb
86b4c5fb16
added maven wrapper
2016-06-30 16:46:43 -06:00
Spencer Gibb
afe8f4d0ef
Fix so brixton eureka clients can use angel eureka servers.
...
see #978
2016-05-13 15:43:45 -06:00
Dave Syer
b59bc5fb05
Fix github tag
2016-02-25 11:31:36 +00:00
Dave Syer
4a049fb8fc
Revert to snapshots
2016-01-27 18:11:49 +00:00
Dave Syer
8b5f6b3ccb
Update to 1.0.7
2016-01-27 18:01:48 +00:00
Dave Syer
e0b0f74316
Fix versions of starters in BOM
...
In Angel the starters are defined in a different project, not
this one, so the version can be different (as it is at the moment)
2016-01-27 17:37:47 +00:00
Dave Syer
7976719a1d
Revert to snapshots
2016-01-25 16:04:23 +00:00
Dave Syer
1b2d498754
Update to 1.0.6
2016-01-25 16:01:55 +00:00
Dave Syer
5743dec1f6
Extract all dependencies to BOMs and upgrade Boot
2016-01-25 15:20:17 +00:00
Dave Syer
b618c3a5f4
Add extra spring-cloud-*-dependencies BOMs
2016-01-25 14:12:47 +00:00
Spencer Gibb
3f0814fd0d
Bumped to 1.0.6.BUILD-SNAPSHOT and SNAPSHOT dependencies
2015-12-10 14:43:47 -07:00
Spencer Gibb
ae3da1099d
Update SNAPSHOT to RELEASE 1.0.5.RELEASE
2015-12-10 14:15:08 -07:00
Spencer Gibb
5010ad1156
Force isCircuitBreakerOpen to String (if it's a Boolean for example)
...
see https://github.com/Netflix/Hystrix/pull/927
2015-12-09 12:38:57 -07:00
Konstantin A. Zolotukhin
4136e397de
null check for command bound circuit breaker
2015-11-20 15:50:28 -07:00
Spencer Gibb
bf1e0d6d44
Bumped to 1.0.5.BUILD-SNAPSHOT
2015-11-16 10:13:36 -07:00
Dave Syer
bc807aae9e
Use better icon image for magnifying glass
...
Fixes gh-628
2015-11-09 14:25:33 +00:00
Spencer Gibb
727d8be2dc
Change from @Autowired to context.getBean.
...
Solves problems where FeignClientFactoryBean is run before auto-configuration.
fixed gh-441
2015-10-14 11:52:11 -06:00
Dave Syer
f98a7d5bc5
Take into account secure port settings when looking for config server
...
When the config server is located via discovery
(spring.cloud.config.discovery.enabled=true) the discovery process
should attempt to establish whether the config server prefers to
be accessed securely (e.g. it registered with Eureka as
nonSecurePortEnabled=false). This change ensures that this happens.
Fixes gh-450
2015-09-25 13:09:33 +01:00
Dave Syer
5dccd03d73
Fix broken test
...
This test made wrong assumptions about the content of the child
context when trying to simulate autoconfiguration. It needed
an extra EurekaClientAutoConfiguration.
2015-09-25 13:04:52 +01:00
Dave Syer
f904b52a1d
Tweak eureka lifecycle so it re-registers after a refresh
...
This version of Eureka is a bit of a singleton pig, so it's hard
to control the lifecycle, but this seems to work for all the tests
and also the eureka-first and ribbon-eureka samples.
Fixes gh-551 for 1.0.x
2015-09-24 17:07:22 +01:00
Spencer Gibb
ac86e7798e
Fix Feign ResponseEntity<Void> NPE
...
fixes gh-539
2015-09-14 12:38:43 -06:00
Spencer Gibb
13a3ea071d
Only manage turbine-core dep in modules
...
fixes gh-511
2015-09-02 10:49:32 -06:00
Dave Syer
43a5241d3c
Fix autoconfig ordering so that health indicators always work
2015-09-02 13:29:41 +01:00
Dave Syer
7fc9811975
Use TRAVIS_BRANCH if available
2015-08-25 14:52:31 +01:00
Dave Syer
b3ca7430b0
Move ghpages to script
2015-08-25 14:15:51 +01:00
Dave Syer
00cc64c6c5
Different special treatment of README
2015-08-25 14:04:43 +01:00
Dave Syer
c905822005
Special treatnment of README
2015-08-25 12:56:15 +01:00
Dave Syer
56fae9330f
Try to debug CI failures
2015-08-25 12:44:08 +01:00
Dave Syer
c1cb0025c1
Use subdirectory for gh pages docs
2015-08-25 12:37:15 +01:00
Dave Syer
89ebf1fa3f
Fix ghpages script to work on branches
2015-08-25 12:29:41 +01:00
Dave Syer
ad86d48c6a
Use HttpHeaders for headers (case insensitive)
...
Fixes gh-306
2015-08-25 11:13:29 +01:00
Biju Kunjummen
2c688062e7
Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment
2015-07-18 10:36:51 +01:00
Ryan J Baxter
f4a69e43eb
Sets the zone based on the hostname of the service if approximateZoneFromHostname is true.
...
The flag has always been there, it just isn't carried through to the ribbon client configuration
without this change if I understand this change correctly.
Fixes gh-315, fixes gh-423.
2015-07-10 11:47:35 +01:00
Dave Syer
3519ecf224
Prepare master for next snapshot
2015-06-26 10:57:19 +01:00
Dave Syer
72cecacea7
Fix path to docs in README raw text
2015-06-25 12:31:29 +01:00
Dave Syer
e17766e916
Add dependency management for starters
2015-06-25 11:46:01 +01:00