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
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
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
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
bf1e0d6d44
Bumped to 1.0.5.BUILD-SNAPSHOT
2015-11-16 10:13:36 -07:00
Dave Syer
3519ecf224
Prepare master for next snapshot
2015-06-26 10:57:19 +01:00
Dave Syer
29841f9f57
Revert "add optional spring-security-rsa"
...
This reverts commit 06d4d1e158 .
2015-06-24 20:24:50 +01:00
Spencer Gibb
06d4d1e158
add optional spring-security-rsa
2015-06-24 11:42:46 -06:00
Dave Syer
652e4b96b3
Nail explicit dependencies for s-c-context
2015-06-23 17:58:59 +01:00
Dave Syer
fde4741333
Update to 1.0.3 snapshots
2015-05-01 11:22:13 +02:00
Dave Syer
b28fd07cdb
Update to 1.0.2 snapshots
2015-04-23 11:11:21 +01:00
Spencer Gibb
924363ca1c
Sidecar reports true non-jvm app status to eureka.
...
Added a LocalApplicationHealthCheckHandler that checks the local app and sends the appropriate status to eureka.
fixes gh-251
2015-03-20 13:25:58 -06:00
Dave Syer
1c54e6b937
Add annotation processor
2015-03-20 11:47:27 +00:00
Spencer Gibb
df7abd1bc9
added test ReadTimeout parameter
2015-03-06 12:20:02 -07:00
Dave Syer
e3a20d5d6b
Update to next snapshot
2015-03-03 14:56:26 +00:00
Spencer Gibb
dafb5ecf09
only set EurekaInstanceConfigBean.nonSecurePort in EurekaClientAutoConfiguration
...
fixes gh-225
2015-02-23 11:57:32 -07:00
Dave Syer
96335e1d24
Fix broken test
2015-02-09 17:00:22 +00:00
Spencer Gibb
614ec44c04
update sidecare enabled property, make eureka portion of config conditional on eureka on classpath so other DiscoveryClient impls can use it.
2015-01-26 22:01:21 -07:00
Spencer Gibb
f1bd9bdfaa
Merge branch 'polish' of https://github.com/philwebb/spring-cloud-netflix into philwebb-polish
...
Conflicts:
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClient.java
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign/FeignClientScan.java
spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/zuul/filters/route/RibbonRoutingFilter.java
spring-cloud-netflix-turbine-amqp/src/test/java/org/springframework/cloud/netflix/turbine/amqp/AggregatorTest.java
2015-01-15 11:04:47 -07:00
Dave Syer
0e4eb9ef1f
Use @ConditionalOnProperty where possible
2015-01-15 14:07:52 +00:00
Phillip Webb
3ea0f8d283
Polish
2015-01-14 14:49:23 -08:00
Phillip Webb
9d823513c3
Add copyright headers
2015-01-14 13:24:18 -08:00
Phillip Webb
6a7676a93f
Apply eclipse formatting and cleanup
2015-01-14 13:10:41 -08:00
Phillip Webb
911627c09d
Add eclipse formatting and cleanup configuration
2015-01-14 13:09:14 -08:00
Phillip Webb
be436279cf
Polish POM files
2015-01-14 13:04:26 -08:00
Dave Syer
34785b6bdd
Make actuator dependency optional in netflix-core
...
Fixes gh-117
2014-12-26 14:03:12 +00:00
Spencer Gibb
7423decc54
updated EurekaHealthIndicator to implement the new DiscoveryHealthIndicator
...
fixes gh-98
2014-12-15 13:19:01 -07:00
Dave Syer
7ba9998646
Add optional/runtime to lombok
2014-12-11 15:32:48 +00:00
Spencer Gibb
56f1a365fc
add /hosts/appName and renamed misspelled bootstrapyml
2014-12-08 23:16:35 -07:00
Spencer Gibb
9c6474fba1
Make ZuulHandlerMapping @RefreshScope.
...
Handle InstanceRegisteredEvent and RefreshScopeRefreshedEvent in ZuulHandlerMapping rather than ProxyRouteLocator.
Move /routes endpoint out of ZuulHandlerMapping into RoutesEndpoint (because of a problem when I added @RefreshScope to ZuulHandlerMapping)
2014-12-03 11:50:19 -07:00
Spencer Gibb
3a06632301
added @EnableCircuitBreaker deprecated @EnableHystrix.
...
removed classes now in spring-cloud-commons
2014-12-02 15:28:45 -07:00
Spencer Gibb
c0903c5a22
add pkg protected resetRoutes so new mappings can be created via post to /routes
2014-11-26 11:00:55 -07:00
Spencer Gibb
9bc8a5039d
Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient.
2014-11-25 17:19:02 -07:00
Spencer Gibb
760429b64f
ignore test till fixed
2014-11-25 16:56:22 -07:00
Spencer Gibb
98f37d36d8
added simple python http server as a test non-jvm app
2014-11-25 16:46:10 -07:00
Spencer Gibb
198cb5997b
updated sidecar so the health and info urls go to sidecar, but homepage and non-secure-port go to local app
2014-11-25 16:44:28 -07:00
Spencer Gibb
f14297ceb2
initial sidecar implementation
2014-11-25 01:06:47 -07:00