Skip to content

Commit f466734

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-22847
2 parents b2e5819 + 8836dc9 commit f466734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/reactor/DebugAgentEnvironmentPostProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -49,7 +49,7 @@ public void postProcessEnvironment(ConfigurableEnvironment environment, SpringAp
4949
debugAgent.getMethod("init").invoke(null);
5050
}
5151
catch (Exception ex) {
52-
throw new RuntimeException("Failed to init Reactor's debug agent");
52+
throw new RuntimeException("Failed to init Reactor's debug agent", ex);
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)