slievrly commented on code in PR #7688:
URL: https://github.com/apache/incubator-seata/pull/7688#discussion_r2513845310
##########
compatible/src/main/java/io/seata/integration/http/JakartaTransactionPropagationInterceptor.java:
##########
@@ -21,4 +21,4 @@
*/
@Deprecated
public class JakartaTransactionPropagationInterceptor
Review Comment:
compatible pkg
##########
compatible/src/test/java/io/seata/integration/http/JakartaSeataWebMvcConfigurerTest.java:
##########
@@ -51,7 +51,7 @@ public void testConstructor() {
public void testInstanceOfApacheSeataClass() {
JakartaSeataWebMvcConfigurer configurer = new
JakartaSeataWebMvcConfigurer();
assertTrue(
- configurer instanceof
org.apache.seata.integration.http.JakartaSeataWebMvcConfigurer,
+ configurer instanceof
org.apache.seata.integration.http.jakarta.JakartaSeataWebMvcConfigurer,
Review Comment:
compatible pkg
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]