You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/21 17:04:00 UTC

[jira] [Commented] (TOMEE-2408) MicroProfile specific endpoints may clash with regular app deployment

    [ https://issues.apache.org/jira/browse/TOMEE-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726903#comment-16726903 ] 

ASF GitHub Bot commented on TOMEE-2408:
---------------------------------------

GitHub user radcortez opened a pull request:

    https://github.com/apache/tomee/pull/304

    TOMEE-2408 - Initial work to make MicroProfile deployment only when required.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/radcortez/tomee TOMEE-2408

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomee/pull/304.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #304
    
----
commit 5824d0be63b81c63404b5fa9d2a4d61146927358
Author: Roberto Cortez <ra...@...>
Date:   2018-12-21T16:58:06Z

    TOMEE-2408 - Initial work to make MicroProfile deployment only when required.

----


> MicroProfile specific endpoints may clash with regular app deployment
> ---------------------------------------------------------------------
>
>                 Key: TOMEE-2408
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2408
>             Project: TomEE
>          Issue Type: Sub-task
>          Components: TomEE Core Server
>    Affects Versions: 8.0.0-M1
>            Reporter: Roberto Cortez
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0-M2
>
>
> MP specific endpoints (health, openapi, metrics) are always exposed when deploying a web app. If the webapp is exposing a Servlet in the context root, the REST Service deployer is going to override the context root to be able to deploy the MP specific endpoints.
> We may need to be more smart and only expose the MP endpoints when they are needed and not just everytime.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)