Spencer Gibb
853d7c43a7
Comment out broken tests
8 years ago
Ryan Baxter
ef164427e4
Merge pull request #216 from ryanjbaxter/retry-on-status-codes
...
Retry requests on specified status codes. Fixes #215 .
8 years ago
Ryan Baxter
87c319ae8e
Retry requests on specified status codes. Also makes it easier to provide your own interceptor. Fixes #215 .
8 years ago
Spencer Gibb
0c041591d1
Bump to version 1.2.3.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
6cfaea4bb7
Going back to snapshots
8 years ago
Spencer Gibb
79096fbf8d
Update SNAPSHOT to 1.2.2.RELEASE
8 years ago
Spencer Gibb
f17edd2f7e
Merge branch 'master' into 2.0.x
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-commons-dependencies/pom.xml
# spring-cloud-commons/pom.xml
# spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClientAutoConfiguration.java
# spring-cloud-context/pom.xml
# spring-cloud-starter/pom.xml
8 years ago
Spencer Gibb
ebf4112116
Updates to boot 2.0 changes
8 years ago
Dave Syer
3f005ab238
Update to fix issues introduced in Boot 2.0.0.M1
8 years ago
Dave Syer
01cca0275a
Be defensive about web classes being available
8 years ago
Dave Syer
021a77d997
Uningnored some tests to do with binding to lists
...
See https://github.com/spring-projects/spring-boot/issues/9137
8 years ago
Jon Schneider
206ba7bcc1
Update spring-cloud-commons-dependencies version
8 years ago
Jon Schneider
c02398959d
Revert back to snapshots
8 years ago
Jon Schneider
9d53dd46bb
Update SNAPSHOT to 1.2.1.RELEASE
8 years ago
Dave Syer
ac9d609a27
Update rsa library
8 years ago
Dave Syer
d030225d46
Split out ModifiedClassPathRunner into a separate jar
8 years ago
Dave Syer
c3f9b1a821
Fix more Spring Boot related mayhem
8 years ago
Dave Syer
4b4e7650fa
Switch to new class loader filter runner
8 years ago
Jon Schneider
bf905ccae0
Merge branch 'master' into 2.0.x
8 years ago
Jon Schneider
15aad9ca5f
Point build badge to CircleCI
8 years ago
Dave Syer
1850155bad
Add link to comment
8 years ago
Dave Syer
f191110228
Hack the configuration properties to fix tests
...
See https://github.com/spring-projects/spring-boot/issues/9160
8 years ago
Dave Syer
bf68a8ac10
Update RSA library
8 years ago
Dave Syer
5569778f99
Attempt to fix for new change in Boot
8 years ago
Spencer Gibb
618364239e
Comment out missing boot 1.5 code
8 years ago
Dave Syer
c1972a8574
Simplify EnvironmentUtils (maybe could be deleted?)
8 years ago
Dave Syer
15f4d046bb
Merge remote-tracking branch 'origin/master' into 2.0.x
8 years ago
Dave Syer
80555b3354
Updates to adapt to Spring Boot changes
...
Also adjusts bootstrap listener to be smarter about default
properties:
It's better not to use the default properties at all because the
user might pass some in and we don't want to overwrite them. Before
Boot 2.0 we got away with it, but since 2.0 we have to be more
cautious.
8 years ago
Dave Syer
fc2355b985
Make sure SimpleDiscoveryClient has a local service instance
...
Also allow user to configure it via application.yml, or default
to something sensible, the same way the Noop client used to.
Fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1909
8 years ago
Spencer Gibb
ac16a94880
comment out broken test
8 years ago
Spencer Gibb
ef19c34666
Work around https://github.com/spring-projects/spring-boot/issues/9053#issuecomment-298362685
8 years ago
Spencer Gibb
922608651a
fix test path
8 years ago
Spencer Gibb
f804361f38
Update to web app type enum
8 years ago
Spencer Gibb
6a4789a691
Update to new binder
8 years ago
Spencer Gibb
6abf2def40
Change type to String
8 years ago
Spencer Gibb
6e6dd493df
Fix tests
8 years ago
Spencer Gibb
c6c391158f
Removes RelaxedPropertyResolver
8 years ago
Spencer Gibb
51a3ba617b
Merge branch 'master' into 2.0.x
8 years ago
Spencer Gibb
a4169d451e
Only registerManagement if registration is non-null.
...
fixes https://github.com/spring-cloud/spring-cloud-zookeeper/issues/122
8 years ago
Spencer Gibb
b611e78075
Merge branch 'master' into 2.0.x
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-commons-dependencies/pom.xml
# spring-cloud-commons/pom.xml
# spring-cloud-context/pom.xml
# spring-cloud-starter/pom.xml
8 years ago
Spencer Gibb
9675df02f6
Bumping versions to 1.2.1.BUILD-SNAPSHOT after release
8 years ago
Spencer Gibb
72685376a9
Going back to snapshots
8 years ago
Spencer Gibb
6b30820b09
Update SNAPSHOT to 1.2.0.RELEASE
8 years ago
Spencer Gibb
fe360307fa
remove aggregate javadoc generation
8 years ago
Spencer Gibb
807e5c3ffd
Move test-jar plugin to s-c-commons module
8 years ago
Spencer Gibb
c7c3f55ae8
Update mvnw for central profile detection
8 years ago
Spencer Gibb
43fe59489e
Update test jar inclusion
8 years ago
Ryan Baxter
0dd6214ba4
Add retryable status code check ( #197 )
...
* Added API
* Add method to check response code retry in the policy.
8 years ago
Spencer Gibb
fb9e11b377
polish
8 years ago
Biju Kunjummen
930b927723
Support for config driven Discovery Client
...
Making SimpleDiscoveryClient the default, marking NoOpDiscoveryClient as deprecated
fixes gh-180
8 years ago