Marcin Grzejszczak
c8a57be0f1
Merge branch '2.2.x'
4 years ago
Sébastien Deleuze
63ce0d965c
Avoid field autowiring in SimpleDiscoveryClientAutoConfiguration ( #786 )
...
In order to fix GraalVM compatibility
4 years ago
Sébastien Deleuze
f3b647613e
Avoid field autowiring in SimpleDiscoveryClientAutoConfiguration ( #786 )
...
In order to fix GraalVM compatibility
4 years ago
Olga Maciaszek-Sharma
43ea5b17fc
Remove deprecated Request and Response classes. ( #779 )
4 years ago
Olga Maciaszek-Sharma
0528e84559
Merge remote-tracking branch 'origin/2.2.x'
...
# Conflicts:
# docs/pom.xml
# pom.xml
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
spencergibb
ce3b19b428
Adds junit-vintage-engine
4 years ago
buildmaster
97082dfe7f
Bumping versions
5 years ago
Marcin Grzejszczak
7b8508773d
Changed packaging to jar
5 years ago
Marcin Grzejszczak
cdd5086952
Uploading sources for docs
5 years ago
buildmaster
812968d283
Bumping versions
5 years ago
Marcin Grzejszczak
5e9f6c2925
Migrated to docs.spring.io & updated sc-build
5 years ago
Olga Maciaszek-Sharma
d5dc29a9bc
Merge branch '2.2.x'
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-commons-dependencies/pom.xml
# spring-cloud-commons/pom.xml
# spring-cloud-context-integration-tests/pom.xml
# spring-cloud-context-webflux-integration-tests/pom.xml
# spring-cloud-context/pom.xml
# spring-cloud-loadbalancer/pom.xml
# spring-cloud-starter-loadbalancer/pom.xml
# spring-cloud-starter/pom.xml
# spring-cloud-test-support/pom.xml
5 years ago
Olga Maciaszek-Sharma
76db32b181
Fix property name in docs.
5 years ago
buildmaster
af62e6e015
Going back to snapshots
5 years ago
buildmaster
d50a2ae6cd
Update SNAPSHOT to 3.0.0-M2
5 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
buildmaster
5019c7235b
Bumping versions
5 years ago
Olga Maciaszek-Sharma
64597fb309
Merge remote-tracking branch 'origin/2.2.x'
5 years ago
Olga Maciaszek-Sharma
a33ca5da43
Update README.
5 years ago
Olga Maciaszek-Sharma
b430529ccc
Switch initialDelay to Duration. ( #768 )
5 years ago
Olga Maciaszek-Sharma
cfeb38a369
Merge remote-tracking branch 'origin/2.2.x'
...
# Conflicts:
# docs/src/main/asciidoc/_configprops.adoc
5 years ago
Olga Maciaszek-Sharma
da23fe4f07
Handle exceptions and timeouts new ( #767 )
...
* Handle timeouts and exceptions while retrieving instances.
* Update docs.
5 years ago
Olga Maciaszek-Sharma
b37ef447dc
Desynchronise HealthCheck and Cache.
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
buildmaster
55990f140b
Bumping versions
5 years ago
Olga Maciaszek-Sharma
587f5f568a
Gh 760 health check with cache new ( #765 )
...
* Cache first element of service instance list flux.
* Invoke destroy() and afterPropertiesSet() in non-bean ServiceInstanceListSupplier delegates.
* Fix return updated instances.
* Fix return updated instances.
(cherry picked from commit 88b2f0e869
)
5 years ago
Olga Maciaszek-Sharma
88b2f0e869
Gh 760 health check with cache new ( #765 )
...
* Cache first element of service instance list flux.
* Invoke destroy() and afterPropertiesSet() in non-bean ServiceInstanceListSupplier delegates.
* Fix return updated instances.
* Fix return updated instances.
5 years ago
Marcin Grzejszczak
766ab94d46
Setting up repository for docs.spring.io migration
5 years ago
Marcin Grzejszczak
6566e318bc
Setting up repository for docs.spring.io migration
5 years ago
buildmaster
b9a5fabe03
Bumping versions
5 years ago
spencergibb
2e6e619ed6
Merge branch '2.2.x'
5 years ago
shollander
b828877611
Adds ConditionalOnMissingBean to SimpleDiscoveryProperties.
...
Fixes gh-759
Fixes gh-762
5 years ago
spencergibb
1995f3cbc3
Merge branch '2.2.x'
5 years ago
Spencer Gibb
83bb54bafd
Renames ServiceInstanceListSuppliers to ServiceInstanceListSupplierBuilder ( #761 )
...
Puts static builder() method on ServiceInstanceListSupplier.
Deprecates ServiceInstanceListSupplier.fixed(Environment) and replaces with fixed(serviceId).
5 years ago
spencergibb
26dae55042
Adds support for non-enumerable property sources in bootstrap.
...
Fixes gh-724
5 years ago
Spencer Gibb
a10fbb9b07
Renames ServiceInstanceListSuppliers to ServiceInstanceListSupplierBuilder ( #761 )
...
Puts static builder() method on ServiceInstanceListSupplier.
Deprecates ServiceInstanceListSupplier.fixed(Environment) and replaces with fixed(serviceId).
5 years ago
spencergibb
2b30b355b6
Merge branch 'fitzoh-master'
5 years ago
Andrew Fitzgerald
de0a14b7a5
Removes deprecated ServiceInstanceSupplier
...
Fixes gh-753
5 years ago
Olga Maciaszek-Sharma
84358e143f
Merge remote-tracking branch 'origin/2.2.x'
5 years ago
Olga Maciaszek-Sharma
c998d69c66
Add predefined ServiceInstanceListSupplier configurations. 2nd part of gh-741. ( #758 )
5 years ago
spencergibb
b49f107dcd
Merge branch '2.2.x'
5 years ago
spencergibb
b59a546ce8
Stops casting RandomPropertySource.
...
This avoids casting errors if property sources are wrapped.
Fixes gh-757
5 years ago
spencergibb
d8034eb31d
ignores .sdkmanrc
5 years ago
Olga Maciaszek-Sharma
44c9d75953
Merge branch '2.2.x'
5 years ago
Olga Maciaszek-Sharma
8dff101d6f
Lb configuration builders ( #751 )
...
* Adds ServiceInstanceListSuppliers.java with Builder
* Implement TODOs.
* Add javadocs.
* Remove unused type.
* Add test.
* Safer caching config: resolve LoadBalancerCacheManager lazily. Return delegate if LoadBalancerCacheManager not available.
* Switch to using builder in LoadBalancerClientConfiguration.
* Autoformatting with spring-java-format.
* Update docs.
Co-authored-by: Spencer Gibb <spencer@gibb.us>
5 years ago
Olga Maciaszek-Sharma
c33363dde2
Merge branch '2.2.x'
...
# Conflicts:
# docs/src/main/asciidoc/_configprops.adoc
# spring-cloud-loadbalancer/src/main/resources/META-INF/additional-spring-configuration-metadata.json
5 years ago
Olga Maciaszek-Sharma
5f413a7297
Fix capitalisation.
5 years ago