Use fine-grained features instead of convenience features

This commit is contained in:
Andrew Guibert 2018-05-04 10:45:32 -05:00
parent 3623015452
commit 1b02cf9937
3 changed files with 21 additions and 9 deletions

View File

@ -1,7 +1,11 @@
<server>
<featureManager>
<feature>microProfile-1.2</feature>
<feature>appSecurity-2.0</feature>
<feature>appSecurity-3.0</feature>
<feature>cdi-2.0</feature>
<feature>jaxrs-2.1</feature>
<feature>jndi-1.0</feature>
<feature>mpConfig-1.2</feature>
<feature>mpJwt-1.0</feature>
</featureManager>
<httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="${httpPort}" httpsPort="${httpsPort}" />

View File

@ -1,12 +1,15 @@
<server>
<featureManager>
<feature>microProfile-1.2</feature>
<feature>mpRestClient-1.0</feature>
<feature>websocket-1.1</feature>
<feature>jaxrs-2.1</feature>
<feature>jsonb-1.0</feature>
<feature>appSecurity-3.0</feature>
<feature>cdi-2.0</feature>
<feature>concurrent-1.0</feature>
<feature>apiDiscovery-1.0</feature>
<feature>jaxrs-2.1</feature>
<feature>jndi-1.0</feature>
<feature>jsonb-1.0</feature>
<feature>mpConfig-1.2</feature>
<feature>mpRestClient-1.0</feature>
<feature>mpJwt-1.0</feature>
<feature>websocket-1.1</feature>
</featureManager>
<httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="${httpPort}" httpsPort="${httpsPort}" />

View File

@ -1,8 +1,13 @@
<server>
<featureManager>
<feature>microProfile-1.2</feature>
<feature>appSecurity-3.0</feature>
<feature>cdi-2.0</feature>
<feature>concurrent-1.0</feature>
<feature>jaxrs-2.1</feature>
<feature>jndi-1.0</feature>
<feature>jsonb-1.0</feature>
<feature>mpConfig-1.2</feature>
<feature>mpJwt-1.0</feature>
</featureManager>
<applicationManager autoExpand="true"/>