Skip to content

Commit

Permalink
Merge pull request #10 from jGauravGupta/FISH-1194
Browse files Browse the repository at this point in the history
FISH-1194 Jakarta EE 9: IllegalArgumentException jakarta.mail.Session is not an allowed property value type
  • Loading branch information
jGauravGupta authored Mar 25, 2021
2 parents 2f32794 + b4a4d80 commit 6dee685
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default jakarta deployment descriptor updaes.
#
# Last update: 20-May-2020
# Last update: 18-March-2021
#
# These updates are for standard deployment descriptors:
# application.xml
Expand Down Expand Up @@ -32,6 +32,8 @@ javax.jms.QueueConnectionFactory=jakarta.jms.QueueConnectionFactory
javax.jms.Topic=jakarta.jms.Topic
javax.jms.TopicConnectionFactory=jakarta.jms.TopicConnectionFactory

javax.mail.Session=jakarta.mail.Session

javax.resource.cci.ConnectionFactory=jakarta.resource.cci.ConnectionFactory

javax.transaction.UserTransaction=jakarta.transaction.UserTransaction
Expand Down

0 comments on commit 6dee685

Please sign in to comment.