Upgrade to MicroProfile 1.3

This commit is contained in:
Andrew Guibert 2018-03-09 10:12:51 -06:00
parent 064d514272
commit ac3d2387b1
4 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<server>
<featureManager>
<feature>microProfile-1.2</feature>
<feature>microProfile-1.3</feature>
</featureManager>
<httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="${httpPort}" httpsPort="${httpsPort}" />

View File

@ -35,7 +35,7 @@ subprojects {
}
dependencies {
providedCompile group: 'org.eclipse.microprofile', name: 'microprofile', version: '1.2'
providedCompile group: 'org.eclipse.microprofile', name: 'microprofile', version: '1.3'
providedCompile group: 'javax', name: 'javaee-api', version: '8.0'
testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'org.eclipse', name: 'yasson', version: '1.0'

View File

@ -1,12 +1,9 @@
<server>
<featureManager>
<feature>microProfile-1.2</feature>
<feature>microProfile-1.3</feature>
<feature>websocket-1.1</feature>
<feature>apiDiscovery-1.0</feature>
<feature>servlet-4.0</feature>
<feature>jaxrs-2.1</feature>
<feature>jsonb-1.0</feature>
<feature>jsp-2.3</feature>
<feature>concurrent-1.0</feature>
</featureManager>

View File

@ -1,6 +1,6 @@
<server>
<featureManager>
<feature>microProfile-1.2</feature>
<feature>microProfile-1.3</feature>
</featureManager>
<httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="${httpPort}" httpsPort="${httpsPort}" />