]
Kabir Khan resolved WFLY-10446.
-------------------------------
Fix Version/s: 14.0.0.CR1
Resolution: Done
Register undertow deployment services under the deployment service
name
-----------------------------------------------------------------------
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
Fix For: 14.0.0.CR1
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.