Olga Maciaszek-Sharma
63cbb815b0
Add missing properties to config and docs.
3 years ago
Olga Maciaszek-Sharma
395386414d
Add missing LB properties to additiona-spring-configuration-metadata and configprops. Fix typo. Fixes gh-1086.
3 years ago
Olga Maciaszek-Sharma
6d344c9581
Custom retry exceptions ( #1085 )
3 years ago
Olga Maciaszek-Sharma
71426cfa8a
Expose indicators map - needed for a bugfix in SC Netflix.
3 years ago
Olga Maciaszek-Sharma
e5ae816204
Use raw status codes in ResponseData. ( #1073 )
3 years ago
spencergibb
a1f408c8e1
Fixes DefaultOkHttpClientFactoryTest to not use reflection
3 years ago
spencergibb
7817046f77
Fixes DefaultOkHttpClientFactoryTest to not use reflection
3 years ago
Olga Maciaszek-Sharma
9c3620b772
Reformat and regenerate docs.
3 years ago
Neil Powell
64b0d17e0b
Support uri without port for default service instance ( #1054 )
3 years ago
Neil Powell
757900e77a
Support uri without port for default service instance ( #1054 )
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
a14efc17de
Bumping versions
3 years ago
L. Stitz
7401022838
Consider spring.profiles.active when resolving service ID. ( #1064 )
...
New constant IdUtils.DEFAULT_SERVICE_ID_WITH_ACTIVE_PROFILES_STRING refers to profiles in second position.
IdUtils.getResolvedServiceId chooses new constant as template only if profiles are active, and thus remains backwards-compatible.
Add unit tests for new behaviour.
Fixes gh-930.
3 years ago
spencergibb
b041b0a55d
Adds verifier support for boot 2.7
...
Fixes gh-1049
3 years ago
spencergibb
05382d3053
Return empty array if ConfigurationPropertySource.from returns null
...
Fixes gh-1062
3 years ago
spencergibb
c9ee1fab60
Return empty array if ConfigurationPropertySource.from returns null
...
Fixes gh-1062
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
14efdc71c7
formatting
3 years ago
spencergibb
0d7722dec8
Restores bootstrap functionality.
3 years ago
spencergibb
14923ae268
Make token relay require servlet web app
...
since it depends on servlet classes)
3 years ago
spencergibb
5d0915b8ad
Removes old spring-security-oauth2.
...
See gh-1053
3 years ago
spencergibb
c93ffbf034
Removes old spring-security-oauth2.
...
See gh-1053
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
buildmaster
ceb7a16df4
Bumping versions to 3.0.6-SNAPSHOT after release
3 years ago
buildmaster
956d40d617
Going back to snapshots
3 years ago
buildmaster
57e07d319f
Update SNAPSHOT to 3.0.5
3 years ago
guerlab
2a546976f0
actuate endpoint "actuator/serviceregistry" return object type error ( #1052 )
...
* change method return type
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 MaciaszekSharma
0f2a36d8f8
Refactor.
3 years ago
Olga MaciaszekSharma
c2c361b7fe
Fix error logging for CompatibilityNotMetException. Fixes gh-1048.
3 years ago
Olga Maciaszek-Sharma
a87f6c7d90
Add duplicate plugin. Remove class duplicates. ( #1047 )
3 years ago
Olga MaciaszekSharma
d195b9bb0b
Fix javadoc.
3 years ago
Hyeonmin Park
2a10a077e1
Fix the comment in is2_5 not matching with Javadoc since value ( #1041 )
3 years ago
Olga Maciaszek-Sharma
d639552fb8
Support setting custom port for LB health-checks. ( #1039 )
3 years ago
Olga MaciaszekSharma
f5da442726
Increase visibility of LoadBalancerRetryContext. Fixes gh-1038.
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
68d43a177e
Switch to using LB per-client properties. Add deprecation docs. ( #1036 )
3 years ago
Olga MaciaszekSharma
7cb8c34978
Refactor.
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