You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #2897: WIP Fix exponential backoff
* reduce number of places where defaults can be defined
* use configured backoff in retry
* #2897: javaformat
* add Test
* add docs
* reduce number of places with defaults
---------
Co-authored-by: ulrichschulte <ulrich.schulte@codecentric.de>
Copy file name to clipboardExpand all lines: spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/config/AdminServerAutoConfiguration.java
+7-8
Original file line number
Diff line number
Diff line change
@@ -95,10 +95,10 @@ public StatusUpdater statusUpdater(InstanceRepository instanceRepository,
Copy file name to clipboardExpand all lines: spring-boot-admin-server/src/test/java/de/codecentric/boot/admin/server/services/InfoUpdateTriggerTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ public class InfoUpdateTriggerTest {
Copy file name to clipboardExpand all lines: spring-boot-admin-server/src/test/java/de/codecentric/boot/admin/server/services/StatusUpdateTriggerTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ public void setUp() throws Exception {
0 commit comments