File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/test/java/org/mybatis/spring Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2010-2022 the original author or authors.
2
+ * Copyright 2010-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import com .mockrunner .mock .jdbc .MockDataSource ;
24
24
import com .mockrunner .mock .jdbc .MockPreparedStatement ;
25
25
26
+ import jakarta .transaction .UserTransaction ;
27
+
26
28
import org .apache .ibatis .exceptions .PersistenceException ;
27
29
import org .apache .ibatis .mapping .Environment ;
28
30
import org .apache .ibatis .session .ExecutorType ;
38
40
import org .springframework .transaction .jta .JtaTransactionManager ;
39
41
import org .springframework .transaction .support .DefaultTransactionDefinition ;
40
42
41
- import jakarta .transaction .UserTransaction ;
42
-
43
43
class MyBatisSpringTest extends AbstractMyBatisSpringTest {
44
44
45
45
private SqlSession session ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2010-2022 the original author or authors.
2
+ * Copyright 2010-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
18
18
import static org .assertj .core .api .Assertions .assertThat ;
19
19
20
+ import jakarta .transaction .UserTransaction ;
21
+
20
22
import org .junit .jupiter .api .Disabled ;
21
23
import org .junit .jupiter .api .Test ;
22
24
import org .junit .jupiter .api .extension .ExtendWith ;
23
25
import org .springframework .beans .factory .annotation .Autowired ;
24
26
import org .springframework .test .context .junit .jupiter .SpringExtension ;
25
27
import org .springframework .test .context .junit .jupiter .SpringJUnitConfig ;
26
28
27
- import jakarta .transaction .UserTransaction ;
28
-
29
29
@ Disabled ("Yet not found OSS implementation that supported Jakarta EE 9+ APIs" )
30
30
@ ExtendWith (SpringExtension .class )
31
31
@ SpringJUnitConfig (locations = "classpath:org/mybatis/spring/submitted/xa/applicationContext.xml" )
You can’t perform that action at this time.
0 commit comments