Skip to content

Commit 347c302

Browse files
Ivan SenicRobWin
authored andcommitted
Issue ReactiveX#338: Removed @NotNull validations from optional Spring configuration properties
1 parent 3ae3038 commit 347c302

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resilience4j-spring/src/main/java/io/github/resilience4j/circuitbreaker/configure/CircuitBreakerConfigurationProperties.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,10 @@ public static class BackendProperties {
132132
@NotNull
133133
private Boolean registerHealthIndicator = true;
134134

135-
@NotNull
136135
private Class<Predicate<Throwable>> recordFailurePredicate;
137136

138-
@NotNull
139137
private Class<? extends Throwable>[] recordExceptions;
140138

141-
@NotNull
142139
private Class<? extends Throwable>[] ignoreExceptions;
143140
/**
144141
* Sets the wait duration in seconds the CircuitBreaker should stay open, before it switches to half closed.

0 commit comments

Comments
 (0)