Skip to content

Commit 73fcb6a

Browse files
committed
Bumping versions
1 parent 167a866 commit 73fcb6a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ should also work without issue as long as they use Maven 3.3.3 or better.
7373
[[activate-the-spring-maven-profile]]
7474
=== Activate the Spring Maven profile
7575
Spring Cloud projects require the 'spring' Maven profile to be activated to resolve
76-
the spring snapshot repository. Use your preferred IDE to set this
76+
the spring milestone and snapshot repositories. Use your preferred IDE to set this
7777
profile to be active, or you may experience build errors.
7878

7979
[[importing-into-eclipse-with-m2eclipse]]

docs/modules/ROOT/partials/_configprops.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
|spring.cloud.openfeign.httpclient.http2.version | `+++HTTP_2+++` | Configure the protocols used by this client to communicate with remote servers. Uses {@link String} value of {@link HttpClient.Version}.
9696
|spring.cloud.openfeign.httpclient.max-connections | `+++200+++` |
9797
|spring.cloud.openfeign.httpclient.max-connections-per-route | `+++50+++` |
98-
|spring.cloud.openfeign.httpclient.ok-http.protocols | | Configure the protocols used by this client to communicate with remote servers. Uses {@link String} values of {@link Protocol}.
99-
|spring.cloud.openfeign.httpclient.time-to-live | `+++900+++` |
98+
|spring.cloud.openfeign.httpclient.time-to-live | `+++900+++` |
10099
|spring.cloud.openfeign.httpclient.time-to-live-unit | `+++seconds+++` |
101100
|spring.cloud.openfeign.lazy-attributes-resolution | `+++false+++` | Switches @FeignClient attributes resolution mode to lazy.
102101
|spring.cloud.openfeign.micrometer.enabled | `+++true+++` | Enables Micrometer capabilities for Feign.
@@ -112,4 +111,4 @@
112111
|spring.cloud.service-registry.auto-registration.register-management | `+++true+++` | Whether to register the management as a service. Defaults to true.
113112
|spring.cloud.util.enabled | `+++true+++` | Enables creation of Spring Cloud utility beans.
114113

115-
|===
114+
|===

0 commit comments

Comments
 (0)