Olga Maciaszek-Sharma
fbb5c920c4
Fix merge.
3 years ago
Olga Maciaszek-Sharma
c72f6d0795
Backport support for custom HTTP status in a backwards compatible way. ( #1087 )
3 years ago
Olga Maciaszek-Sharma
6d344c9581
Custom retry exceptions ( #1085 )
3 years ago
Olga Maciaszek-Sharma
294badc4bf
Reformat.
3 years ago
jizhuozhi
094514ec4b
Remove unnecessary sign check, whether positive or negative ( #1078 )
3 years ago
Olga Maciaszek-Sharma
6082154010
Reformat.
3 years ago
jizhuozhi
88c6a9e31f
Enforces the order of RoundRobinLoadBalancer when positive overflow ( #1077 )
3 years ago
Olga Maciaszek-Sharma
e5ae816204
Use raw status codes in ResponseData. ( #1073 )
3 years ago
buildmaster
7b8e7d9050
Bumping versions to 3.1.2-SNAPSHOT after release
3 years ago
buildmaster
80338bc99b
Going back to snapshots
3 years ago
buildmaster
8925ab5e3f
Update SNAPSHOT to 3.1.1
3 years ago
buildmaster
1ce1201e9d
Going back to snapshots
3 years ago
buildmaster
d49432a406
Update SNAPSHOT to 4.0.0-M1
3 years ago
spencergibb
fedeb0aa4b
Removes old spring-security-oauth2.
...
See gh-1053
3 years ago
spencergibb
4d9d242841
Compatibility updates for framework 6 and boot 3
3 years ago
spencergibb
953fc38cea
Updates to 4.0.0-SNAPSHOT
3 years ago
Olga MaciaszekSharma
0088d28711
Make CaffeineWarnLogger message more specific. Refactor. Fixes gh-1050.
3 years ago
buildmaster
5fc236cdac
Bumping versions to 3.1.1-SNAPSHOT after release
3 years ago
buildmaster
de0fb67135
Going back to snapshots
3 years ago
buildmaster
5179927052
Update SNAPSHOT to 3.1.0
3 years ago
Olga Maciaszek-Sharma
a87f6c7d90
Add duplicate plugin. Remove class duplicates. ( #1047 )
3 years ago
Olga Maciaszek-Sharma
d639552fb8
Support setting custom port for LB health-checks. ( #1039 )
3 years ago
Olga MaciaszekSharma
a71a1e2b4c
Use new LoadBalancerServiceInstanceCookieTransformer constructor.
3 years ago
buildmaster
a7fb100201
Going back to snapshots
3 years ago
buildmaster
fc98bc205f
Update SNAPSHOT to 3.1.0-RC1
3 years ago
Olga Maciaszek-Sharma
a61593ff3b
Fix handling transformers properties. ( #1037 )
3 years ago
Olga Maciaszek-Sharma
f30afc1983
Handle conditionals for client properties ( #1033 )
3 years ago
Olga Maciaszek-Sharma
68d43a177e
Switch to using LB per-client properties. Add deprecation docs. ( #1036 )
3 years ago
Olga Maciaszek-Sharma
181e452aec
Make XForwardedHeadersTransformer work with client properties. ( #1035 )
3 years ago
Olga Maciaszek-Sharma
331b523513
Handle null serviceId. ( #1034 )
3 years ago
Olga MaciaszekSharma
7cb8c34978
Refactor.
3 years ago
Olga MaciaszekSharma
e3fc8bd782
Refactor tets.
3 years ago
gandhiUH
a59b3f6031
added X-forward-Host and X-Forward-Proto
...
Updated LoadBalancerProperties and AutoConfiguration
LoadBalancerXtranformerTests added
PR Changes Implemented
Changes Implemented as per PR comments
Updated XForwadedHeadersTransformer name, test classes as per PR Commit on Oct,25, 2021
Addressed PR comments to modify tests with better Assertions
Changed the enabledXforwarded property name to just enabled in Xforwarded class as per PR comments
3 years ago
Spencer Gibb
3a6a9e0a91
Adds config per load balancer client. ( #1028 )
...
Client specific configuration goes under `spring.cloud.loadbalancer.clients.<serviceId>.*`. Defaults are set using `spring.cloud.loadbalancer.*`.
Adds LoadBalancerDefaultMappingsProviderAutoConfiguration to supply the loadbalancer defaults mapping to DefaultsBindHandlerAdvisor
LoadBalancerClientsProperties now extends LoadBalancerProperties. The `clients` attribute is now a field. The `@ConfigurationProperties("spring.cloud.loadbalancer")` has moved from LoadBalancerProperties to LoadBalancerClientsProperties
Fixes gh-914
3 years ago
Tim te Beek
95ce58741d
Increase JUnit5 usage ( #1020 )
3 years ago
buildmaster
3beb53a089
Going back to snapshots
3 years ago
buildmaster
20a36980bd
Update SNAPSHOT to 3.1.0-M3
3 years ago
buildmaster
779d482730
Going back to snapshots
3 years ago
buildmaster
7142c082c5
Update SNAPSHOT to 3.1.0-M2
3 years ago
buildmaster
be43c362f6
Bumping versions to 3.0.5-SNAPSHOT after release
3 years ago
buildmaster
8ddb5ccc9b
Going back to snapshots
3 years ago
buildmaster
7d4d886e22
Update SNAPSHOT to 3.0.4
3 years ago
Robert McNees
03fd58cd53
Skip health check if null or empty ( #1011 )
...
Fixes gh-1005
3 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
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