1773 Commits (957e33207efdcd7c28f1658031c5ad1765a78050)
 

Author SHA1 Message Date
Dave Syer fa4d970015 Tweaks 10 years ago
Dave Syer cf6152821e Move @Autowired into @Configuration 10 years ago
Dave Syer 66b4d4c6b5 Tidy up generics a bit 10 years ago
Spencer Gibb 1e12b7456e Add Feign support for Spring MVC parameter and header annotations. 10 years ago
Spencer Gibb 31732b2100 Merge branch 'ribbon2' 10 years ago
Spencer Gibb 33b3b52170 added travis build status to readme 10 years ago
Spencer Gibb 8a5e45c466 Merge branch 'routing-nostrip' 11 years ago
Spencer Gibb 166ab38882 make stripMapping default to true to not change the current functionality 11 years ago
Spencer Gibb 658808a3e2 Update .travis.yml 11 years ago
Spencer Gibb e0a7d9e033 add asciidoctor installation 11 years ago
Spencer Gibb f38ccc352b updated to ribbon 2.0-RC9 11 years ago
Spencer Gibb 948b176cb0 Add loadBalancerRequest so that LoadBalancerStats().incrementNumRequests can be called after 11 years ago
Spencer Gibb 07a66fe8b9 updated test to match class 11 years ago
Spencer Gibb 50b1c48283 renamed ServerListInitializer to RibbonClientPreprocessor as it is a bit more descriptive 11 years ago
Spencer Gibb 6654d32056 create SpringClientFactory for ribbon to not fail on client creation if LoadBalancer is already created. SpringClientFactory is not a static factory, but an instance factory. 11 years ago
Dave Syer f934b88a76 Ensure eureka client has a default zone with a serviceUrl 11 years ago
Dave Syer 859c96d31b Switch to using EurekaClientConfig to determine client zone 11 years ago
Dave Syer 997f531094 Make load balancer prefer the current zone if there is one 11 years ago
Spencer Gibb c9dc8f5122 use boots HttpMessageConverters class rather than copied list of converters 11 years ago
Dave Syer e52949e592 Move eureka events to server project 11 years ago
Dave Syer 826d5ff383 Tidy (mostly pom warnings) 11 years ago
Dave Syer 5bded8aa85 Make Eureka into a CF service broker 11 years ago
Dave Syer 49db709de9 Simplify README generator 11 years ago
Spencer Gibb 46cf840e25 added ipAddress to ServiceInstance 11 years ago
Christian Dupuis 3f96f3ae61 Some polishing 11 years ago
Christian Dupuis 5bd32c01b8 Add shutdown hook for Hystrix to reset internal state and thread pool. 11 years ago
Spencer Gibb 2505b437ef only set the eureka port from the container if server.port is 0 (originally implemented from gh-15) 11 years ago
Spencer Gibb 714741b1cd added serviceId to ServiceInstance; 11 years ago
Dave Syer 66e0c6436d Add scm element to POM 11 years ago
Dave Syer 8eae5fb52a Add docs for Eureka server as executable JAR 11 years ago
Dave Syer 3dd15621dc Move docs to submodule for multi-module projects 11 years ago
Dave Syer 862f19beba Extract repositories to .settings.xml 11 years ago
Dave Syer 5ce8cb547e Add CI creds to secure travis vars 11 years ago
Dave Syer 5c73e41675 Add snapshot repos (yawn) 11 years ago
Dave Syer 89a571258f Automate docs build with shared parent pom 11 years ago
Dave Syer 3668e2ad2b Update travis build for docs sync 11 years ago
Dave Syer 094abc6f41 Update gitignore 11 years ago
Dave Syer c52dea33f0 Add stuff from article to docs 11 years ago
Dave Syer 6bfa468ace Tweak UI a bit 11 years ago
Spencer Gibb 99d43ba3a7 fix EurekaRibbonAutoConfiguration 11 years ago
Spencer Gibb 03e6308335 remove the list of serviceIds and add ServiceListInitializer 11 years ago
Spencer Gibb 2daeed6c00 added some examples to docs 11 years ago
Spencer Gibb 23b8c96b11 Create a LoadBalancerClient abstraction and a Ribbon implementation 11 years ago
Dave Syer 31bc482a90 Fix Guardfile 11 years ago
Dave Syer 74828ab89f Fix Guardfile 11 years ago
Dave Syer e157eb6fba Add _site/ to .gitignore 11 years ago
Spencer Gibb bf43f7dad4 Eureka server is itself a eureka client when discovering eureka peers (it gets DiscoverClient from DiscoveryManager). Make sure DiscoveryManager is initialzed regardless of if the client or server config is invoked first. 11 years ago
Spencer Gibb 45143bed73 Add support for Ribbon loadbalancing in RestTemplate via an HttpRequestInterceptor that when supplied a uri such as http://myservice/my/endpoint (where myservice is a service as defined in a service registry, such as Eureka), it replaces 'myservice' with the actual host and port as returned from the configured ribbon loadbalancer. 11 years ago
Dave Syer 39356928a1 Add maven processor for docs 11 years ago
Dave Syer 0d68f7429c Extract Eureka*Config beans into auto configuration 11 years ago