You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/03 00:32:35 UTC

[tomee-jakarta] branch master updated: Add missing src dir

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new 361855d  Add missing src dir
361855d is described below

commit 361855ddc2643bb482253f0f520ec34783f5b2b3
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun May 2 17:32:20 2021 -0700

    Add missing src dir
---
 .../src/main/assembly/javaee-api-libs.xml          |  65 +++
 .../main/filtered-resources/javaee-api-feature.xml |  54 +++
 .../javaee/api/activator/MultiActivator.java       |  42 ++
 .../javaee/api/locator/ProviderLocator.java        | 469 +++++++++++++++++++++
 jakartaee-api/src/main/legal/META-INF/all/LICENSE  | 256 +++++++++++
 jakartaee-api/src/main/legal/META-INF/all/NOTICE   |  15 +
 .../src/main/legal/META-INF/tomcat/LICENSE         | 202 +++++++++
 .../src/main/legal/META-INF/tomcat/NOTICE          |   6 +
 .../src/main/resources/META-INF/README.txt         |  10 +
 9 files changed, 1119 insertions(+)

diff --git a/jakartaee-api/src/main/assembly/javaee-api-libs.xml b/jakartaee-api/src/main/assembly/javaee-api-libs.xml
new file mode 100644
index 0000000..6f9d580
--- /dev/null
+++ b/jakartaee-api/src/main/assembly/javaee-api-libs.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 699189 $ $Date: 2008-09-26 01:16:00 -0500 (Fri, 26 Sep 2008) $ -->
+
+<assembly>
+  <id>libs</id>
+  <formats>
+    <format>zip</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>${basedir}/target/classes/META-INF</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>README.txt</include>
+      </includes>
+      <excludes>
+        <exclude>all</exclude>
+        <exclude>plus</exclude>
+      </excludes>
+    </fileSet>
+  </fileSets>
+  <files>
+    <file>
+      <source>${project.basedir}/src/main/legal/META-INF/all/LICENSE</source>
+      <outputDirectory>/</outputDirectory>
+      <destName>LICENSE</destName>
+    </file>
+    <file>
+      <source>${project.basedir}/src/main/legal/META-INF/all/NOTICE</source>
+      <outputDirectory>/</outputDirectory>
+      <destName>NOTICE</destName>
+    </file>
+  </files>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>/</outputDirectory>
+      <excludes>
+        <exclude>org.apache.openejb:javaee-api</exclude>
+        <exclude>org.apache.geronimo.specs:geronimo-osgi-locator</exclude>
+        <exclude>*:*:sources</exclude>
+        <exclude>junit:junit</exclude>
+      </excludes>
+    </dependencySet>
+  </dependencySets>
+</assembly>
+
diff --git a/jakartaee-api/src/main/filtered-resources/javaee-api-feature.xml b/jakartaee-api/src/main/filtered-resources/javaee-api-feature.xml
new file mode 100644
index 0000000..94ab7b6
--- /dev/null
+++ b/jakartaee-api/src/main/filtered-resources/javaee-api-feature.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<features>
+  <feature name="javaee-api" version="${project.version}">
+
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo-jta_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/${geronimo-activation_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.1_spec/${geronimo-annotation_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/${geronimo-atinject_1.0_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-ejb_3.1_spec/${geronimo-ejb_3.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-interceptor_1.1_spec/${geronimo-interceptor_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-connector_1.6_spec/${geronimo-j2ee-connector_1.6_spec.version}</bundle>
+    <bundle>wrap:mvn:org.apache.geronimo.specs/geronimo-j2ee-deployment_1.1_spec/${geronimo-j2ee-deployment_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/${geronimo-j2ee-management_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jacc_1.4_spec/${geronimo-jacc_1.4_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jaxb_2.2_spec/${geronimo-jaxb_2.2_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jaxr_1.0_spec/${geronimo-jaxr_1.0_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jaxrpc_1.1_spec/${geronimo-jaxrpc_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jaxrs_1.1_spec/${geronimo-jaxrs_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jaxws_2.2_spec/${geronimo-jaxws_2.2_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jcdi_1.0_spec/${geronimo-jcdi_1.0_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo-jms_1.1_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jpa_2.0_spec/${geronimo-jpa_2.0_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-saaj_1.3_spec/${geronimo-saaj_1.3_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-stax-api_1.2_spec/${geronimo-stax-api_1.2_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-validation_1.0_spec/${geronimo-validation_1.0_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec/${geronimo-ws-metadata_2.0_spec.version}</bundle>
+
+    <!-- Jakarta APIs -->
+
+    <!-- from Tomcat too -->
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_3.0_spec/${geronimo-servlet_3.0_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jsp_2.2_spec/${geronimo-jsp_2.2_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-el_2.2_spec/${geronimo-el_2.2_spec.version}</bundle>
+    <bundle>mvn:org.apache.geronimo.specs/geronimo-jaspic_1.0_spec/${geronimo-jaspic_1.0_spec.version}</bundle>
+  </feature>
+</features>
diff --git a/jakartaee-api/src/main/java/org/apache/openejb/javaee/api/activator/MultiActivator.java b/jakartaee-api/src/main/java/org/apache/openejb/javaee/api/activator/MultiActivator.java
new file mode 100644
index 0000000..ce98b04
--- /dev/null
+++ b/jakartaee-api/src/main/java/org/apache/openejb/javaee/api/activator/MultiActivator.java
@@ -0,0 +1,42 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+
+package org.apache.openejb.javaee.api.activator;
+
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+
+/**
+ * This exists only to call the 3 BundleActivators present in the un-amalgamated jars.
+ *
+ * @version $Rev: 1866469 $ $Date: 2019-09-05 08:20:56 -0700 (Thu, 05 Sep 2019) $
+ */
+public class MultiActivator implements BundleActivator {
+
+    private final org.apache.geronimo.osgi.locator.Activator locator = new org.apache.geronimo.osgi.locator.Activator();
+
+    public void start(final BundleContext bundleContext) throws Exception {
+        locator.start(bundleContext);
+    }
+
+    public void stop(final BundleContext bundleContext) throws Exception {
+        locator.stop(bundleContext);
+    }
+}
diff --git a/jakartaee-api/src/main/java/org/apache/openejb/javaee/api/activator/org/apache/openejb/javaee/api/locator/ProviderLocator.java b/jakartaee-api/src/main/java/org/apache/openejb/javaee/api/activator/org/apache/openejb/javaee/api/locator/ProviderLocator.java
new file mode 100644
index 0000000..1c445b6
--- /dev/null
+++ b/jakartaee-api/src/main/java/org/apache/openejb/javaee/api/activator/org/apache/openejb/javaee/api/locator/ProviderLocator.java
@@ -0,0 +1,469 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.openejb.javaee.api.activator.org.apache.openejb.javaee.api.locator;
+
+import java.io.BufferedReader;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.net.URL;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Enumeration;
+import java.util.LinkedHashSet;
+import java.util.List;
+import java.util.Properties;
+import java.util.Set;
+
+@SuppressWarnings("UnusedDeclaration")
+public class ProviderLocator {
+    // our bundle context
+    static private Object context;
+    // a service tracker for the registry service
+    // NB:  This is declared as just Object to avoid classloading issues if we're running
+    // outside of an OSGi environment.
+    static private Object registryTracker;
+
+    private static Class<?> bundleContextClazz = null;
+    private static Class<?> serviceTrackerClazz = null;
+
+    static {
+        final ClassLoader cl = Thread.currentThread().getContextClassLoader();
+        try {
+            bundleContextClazz = cl.loadClass("org.osgi.framework.BundleContext");
+            serviceTrackerClazz = cl.loadClass("org.osgi.util.tracker.ServiceTracker");
+        } catch (final ClassNotFoundException e) {
+            e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates.
+        }
+    }
+
+    private ProviderLocator() {
+        // private constructor to prevent an instance from getting created.
+    }
+
+    /**
+     * Utility class for locating a class with OSGi registry
+     * support.  Uses the thread context classloader as part of
+     * the search order.
+     *
+     * @param className The name of the target class.
+     *
+     * @return The loaded class.
+     * @exception ClassNotFoundException
+     *                   Thrown if the class cannot be located.
+     */
+    static public Class<?> loadClass(final String className) throws ClassNotFoundException {
+        return loadClass(className, null, Thread.currentThread().getContextClassLoader());
+    }
+
+    /**
+     * Utility class for locating a class with OSGi registry
+     * support.  Uses the thread context classloader as part of
+     * the search order.
+     *
+     * @param className The name of the target class.
+     * @param contextClass The context class to retrive the classloader.
+     *
+     * @return The loaded class.
+     * @exception ClassNotFoundException
+     *                   Thrown if the class cannot be located.
+     */
+    static public Class<?> loadClass(final String className, final Class<?> contextClass) throws ClassNotFoundException {
+        return loadClass(className, contextClass, Thread.currentThread().getContextClassLoader());
+    }
+
+    /**
+     * Standardized utility method for performing class lookups
+     * with support for OSGi registry lookups.
+     *
+     * @param className The name of the target class.
+     * @param contextClass The context class to retrive the classloader.
+     * @param loader    An optional class loader.
+     *
+     * @return The loaded class
+     * @exception ClassNotFoundException
+     *                   Thrown if the class cannot be loaded.
+     */
+    static public Class<?> loadClass(final String className, final Class<?>contextClass, ClassLoader loader) throws ClassNotFoundException {
+        if (loader != null) {
+            try {
+                return loader.loadClass(className);
+            } catch (final ClassNotFoundException x) {
+                //ignore
+            }
+        }
+        if (contextClass != null) {
+            loader = contextClass.getClassLoader();
+        }
+        // try again using the class context loader
+        return Class.forName(className, true, loader);
+    }
+
+
+    /**
+     * Get a single service instance that matches an interface
+     * definition.
+     *
+     * @param iface  The name of the required interface.
+     * @param contextClass
+     *               The class requesting the lookup (used for class resolution).
+     * @param loader A class loader to use for searching for service definitions
+     *               and loading classes.
+     *
+     * @return The service instance, or null if no matching services
+     *         can be found.
+     * @exception Exception Thrown for any classloading or exceptions thrown
+     *                      trying to instantiate a service instance.
+     */
+    static public Object getService(final String iface, final Class<?> contextClass, final ClassLoader loader) throws Exception {
+        // try for a classpath locatable instance next.  If we find an appropriate class mapping,
+        // create an instance and return it.
+        final Class<?> cls = locateServiceClass(iface, contextClass, loader);
+        if (cls != null) {
+            return cls.newInstance();
+        }
+        // a provider was not found
+        return null;
+    }
+
+
+    /**
+     * Locate a service class that matches an interface
+     * definition.
+     *
+     * @param iface  The name of the required interface.
+     * @param contextClass
+     *               The class requesting the lookup (used for class resolution).
+     * @param loader A class loader to use for searching for service definitions
+     *               and loading classes.
+     *
+     * @return The located class, or null if no matching services
+     *         can be found.
+     * @exception ClassNotFoundException Thrown for any classloading exceptions thrown
+     *                                   trying to load the class.
+     */
+    static public Class<?> getServiceClass(final String iface, final Class<?> contextClass, final ClassLoader loader) throws ClassNotFoundException {
+        return locateServiceClass(iface, contextClass, loader);
+    }
+
+
+    /**
+     * Get a list of services that match a given interface
+     * name.  This searches both the current class path and
+     * the global repository for matches.
+     *
+     * @param iface  The name of the required interface.
+     * @param contextClass
+     *               The class requesting the lookup (used for class resolution).
+     * @param loader A class loader to use for searching for service definitions
+     *               and loading classes.
+     *
+     * @return A list of matching services.  Returns an empty list if there
+     *         are no matches.
+     * @exception Exception Thrown for any classloading or exceptions thrown
+     *                      trying to instantiate a service instance.
+     */
+    static public List<Object> getServices(final String iface, final Class<?> contextClass, final ClassLoader loader) throws Exception {
+        final List<Object> services = new ArrayList<Object>();
+
+        // try for a classpath locatable instance second.  If we find an appropriate class mapping,
+        // create an instance and return it.
+        final Collection<Class<?>> classes = locateServiceClasses(iface, contextClass, loader);
+        if (classes != null) {
+            // create an instance of each of these classes
+            for (final Class<?> cls : classes) {
+                services.add(cls.newInstance());
+            }
+        }
+
+        // now return the merged set
+        return services;
+    }
+
+
+    /**
+     * Get a list of service class implementations that match
+     * an interface name.  This searches both the current class path and
+     * the global repository for matches.
+     *
+     * @param iface  The name of the required interface.
+     * @param contextClass
+     *               The class requesting the lookup (used for class resolution).
+     * @param loader A class loader to use for searching for service definitions
+     *               and loading classes.
+     *
+     * @return A list of matching provider classes.  Returns an empty list if there
+     *         are no matches.
+     * @exception Exception Thrown for any classloading exceptions thrown
+     *                      trying to load a provider class.
+     */
+    static public List<Class<?>> getServiceClasses(final String iface, final Class<?> contextClass, final ClassLoader loader) throws Exception {
+        final Set<Class<?>> serviceClasses = new LinkedHashSet<Class<?>>();
+
+        // try for a classpath locatable classes second.  If we find an appropriate class mapping,
+        // add this to our return collection.
+        final Collection<Class<?>> classes = locateServiceClasses(iface, contextClass, loader);
+        if (classes != null) {
+            serviceClasses.addAll(classes);
+        }
+        // now return the merged set
+        return new ArrayList(serviceClasses);
+    }
+
+
+    /**
+     * Locate the first class name for a META-INF/services definition
+     * of a given class.  The first matching provider is
+     * returned.
+     *
+     * @param iface  The interface class name used for the match.
+     * @param loader The classloader for locating resources.
+     *
+     * @return The mapped provider name, if found.  Returns null if
+     *         no mapping is located.
+     */
+    static private String locateServiceClassName(final String iface, final Class<?> contextClass, final ClassLoader loader) {
+        // search first with the loader class path
+        String name = locateServiceClassName(iface, loader);
+        if (name != null) {
+            return name;
+        }
+        // then with the context class, if there is one
+        if (contextClass != null) {
+            name = locateServiceClassName(iface, contextClass.getClassLoader());
+            if (name != null) {
+                return name;
+            }
+        }
+        // not found
+        return null;
+    }
+
+
+    /**
+     * Locate a classpath-define service mapping.
+     *
+     * @param iface  The required interface name.
+     * @param loader The ClassLoader instance to use to locate the service.
+     *
+     * @return The mapped class name, if one is found.  Returns null if the
+     *         mapping is not located.
+     */
+    static private String locateServiceClassName(final String iface, final ClassLoader loader) {
+        if (loader != null) {
+            try {
+                // we only look at resources that match the file name, using the specified loader
+                final String service = "META-INF/services/" + iface;
+                final Enumeration<URL> providers = loader.getResources(service);
+
+                while (providers.hasMoreElements()) {
+                    final List<String>providerNames = parseServiceDefinition(providers.nextElement());
+                    // if there is something defined here, return the first entry
+                    if (!providerNames.isEmpty()) {
+                        return providerNames.get(0);
+                    }
+                }
+            } catch (final IOException e) {
+                //ignore
+            }
+        }
+        // not found
+        return null;
+    }
+
+
+    /**
+     * Locate the first class for a META-INF/services definition
+     * of a given interface class.  The first matching provider is
+     * returned.
+     *
+     * @param iface  The interface class name used for the match.
+     * @param loader The classloader for locating resources.
+     *
+     * @return The mapped provider class, if found.  Returns null if
+     *         no mapping is located.
+     */
+    static private Class<?> locateServiceClass(final String iface, final Class<?> contextClass, final ClassLoader loader) throws ClassNotFoundException {
+        final String className = locateServiceClassName(iface, contextClass, loader);
+        if (className == null) {
+            return null;
+        }
+
+        // we found a name, try loading the class.  This will throw an exception if there is an error
+        return loadClass(className, contextClass, loader);
+    }
+
+
+    /**
+     * Locate all class names name for a META-INF/services definition
+     * of a given class.
+     *
+     * @param iface  The interface class name used for the match.
+     * @param loader The classloader for locating resources.
+     *
+     * @return The mapped provider name, if found.  Returns null if
+     *         no mapping is located.
+     */
+    static private Collection<String> locateServiceClassNames(final String iface, final Class<?> contextClass, final ClassLoader loader) {
+        final Set<String> names = new LinkedHashSet<String>();
+
+        locateServiceClassNames(iface, loader, names);
+        if (contextClass != null) {
+            locateServiceClassNames(iface, contextClass.getClassLoader(), names);
+        }
+
+        return names;
+    }
+
+
+    /**
+     * Locate all class names name for a META-INF/services definition
+     * of a given class.
+     *
+     * @param iface  The interface class name used for the match.
+     * @param loader The classloader for locating resources.
+     *
+     * @return The mapped provider name, if found.  Returns null if
+     *         no mapping is located.
+     */
+    static void locateServiceClassNames(final String iface, final ClassLoader loader, final Set names) {
+        if (loader != null) {
+
+            try {
+                // we only look at resources that match the file name, using the specified loader
+                final String service = "META-INF/services/" + iface;
+                final Enumeration<URL> providers = loader.getResources(service);
+
+                while (providers.hasMoreElements()) {
+                    final List<String>providerNames = parseServiceDefinition(providers.nextElement());
+                    // just add all of these to the list
+                    names.addAll(providerNames);
+                }
+            } catch (final IOException e) {
+            }
+        }
+    }
+
+
+    /**
+     * Locate all classes that map to a given provider class definition.  This will
+     * search both the services directories, as well as the provider classes from the
+     * OSGi provider registry.
+     *
+     * @param iface  The interface class name used for the match.
+     * @param loader The classloader for locating resources.
+     *
+     * @return A list of all mapped classes, if found.  Returns an empty list if
+     *         no mappings are found.
+     */
+    static private Collection<Class<?>> locateServiceClasses(final String iface, final Class<?> contextClass, final ClassLoader loader) throws ClassNotFoundException {
+        // get the set of names from services definitions on the classpath
+        final Collection<String> classNames = locateServiceClassNames(iface, contextClass, loader);
+        final Set<Class<?>> classes = new LinkedHashSet<Class<?>>();
+
+        // load each class and add to our return set
+        for (final String name : classNames) {
+            classes.add(loadClass(name, contextClass, loader));
+        }
+        return classes;
+    }
+
+
+    /**
+     * Parse a definition file and return the names of all included implementation classes
+     * contained within the file.
+     *
+     * @param u      The URL of the file
+     *
+     * @return A list of all matching classes.  Returns an empty list
+     *         if no matches are found.
+     */
+    static private List<String> parseServiceDefinition(final URL u) {
+        final String url = u.toString();
+        final List<String> classes = new ArrayList<String>();
+        // ignore directories
+        if (url.endsWith("/")) {
+            return classes;
+        }
+        // the identifier used for the provider is the last item in the URL.
+        final String providerId = url.substring(url.lastIndexOf("/") + 1);
+        try {
+            final BufferedReader br = new BufferedReader(new InputStreamReader(u.openStream(), "UTF-8"));
+            // the file can be multiple lines long, with comments.  A single file can define multiple providers
+            // for a single key, so we might need to create multiple entries.  If the file does not contain any
+            // definition lines, then as a default, we use the providerId as an implementation class also.
+            String line = br.readLine();
+            while (line != null) {
+                // we allow comments on these lines, and a line can be all comment
+                final int comment = line.indexOf('#');
+                if (comment != -1) {
+                    line = line.substring(0, comment);
+                }
+                line = line.trim();
+                // if there is nothing left on the line after stripping white space and comments, skip this
+                if (line.length() > 0) {
+                    // add this to our list
+                    classes.add(line);
+                }
+                // keep reading until the end.
+                line = br.readLine();
+            }
+            br.close();
+        } catch (final IOException e) {
+            // ignore errors and handle as default
+        }
+        return classes;
+    }
+
+    /**
+     * Perform a service class discovery by looking for a
+     * property in a target properties file located in the
+     * java.home directory.
+     *
+     * @param path     The relative path to the desired properties file.
+     * @param property The name of the required property.
+     *
+     * @return The value of the named property within the properties file.  Returns
+     *         null if the property doesn't exist or the properties file doesn't exist.
+     */
+    public static String lookupByJREPropertyFile(final String path, final String property) throws IOException {
+        final String jreDirectory = System.getProperty("java.home");
+        final File configurationFile = new File(jreDirectory + File.separator + path);
+        if (configurationFile.exists() && configurationFile.canRead()) {
+            final Properties properties = new Properties();
+            InputStream in = null;
+            try {
+                in = new FileInputStream(configurationFile);
+                properties.load(in);
+                return properties.getProperty(property);
+            } finally {
+                if (in != null) {
+                    try {
+                        in.close();
+                    } catch (final Exception e) {
+                        //ignore
+                    }
+                }
+            }
+        }
+        return null;
+    }
+}
diff --git a/jakartaee-api/src/main/legal/META-INF/all/LICENSE b/jakartaee-api/src/main/legal/META-INF/all/LICENSE
new file mode 100644
index 0000000..ee6f829
--- /dev/null
+++ b/jakartaee-api/src/main/legal/META-INF/all/LICENSE
@@ -0,0 +1,256 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+#########################################################################
+## ADDITIONAL LICENSES                                                 ##
+#########################################################################
+
+The XMLSchema.dtd included in this project was developed by the
+W3C Consortium (http://www.w3c.org/).
+Use of the source code, thus licensed, and the resultant binary are
+subject to the terms and conditions of the following license.
+
+W3C® SOFTWARE NOTICE AND LICENSE
+Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
+Technology, Institut National de Recherche en Informatique et en Automatique,
+Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is
+being provided by the copyright holders under the following license. By
+obtaining, using and/or copying this work, you (the licensee) agree that you
+have read, understood, and will comply with the following terms and
+conditions:
+
+Permission to use, copy, modify, and distribute this software and its
+documentation, with or without modification,  for any purpose and without
+fee or royalty is hereby granted, provided that you include the following on
+ALL copies of the software and documentation or portions thereof, including
+modifications, that you make:
+
+1. The full text of this NOTICE in a location viewable to users of the
+redistributed or derivative work.
+2. Any pre-existing intellectual property disclaimers, notices, or terms
+and conditions. If none exist, a short notice of the following form
+(hypertext is preferred, text is permitted) should be used within
+the body of any redistributed or derivative code: "Copyright ©
+[$date-of-software] World Wide Web Consortium, (Massachusetts Institute
+of Technology, Institut National de Recherche en Informatique et en
+Automatique, Keio University). All Rights Reserved.
+http://www.w3.org/Consortium/Legal/"
+3. Notice of any changes or modifications to the W3C files, including the
+date changes were made. (We recommend you provide URIs to the location
+from which the code is derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
+NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
+THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS,
+COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
+publicity pertaining to the software without specific, written prior permission.
+Title to copyright in this software and any associated documentation will at all
+times remain with copyright holders.
diff --git a/jakartaee-api/src/main/legal/META-INF/all/NOTICE b/jakartaee-api/src/main/legal/META-INF/all/NOTICE
new file mode 100644
index 0000000..dc89445
--- /dev/null
+++ b/jakartaee-api/src/main/legal/META-INF/all/NOTICE
@@ -0,0 +1,15 @@
+
+OpenEJB :: JavaEE Full API (zip and jar files)
+Copyright 2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product includes software developed by
+The W3C Consortium (http://www.w3.org/).
+
+Copyright (c) 1994-2002 World Wide Web Consortium,
+(Massachusetts Institute of Technology, Institut National
+de Recherche en Informatique et en Automatique, Keio
+University). All Rights Reserved.
+http://www.w3.org/Consortium/Legal/
diff --git a/jakartaee-api/src/main/legal/META-INF/tomcat/LICENSE b/jakartaee-api/src/main/legal/META-INF/tomcat/LICENSE
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/jakartaee-api/src/main/legal/META-INF/tomcat/LICENSE
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
diff --git a/jakartaee-api/src/main/legal/META-INF/tomcat/NOTICE b/jakartaee-api/src/main/legal/META-INF/tomcat/NOTICE
new file mode 100644
index 0000000..51072ae
--- /dev/null
+++ b/jakartaee-api/src/main/legal/META-INF/tomcat/NOTICE
@@ -0,0 +1,6 @@
+
+OpenEJB :: JavaEE Full API (zip and jar files)
+Copyright 2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/jakartaee-api/src/main/resources/META-INF/README.txt b/jakartaee-api/src/main/resources/META-INF/README.txt
new file mode 100644
index 0000000..a9552f3
--- /dev/null
+++ b/jakartaee-api/src/main/resources/META-INF/README.txt
@@ -0,0 +1,10 @@
+These are the archives used to create the Apache TomEE javaee-api-8.0-x.jar.
+
+This archive exists as a way to replace the single javaee-api-8.0-x.jar for users
+who would rather have the individual API jars rather than one large
+jar.  This can be useful in situations where one or more spec versions
+need to be upgraded or changed.
+
+Simply delete the javaee-api-8.0-x.jar and unzip this zip in its
+place.  Typically this will be inside the 'lib' directory of the
+TomEE Standalone server or TomEE Webapp.