Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Final goal would be to be able to share the same config class between app composer and real deployment.
For this first step here what will be supported:
@ApplicationComposer // @JaxrsProvider // @Descriptors @Classes(cdi = true, value = { Endpoint.class, Bean1.class }) public class AppComposerConfiguration { @Module // or Persistence, or EjbJar or Beans public static PersistenceUnit unit() { return new PersistenceUnit("jpa"); } }