[jboss-jira] [JBoss JIRA] (WFLY-10446) Attach names associated with a deployment to DeploymentUnit
Peter Palaga (JIRA)
issues at jboss.org
Thu May 24 11:14:03 EDT 2018
Peter Palaga created WFLY-10446:
-----------------------------------
Summary: Attach names associated with a deployment to DeploymentUnit
Key: WFLY-10446
URL: https://issues.jboss.org/browse/WFLY-10446
Project: WildFly
Issue Type: Task
Components: Web (Undertow)
Reporter: Peter Palaga
Assignee: Peter Palaga
To be able to secure Camel CXF endpoints in WildFly Camel, we need an access to DeploymentInfo produced by UndertowDeploymentInfoService. Currently, the service name of UndertowDeploymentInfoService is assembled out of several parts including server name, host name and deployment name. These three are defined by a complex logic that checks various sources and defaults. So, rather than copying that logic to WildFly Camel, we'd like to pack those names into a data object and attach it to the deploymentUnit so that it is available to our DeploymentProcessor.
A PR follows.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list