GitHub user xingfudeshi added a comment to the discussion: How to smooth the 
upgrade after transferring to an apache organization

Progress Update:
Except for the server module, I have made compatibility with lower versions of 
all interfaces related to SPI,the PR is #6315. These modules are as follows:

<img width="247" alt="image" 
src="https://github.com/apache/incubator-seata/assets/24457941/7c8fb073-e2e1-4c0a-a785-0b15374cafec";>
<img width="294" alt="image" 
src="https://github.com/apache/incubator-seata/assets/24457941/5377ef93-aef5-49a4-9d1d-343bb7d6ed20";>


In addition, during the processing, I found that the integration of Apache 
Dubbo used the following dependencies[1]:
```
<dependency> 
            <groupId>org.apache.dubbo.extensions</groupId> 
            <artifactId>dubbo-filter-seata</artifactId> 
            <exclusions> 
                <exclusion> 
                    <groupId>org.apache.seata</groupId> 
                    <artifactId>seata-core</artifactId> 
                </exclusion> 
            </exclusions> 
        </dependency> 
```

It references the package name of io. seata, and I have already made it 
compatible. However, in the future, we may need to upgrade it to. org. apache. 
seata.


[1]https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-filter-extensions/dubbo-filter-seata/src/main/java/org/apache/dubbo/seata

GitHub link: 
https://github.com/apache/incubator-seata/discussions/6059#discussioncomment-8358772

----
This is an automatically sent email for dev@seata.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@seata.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org
For additional commands, e-mail: dev-h...@seata.apache.org

Reply via email to