apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.33k stars 8.78k forks source link

saga mode design question #3478

Open zhangxn8 opened 3 years ago

zhangxn8 commented 3 years ago

Why you need it?

Is your feature request related to a problem? Please describe in details

I want to integration saga mode to other framework for example: jfinal , but some base class is depend on spring, for exmaple : interface class StateMachineConfig must use ApplicationContext, this design can be modify ?

How it could be?

A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.

Cancel some base interface class depend on spring, It is use for other framework to expand it ?

Other related information

Add any other context or screenshots about the feature request here.

long187 commented 2 years ago

Spring是默认要这依赖的,目前没有去除Spring的计划。