Skip to content

Commit

Permalink
Bring language on the table and types up to Jakarta EE 9 level (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: David Blevins <david.blevins@gmail.com>
  • Loading branch information
dblevins committed Oct 9, 2020
1 parent e4067f8 commit 5a07f02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/src/main/asciidoc/spec.adoc
Expand Up @@ -494,7 +494,7 @@ In the example above the name is _customerDB_
and the type is _javax.sql.DataSource.class_ .

The table below shows the mapping from Java
type to the equivalent resource type in the Java EE 5 (and later)
type to the equivalent resource type in the Jakarta EE 9 (and later)
deployment descriptors:

[options="header"]
Expand All @@ -509,7 +509,6 @@ deployment descriptors:
|java.lang.Short |env-entry
|java.lang.Long |env-entry
|java.lang.Float |env-entry
|jakarta.xml.rpc.Service |service-ref
|jakarta.xml.ws.Service |service-ref
|jakarta.jws.WebService |service-ref
|javax.sql.DataSource |resource-ref
Expand All @@ -519,7 +518,6 @@ deployment descriptors:
|jakarta.mail.Session |resource-ref
|java.net.URL |resource-ref
|jakarta.resource.cci.ConnectionFactory |resource-ref
|org.omg.CORBA_2_3.ORB |resource-ref
|any other connection factory defined by a resource adapter |resource-ref
|jakarta.jms.Queue |message-destination-ref
|jakarta.jms.Topic |message-destination-ref
Expand Down

0 comments on commit 5a07f02

Please sign in to comment.