Spring Cloud Hoxton.RC2 release

Spring Cloud Hoxton release candidate RC2 has been released. This version can be  Spring Milestone downloaded to the repository (not uploaded a central repository must configure this plant PW)

Hoxton release series of major changes

Spring Cloud Hoxton.RC2 built on Spring Boot 2.2.1.RELEASE. About Spring Boot 2.2.1 to solve the problem, please refer to the  spring-boot / releases

Spring Cloud Vault

Spring Cloud Circuitbreaker

Add a property to disable the auto-configuration Resilience4J

spring.cloud.circuitbreaker.resilience4j.enabled=false

Spring Cloud Gateway

  • Support Spring Cloud CircuitBreaker as a circuit breaker abstract aim alternative HystrixGatewayFilter

Spring Cloud Config

By default, plain text files in encrypted value will not be decrypted. In order to enable decryption of plain text files

spring.cloud.config.server.encrypt.enabled=true

spring.cloud.config.server.encrypt.plainTextEncrypt=true

Only YAML,JSONand attribute file extension support for plain text files to decrypt. If this feature is enabled, and the requested extension unsupported file, any encrypted values in the file will not be decrypted.

Spring Cloud Openfeign

Official support  Spring Cloud LoadBalancer , on  spring cloud lb Description

Spring Cloud Netflix

Also add a disabled Spring Cloud CircuitBreaker Hystrixattribute automatic configuration

 spring.cloud.circuitbreaker.hystrix.enabled=false

Guess you like

Origin www.oschina.net/news/111292/spring-cloud-hoxton-rc2-released