buildmaster
0cdd6e5aa7
Going back to snapshots
4 years ago
buildmaster
dc3a4674c4
Update SNAPSHOT to 2.2.5.RELEASE
4 years ago
spencergibb
eb571682b7
Removes dependency management for okhttp3 and httpclient
...
These are managed by boot.
Fixes gh-813
4 years ago
jialindai
fb8b1d8da0
add common classes for TLS properties ( #803 )
...
* add common classes for TLS test
* Revert "add common classes for TLS test"
This reverts commit 7f5d076ad3
.
* add common tls properties
* add unit tests for tls properties
4 years ago
buildmaster
6b8776bd3a
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
4 years ago
buildmaster
4cc1a68ebb
Going back to snapshots
4 years ago
buildmaster
f290f97816
Update SNAPSHOT to 2.2.4.RELEASE
4 years ago
Sébastien Deleuze
63ce0d965c
Avoid field autowiring in SimpleDiscoveryClientAutoConfiguration ( #786 )
...
In order to fix GraalVM compatibility
4 years ago
Olga Maciaszek-Sharma
4eb9dd0f01
Move Request and Response to loadbalancer package. Fixes gh-772. ( #773 )
...
* Move Request and Response to loadbalancer package. Fixes gh-772.
* Fix checkstyle.
* Inherit and reference repackaged classes.
* Revert "Inherit and reference repackaged classes."
This reverts commit 02808c5f18
.
* Fix Status enums.
* Make old classes extend the new ones.
4 years ago
buildmaster
7ff8100c19
Bumping versions to 2.2.4.BUILD-SNAPSHOT after release
5 years ago
buildmaster
7fcfceea42
Going back to snapshots
5 years ago
buildmaster
a6191e08f9
Update SNAPSHOT to 2.2.3.RELEASE
5 years ago
Olga Maciaszek-Sharma
87e5d7a62b
Fix execution thread for blocking and adjusts timing
...
* Fix execution thread for blocking DiscoveryClientServiceInstanceListSupplier.
* Desynchronise HealthCheck and Cache. Add info about using HealthCheck without Cache to docs.
See gh-760
5 years ago
shollander
b828877611
Adds ConditionalOnMissingBean to SimpleDiscoveryProperties.
...
Fixes gh-759
Fixes gh-762
5 years ago
Olga Maciaszek-Sharma
ad5cb2ebb9
Update license comments.
5 years ago
Tim van Baarsen
047bca54e2
#738 ( #740 )
...
The default value for management.endpoint.env.post.enabled should be false instead of true.
5 years ago
Ryan Baxter
5ed5bc9253
Add utility method to provide a service if to IdUtils ( #721 )
5 years ago
Spencer Gibb
de9882ced9
Ignores failing test because of old boot version.
...
see gh-717
5 years ago
Spencer Gibb
7dd88a6e7f
Verifies current boot version is in CompatibilityVerifierProperties.
...
Also fixes support for wildcard 2.2.x beyond boot 2.1.x
fixes gh-715
5 years ago
Spencer Gibb
d679add055
Updates compatible versions to 2.2.x and 2.3.x
...
see https://github.com/spring-cloud/spring-cloud-build/issues/153
5 years ago
Spencer Gibb
e946ef1e79
Adds boot 2.3 compatiblity
5 years ago
Timothy
b85f7375d1
Adds reconstructURI method to ReactorLoadBalancerExchangeFilterFunction
...
fixes gh-711
5 years ago
buildmaster
86d9fc762f
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
5 years ago
buildmaster
f18c131bb8
Going back to snapshots
5 years ago
buildmaster
562088c03d
Update SNAPSHOT to 2.2.2.RELEASE
5 years ago
Spencer Gibb
0f78c5b4ad
Pass SimpleDiscoveryProperties as parameter.
...
18a4227c4e
turned proxying off which broke this.
fixes gh-687
5 years ago
Spencer Gibb
773888fcad
Updates javadoc to mention WebClient.
...
fixes gh-645
5 years ago
Olga Maciaszek-Sharma
def41f4540
Allow overriding choose(String serviceId) method.
5 years ago
Olga Maciaszek-Sharma
7716c939b7
Allow overriding ReactorLoadBalancerExchangeFilterFunction.
5 years ago
Olga Maciaszek-Sharma
070e0a8518
Add info on SimpleDiscoveryClient in the docs. Remove redundant param. ( #684 )
...
* Add info on SimpleDiscoveryClient in the docs. Remove redundant parameter.
* Remove warning after discussion.
5 years ago
Olga Maciaszek-Sharma
47a810606d
Fix gh 629 new ( #683 )
...
* Swaps deprecated ConditionalOnEnabledEndpoint for updated annotation.
Swaps with ConditionalOnAvailableEndpoint
* Migrates to new OutputCaptureRule
* Migrates to new OutputCaptureRule
* Add health check loadBalancing implementation.
* Make isAlive() method protected.
Co-authored-by: Spencer Gibb <spencer@gibb.tech>
5 years ago
Spencer Gibb
0ce1c3a741
Migrates to new OutputCaptureRule
5 years ago
Spencer Gibb
8b53f2862a
Swaps deprecated ConditionalOnEnabledEndpoint for updated annotation.
...
Swaps with ConditionalOnAvailableEndpoint
5 years ago
Olga Maciaszek-Sharma
ec784b757e
Add hints to API via the Request interface. Fixes gh-647. ( #669 )
...
* Add hints to API via the Request interface. Fixes gh-647.
* Switch to generic context.
5 years ago
Toshiaki Maki
d7767a058a
Add once method for Customizer of circuit breaker ( #626 )
...
* Add Customizer.once
* Make the logic of Customer.once atomic
* Add document on how to use once method
5 years ago
buildmaster
2e40fcec41
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
5 years ago
buildmaster
980ce49895
Going back to snapshots
5 years ago
buildmaster
f533ef1553
Update SNAPSHOT to 2.2.1.RELEASE
5 years ago
Olga Maciaszek-Sharma
8c054083cc
Use configuration properties instead of environment. ( #662 )
...
* Use configuration properties instead of environment.
* Fix after review.
5 years ago
Olga Maciaszek-Sharma
de9e259b1e
Make LoadBalancer cache conditional on no Ribbon default. ( #650 )
5 years ago
buildmaster
8ab3c2723a
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
5 years ago
buildmaster
a70b9f30bd
Going back to snapshots
5 years ago
buildmaster
a20cde9672
Update SNAPSHOT to 2.2.0.RELEASE
5 years ago
Olga Maciaszek-Sharma
da0e06eb7a
Add evictor based loadbalancer caching ( #644 )
...
* Add Evictor dependency. Implement EvictorCache.
* Add EvictorBasedLoadBalancerCacheManager. Add evictor to starter.
* Set caffeine InitialCapacity from properties.
* Add tests. Add javadocs. Fix creating multiple cache instances.
* Reformat. Change property name. Add documentation.
* Add more tests.
* Move evictor version to parent. Add more tests.
* Ignore .flattened-pom.xml.
* Encapsulate Evictor and switch to non-evictor specific class naming.
* Adjust the docs.
* Fix after code review.
5 years ago
buildmaster
4bd752192c
Bumping versions to 2.1.5.BUILD-SNAPSHOT after release
5 years ago
buildmaster
178395f6c9
Going back to snapshots
5 years ago
buildmaster
4bba3d1a80
Update SNAPSHOT to 2.1.4.RELEASE
5 years ago
Ryan Baxter
18a4227c4e
Added proxyBeanMethods = false to configuration classes. Fixes #623
5 years ago
buildmaster
80a9a38712
Going back to snapshots
5 years ago
buildmaster
9ec71f275e
Update SNAPSHOT to 2.2.0.RC2
5 years ago