Christian,
> I moved the following classes without compat stubs as they were not needed > outside camel-core: > DefaultPollingConsumerPollStrategy, DefaultRouteNode, > DefaultScheduledPollConsumer, DefaultSubUnitOfWork, DefaultTracedRouteNodes, > EventDrivenPollingConsumer, ExpressionAdapter, > InterceptSendToEndpoint, > MDCUnitOfWork, > MessageSupport, > ProcessorPollingConsumer, > SimpleUuidGenerator > I think you should consider providing compatibility stubs for some of these as well as they are available to component writers. For example, DefaultScheduledPollConsumer is handy for rolling out a ScheduledPollConsumer based on a PollingConsumer. Thanks, Mathieu