Robert McNees
03fd58cd53
Skip health check if null or empty ( #1011 )
...
Fixes gh-1005
3 years ago
Ryan Baxter
38aa3acaca
Merge branch '3.0.x' into main
3 years ago
Ryan Baxter
1a67bbbb70
Add BindHandler to handle errors that may come up when binding the property
3 years ago
Ryan Baxter
dabc2c519c
Take into account spring.config.imports in referenced imports. Fixes #1006 ( #1007 )
4 years ago
Ryan Baxter
67144a63b2
Take into account spring.config.imports in referenced imports. Fixes #1006 ( #1007 )
4 years ago
Olga MaciaszekSharma
d85dd9bdcb
Merge remote-tracking branch 'origin/3.0.x'
4 years ago
Olga MaciaszekSharma
abd6d178d0
Fix docs. Reformat. Fixes gh-1001.
4 years ago
Olga MaciaszekSharma
002fa303ca
Merge remote-tracking branch 'origin/3.0.x'
4 years ago
huayaoyue6
d99a7a40c3
Fix property value
...
fix out of date property "spring.cloud.loadbalancer.repeat-health-check" to "spring.cloud.loadbalancer.health-check.repeat-health-check"
4 years ago
limo520
4bfb6fe4e4
Fix SimpleReactiveDiscoveryClientTests ( #1003 )
4 years ago
qxo
b647ccb86a
fix: remove unnecessary code ( #1000 )
...
new StandardEnvironment will add systemProperties/systemEnvironment PropertySource within its constructor which we do not need.
**we should not create object which do something we do not want, then undo it**
4 years ago
buildmaster
1c776cc413
Bumping versions
4 years ago
Ryan Baxter
adce4476fa
Merge branch '3.0.x' into main
4 years ago
Andrii Bohutskyi
90a00946a4
Fixes gh-994 ( #996 )
...
Co-authored-by: Andrii Bohutskyi <abohutskyi@playtika.com>
4 years ago
buildmaster
41f7af42b7
Going back to snapshots
4 years ago
buildmaster
958410f11c
Update SNAPSHOT to 3.1.0-M1
4 years ago
Olga MaciaszekSharma
bc42390206
Refactor and add javadocs.
4 years ago
sabyasachi
de32d2b68c
Issue-906 Adding support for query param in lb health-check
...
This PR is to fix issue https://github.com/spring-cloud/spring-cloud-commons/issues/906
where loadbalancer healthcheck has query param and
character "?" was automatically
converted to a URI encoding %3F, causing the request to fail.
What has changed
* Using `UriComponentsBuilder.fromUriString` this method parses the string and handles url
and query param path.
4 years ago
Olga MaciaszekSharma
bd8d640c42
Reformat with updated plugin.
4 years ago
Olga MaciaszekSharma
c009fd159d
Merge remote-tracking branch 'origin/3.0.x'
4 years ago
Olga MaciaszekSharma
6929b5058a
Remove spring-boot-starter-validation from LoadBalancer dependencies. Fixes gh-992.
4 years ago
Zhiguo.Chen
9feb443009
Add `with()` method to support external ServiceInstanceListSupplier( #988 ) ( #989 )
4 years ago
Olga MaciaszekSharma
9b97470296
Merge remote-tracking branch 'origin/3.0.x'
4 years ago
Tiffany
b41d197c78
Update spring-cloud-commons.adoc ( #991 )
4 years ago
Olga MaciaszekSharma
4eae197929
Merge remote-tracking branch 'origin/3.0.x'
4 years ago
Yanming Zhou
5c0fc1425f
Fix typo ( #985 )
4 years ago
Robert McNees
08b2e60704
Issue 973 - Update Unit version - spring-cloud-context ( #977 )
4 years ago
Olga MaciaszekSharma
d6c9b1583c
Fix outdated API calls.
4 years ago
Olga MaciaszekSharma
771907e475
Merge remote-tracking branch 'origin/main'
4 years ago
spencergibb
cfa273be8f
updates javadoc
4 years ago
Robert McNees
ea459cee64
Issue 973 - Update Unit version - spring-cloud-context ( #977 )
...
* Upgraded more JUnit test versions
4 years ago
Olga MaciaszekSharma
bae3ddd4ea
Handle errror logging not enabled.
4 years ago
Marcin Grzejszczak
d43a4acd2f
Updated maven wrapper to use Maven 3.6.3
4 years ago
Marcin Grzejszczak
2c5befcb53
Fixed symlink
4 years ago
Jonathan Schneider
e1a31619cc
Polish `@RequestMapping` annotations ( #979 )
...
Co-authored-by: Moderne <team@moderne.io>
Co-authored-by: Moderne <team@moderne.io>
4 years ago
spencergibb
f8f549cc72
Updated SpringBootVersionVerifier to require boot 2.6
4 years ago
spencergibb
85f95ceb0a
Updates to version 3.1.0-SNAPSHOT
4 years ago
Robert McNees
c59c256fa6
Upgrade JUnit version ( #973 ) ( #975 )
...
* Upgrade JUnit version (#973 )
See gh-973
4 years ago
Olga MaciaszekSharma
a23bdb8845
Merge remote-tracking branch 'origin/2.2.x'
4 years ago
Olga MaciaszekSharma
f90f11d7b1
Fixes gh-898.
4 years ago
o.gusev
b628338e54
Fixes gh-898
...
If HikariDataSource bean gets AOP-proxied more than once, the spring-cloud rebind operation doesn't treat it as never-refreshable.
4 years ago
Olga MaciaszekSharma
4933259c17
Merge remote-tracking branch 'origin/2.2.x'
4 years ago
rodbate
84fb8550c7
Fix blocking discovery client.
4 years ago
Patrick Baumgartner
2a03867363
Fixing spring.cloud.loadbalancer.repeat-health-check boolean ( #970 )
4 years ago
buildmaster
f46efe3dc7
Bumping versions
4 years ago
Ryan Baxter
6762e882fa
Cherry pick 610b88479f
4 years ago
Ryan Baxter
610b88479f
Add a TaskSchedulerWrapper for downstream projects to use ( #974 )
...
* Add a TaskSchedulerWrapper for downstream projects to use
4 years ago
Spencer Gibb
74a0b68287
Run all EnvironmentPostProcessors on refresh. ( #969 )
...
This includes ConfigDataEnvironmentPostProcessors which replaces the static call.
Issue #968 was specifically about the cloud foundry vcap post processor. Previously the DecryptEnvironmentPostProcessor was hard coded in ConfigDataContextRefresher
Fixes gh-968
4 years ago
Olga MaciaszekSharma
2e0db8e21e
Add info on Request-based load-balancing support limitations.
4 years ago
Jisfeng
7d6b9857b1
rewrite annotation on ReactiveRetryConfiguration ( #965 )
4 years ago