bibryam / ofbiz-camel

Apache Ofbiz and Apache Camel integration
MIT License
25 stars 12 forks source link

Auto-Discovery support for RouteBuilders in the classpath #5

Closed girishvasmatkar closed 5 years ago

girishvasmatkar commented 5 years ago

Following feature added -

  1. Added support for discovering added RouteBuilder instances in a pre-configured package.
  2. This package is scanned during container initialization to register all RouteBuilder instances with camelContext.
girishvasmatkar commented 5 years ago

@bibryam Can you please review this pull request and comment on the proposed changes.

bibryam commented 5 years ago

Thanks for the awesome contribution!