Skip to content

Commit 07e6eb0

Browse files
author
Robert Winkler
committed
* Updated Vavr from 0.9.1 to 0.9.2
* Updated RxJava from 2.1.3 to 2.1.10 * Updated Vertx from 3.4.1 to 3.5.1 * Updated Dropwizard Metrics from 3.1.2 to 3.2.5 * Updated Spring Boot from 1.4.3.RELEASE to 1.5.5.RELEASE * Updated Ratpack from 1.4.6 to 1.5.4 * Updated Prometheus from 0.0.21 to 0.3.0
1 parent 125cfbf commit 07e6eb0

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

RELEASENOTES.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,12 @@ NOTE: Breaking changes:
146146
* PR #206: Added support for Micrometer
147147
* PR #208: Updated Retrofit version from 2.1 to 2.3
148148
* PR #211: Make sure the Reactor operators can be used together on a Flux
149+
* Updated Vavr from 0.9.1 to 0.9.2
150+
* Updated RxJava from 2.1.3 to 2.1.10
151+
* Updated Vertx from 3.4.1 to 3.5.1
152+
* Updated Dropwizard Metrics from 3.1.2 to 3.2.5
153+
* Updated Spring Boot from 1.4.3.RELEASE to 1.5.5.RELEASE
154+
* Updated Ratpack from 1.4.6 to 1.5.4
155+
* Updated Prometheus from 0.0.21 to 0.3.0
149156

150157
* Issue #47: OSGI Support. Fixed bnd configuration in publishing.gradle

libraries.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Allows centralized definition of the version of artifacts to
22
// use. In that respect it serves a role similar to <dependencyManagement> in Maven
33
ext {
4-
vavrVersion = '0.9.1'
5-
rxJavaVersion = '2.1.3'
4+
vavrVersion = '0.9.2'
5+
rxJavaVersion = '2.1.10'
66
reactorVersion = '3.0.7.RELEASE'
77
junitVersion = '4.12'
88
slf4jVersion = '1.7.24'
@@ -12,14 +12,14 @@ ext {
1212
powermockVersion = '1.6.6'
1313
jcacheVersion = '1.0.0'
1414
awaitilityVersion = '1.7.0'
15-
metricsVersion = '3.1.2'
16-
vertxVersion = '3.4.1'
17-
springBootVersion = '1.4.3.RELEASE'
18-
ratpackVersion = '1.4.6'
15+
metricsVersion = '3.2.5'
16+
vertxVersion = '3.5.1'
17+
springBootVersion = '1.5.5.RELEASE'
18+
ratpackVersion = '1.5.4'
1919
spockVersion = '1.1-groovy-2.4-rc-4'
2020
retrofitVersion = '2.3.0'
21-
prometheusSimpleClientVersion = '0.0.21'
22-
reactorVersion = '3.1.3.RELEASE'
21+
prometheusSimpleClientVersion = '0.3.0'
22+
reactorVersion = '3.1.5.RELEASE'
2323
reactiveStreamsVersion = '1.0.2'
2424
micrometerVersion = '1.0.0'
2525

resilience4j-spring-boot/src/test/resources/application.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ resilience4j.ratelimiter:
2929
limitForPeriod: 6
3030
limitRefreshPeriodInMillis: 500
3131
timeoutInMillis: 3000
32+
33+
management.security.enabled: false

0 commit comments

Comments
 (0)