Skip to content

Commit

Permalink
bugfix: add three tcc fence interceptors to fix tcc fence deadlock ex…
Browse files Browse the repository at this point in the history
…ception (apache#6679)
  • Loading branch information
chengliefeng committed Jul 29, 2024
1 parent d56a07e commit feda964
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
package org.apache.seata.spring.annotation;

import java.lang.reflect.Method;
import java.util.*;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.Set;
import java.util.List;
import java.util.ArrayList;

import java.util.concurrent.atomic.AtomicBoolean;

import javax.annotation.Nullable;
Expand Down

0 comments on commit feda964

Please sign in to comment.