Hi Camel developers, I think it would make sense to base UndertowEndpoint on HttpCommonEndpoint it's currently based on DefaultEndpoint. The only property I see as problematic is the `httpURI` which in HttpCommonEndpoint is `httpUri` (camel cased). Would this be a good idea at all? Would creating bridge accessor methods for both HTTP URI methods be the way to make this backward compatible? Or should the backward compatibility for `httpURI` be dropped?
zoran -- Zoran Regvart