Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update the OSGi states

...

  • default to using transacted mode along with transacted error handlers CAMEL-866 DONE
  • improve smart completion of Java & XML DSLs DONE
  • make more endpoints easily configurable as beans in Spring XML CAMEL-506 DONE
  • improve the DSL
    • get rid of consumer. options for common options DONE
    • support # notation for URI options to lookup a reference in the bean registry DONE
    • consider how we can expose some of the ExpressionBuilder we have in Javs DSL in the XML DSL as well DONE
  • solving MEP issues DONE
  • using Camel${component}${name} pattern as header keys instead of using package names with dots that isn't likely to be transported by JMS or other transport types DONE
  • OSGi sample and wiki documentation DONE
  • Add the OSGi integration test support DONE
  • All of the bootstrap mechanisms (components, endpoints, converters, registry) should be osgi aware DONE
  • ServiceMix and Camel sample and wiki documentation DONE
  • Easier transacted route configuration DONE

...

  • Much improved OSGi (willem)
    • Integration test using real OSGi platform in Camel codebase
    • All of the bootstrap mechanisms (components, endpoints, converters, registry) should be osgi aware
    • Making component/converter discovery use OSGi services when in an OSGi environment
    • Making ObjectHelper.loadClass aware of OSGi environment
    • More documentation and samples

...

  • JAXB generator to slurp javadoc to be used for XSD documentation
  • Spring 3.0 support
  • Upgrade to use JUnit 4.x
  • Improved Dynamic Route Manipulation
    • Dynamic routing add/edit/stop/remove
    • Pausing consumers
    • Customization of endpoint options
    • and a lot more
  • self document the custom headers used in the endpoints/components CAMEL-228

...