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/aggregator/AbstractCorrelatingMessageHandler.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ public abstract class AbstractCorrelatingMessageHandler extends AbstractMessageP
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/metadata/PropertiesPersistingMetadataStore.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2022 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -65,7 +65,7 @@ public class PropertiesPersistingMetadataStore implements ConcurrentMetadataStor
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/leader/LockRegistryLeaderInitiator.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ public class LockRegistryLeaderInitiator implements SmartLifecycle, DisposableBe
74
74
* A lock registry. The locks it manages should be global (whatever that means for the
75
75
* system) and expiring, in case the holder dies without notifying anyone.
76
76
*/
77
-
privatefinalLockRegistrylocks;
77
+
privatefinalLockRegistry<?>locks;
78
78
79
79
/**
80
80
* Candidate for leader election. User injects this to receive callbacks on leadership
@@ -162,7 +162,7 @@ public String getRole() {
162
162
* candidate (which just logs the leadership events).
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/locks/CustomTtlLockRegistry.java
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/locks/DefaultLockRegistry.java
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/locks/ExpirableLockRegistry.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2015-2019 the original author or authors.
2
+
* Copyright 2015-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/locks/PassThruLockRegistry.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2019 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/support/locks/RenewableLockRegistry.java
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2020 the original author or authors.
2
+
* Copyright 2020-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/support/leader/LockRegistryLeaderInitiatorTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public class LockRegistryLeaderInitiatorTests {
Copy file name to clipboardExpand all lines: spring-integration-core/src/test/java/org/springframework/integration/support/locks/DefaultLockRegistryTests.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2023 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -56,7 +56,7 @@ public void testBadMaskOutOfRange() { // 32bits
Copy file name to clipboardExpand all lines: spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistry.java
0 commit comments