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
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/router/AbstractMappingMessageRouter.java
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/leader/LockRegistryLeaderInitiator.java
+53-47
Original file line number
Diff line number
Diff line change
@@ -353,42 +353,7 @@ public Void call() {
353
353
try {
354
354
while (isRunning()) {
355
355
try {
356
-
357
-
if (logger.isDebugEnabled()) {
358
-
logger.debug("Acquiring the lock for " + this.context);
359
-
}
360
-
361
-
// We always try to acquire the lock, in case it expired
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/transformer/SyslogToMapTransformer.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -96,20 +96,20 @@ public class SyslogToMapTransformer extends AbstractPayloadTransformer<Object, M
0 commit comments