I use the new HTTP Connector as mentioned in the online documentation:
<http:listener-config name="HTTP_Listener_Configuration" host="localhost" port="8081"/>
<flow name="test_flow">
<http:listener config-ref="HTTP_Listener_Configuration" path="/" doc:name="NEW HTTP Connector"/>
<...>
</flow>
Yet, when deploying in DEV on Cloudhub, I still get the message:
HTTP transport is deprecated and will be removed in Mule 4.0. Use HTTP module instead.
I'm not sure what to look for. Is this a known issue?
elements`. Did you define any deprecated http element beside inbound-endpoint and outbound-endpoint? Maybe look for "http:*" to check all you http related definitions. – Pierre B. Dec 15 '16 at 09:21