Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Feb 21, 2024
1 parent 40dcdd8 commit ee452d5
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
/**
* Extracting TCC Context from Method
*/
@Deprecated
public final class ActionContextUtil {

private ActionContextUtil() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
/**
* Handler the Tx Participant Aspect : Setting Context, Creating Branch Record
*/
@Deprecated
public class ActionInterceptorHandler extends org.apache.seata.integration.tx.api.interceptor.ActionInterceptorHandler {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/**
* The type Global transactional interceptor handler.
*/
@Deprecated
public class GlobalTransactionalInterceptorHandler extends org.apache.seata.integration.tx.api.interceptor.handler.GlobalTransactionalInterceptorHandler {

public GlobalTransactionalInterceptorHandler(FailureHandler failureHandler, Set<String> methodsToProxy) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

import java.lang.reflect.Method;

@Deprecated
public class GlobalTransactionalInterceptorParser extends org.apache.seata.integration.tx.api.interceptor.parser.GlobalTransactionalInterceptorParser {

@Override
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package io.seata.integration.tx.api.json;



@Deprecated
public interface JsonParser extends org.apache.seata.integration.tx.api.json.JsonParser {
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
* extract remoting bean info
*
*/
@Deprecated
public interface RemotingParser extends org.apache.seata.integration.tx.api.remoting.RemotingParser {
}

0 comments on commit ee452d5

Please sign in to comment.