Bring language on the table and types up to Jakarta EE 9 level (#80)
Signed-off-by: David Blevins <david.blevins@gmail.com>
diff --git a/spec/src/main/asciidoc/spec.adoc b/spec/src/main/asciidoc/spec.adoc
index fca9e38..0c5818e 100644
--- a/spec/src/main/asciidoc/spec.adoc
+++ b/spec/src/main/asciidoc/spec.adoc
@@ -494,7 +494,7 @@
 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"]
@@ -509,7 +509,6 @@
 |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
@@ -519,7 +518,6 @@
 |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