File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
src/org/apache/axis2/transaction
src/main/java/org/apache/axis2/transport/jms
src/site/markdown/release-notes Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 6262 <artifactId >geronimo-ws-metadata_2.0_spec</artifactId >
6363 </dependency >
6464 <dependency >
65- <groupId >javax .transaction</groupId >
66- <artifactId >javax .transaction-api</artifactId >
65+ <groupId >jakarta .transaction</groupId >
66+ <artifactId >jakarta .transaction-api</artifactId >
6767 </dependency >
6868 <dependency >
6969 <groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 1919
2020package org .apache .axis2 .transaction ;
2121
22- import javax .transaction .*;
22+ import jakarta .transaction .*;
2323
2424
2525public class Axis2UserTransaction implements UserTransaction {
Original file line number Diff line number Diff line change 2929import javax .naming .Context ;
3030import javax .naming .InitialContext ;
3131import javax .naming .NamingException ;
32- import javax .transaction .TransactionManager ;
33- import javax .transaction .UserTransaction ;
32+ import jakarta .transaction .TransactionManager ;
33+ import jakarta .transaction .UserTransaction ;
3434import java .util .Hashtable ;
3535import java .util .Iterator ;
3636
Original file line number Diff line number Diff line change 7676 </dependency >
7777
7878 <dependency >
79- <groupId >javax .transaction</groupId >
80- <artifactId >javax .transaction-api</artifactId >
79+ <groupId >jakarta .transaction</groupId >
80+ <artifactId >jakarta .transaction-api</artifactId >
8181 </dependency >
8282
8383 <dependency >
Original file line number Diff line number Diff line change 2929import jakarta .jms .JMSException ;
3030import jakarta .jms .Message ;
3131import jakarta .jms .TextMessage ;
32- import javax .transaction .UserTransaction ;
32+ import jakarta .transaction .UserTransaction ;
3333
3434/**
3535 * This is the JMS message receiver which is invoked when a message is received. This processes
Original file line number Diff line number Diff line change 3333import jakarta .jms .QueueSender ;
3434import jakarta .jms .Session ;
3535import jakarta .jms .TopicPublisher ;
36- import javax .transaction .UserTransaction ;
36+ import jakarta .transaction .UserTransaction ;
3737
3838/**
3939 * Performs the actual sending of a JMS message, and the subsequent committing of a JTA transaction
Original file line number Diff line number Diff line change 3636import javax .naming .InitialContext ;
3737import javax .naming .Context ;
3838import javax .naming .NamingException ;
39- import javax .transaction .UserTransaction ;
40- import javax .transaction .NotSupportedException ;
41- import javax .transaction .SystemException ;
42- import javax .transaction .Status ;
39+ import jakarta .transaction .UserTransaction ;
40+ import jakarta .transaction .NotSupportedException ;
41+ import jakarta .transaction .SystemException ;
42+ import jakarta .transaction .Status ;
4343
4444import java .util .ArrayList ;
4545import java .util .Collections ;
Original file line number Diff line number Diff line change 969969 <version >3.17.0</version >
970970 </dependency >
971971 <dependency >
972- <groupId >javax .transaction</groupId >
973- <artifactId >javax .transaction-api</artifactId >
974- <version >1.3 </version >
972+ <groupId >jakarta .transaction</groupId >
973+ <artifactId >jakarta .transaction-api</artifactId >
974+ <version >2.0.1 </version >
975975 </dependency >
976976 <dependency >
977977 <groupId >org.osgi</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Apache Axis2 2.0.0 Release Notes
22--------------------------------
33
44This release marks the transition to jakarta that has been tested with Tomcat 11
5- and Wildfly 32 and above , and is expected to support EE 10 and Spring 6 / Spring Boot 3.
5+ and Wildfly 32, and is expected to support EE 10 and Spring 6 / Spring Boot 3.
66
77The Axis2 project transition to jakarta depends partly on Axiom, which has also been updated to 2.0.0.
88
You can’t perform that action at this time.
0 commit comments