Releases: camelot-framework/camelot
Releases · camelot-framework/camelot
2.5.4
2.5.3
MongoDB extension fixes to use it as a client notifications broker (i.e. instead of ActiveMQ topics)
2.5.2
Upgrade to newer pessimistic mongo (containing fix for tailable cursors)
2.5.1
- MongoDB extension upgraded to the newer pessimistic mongo (contains fix for tailable queue polling)
- Qpid broker extension implementation
- Fix "perState=false timers" invocation in tests
- Jaxb implementation removed from dependencies (JDK impl is preferred)
- Core context now does not initialize web resources to avoid double initialization (no need)
2.5.1-20151207
- Fast serializer extension
- MongoDB extension now uses the configured serializer for all states and messages
- Support for
mongodb://topic
prefix withincamelot.xml
file to use MongoDB as a messages broadcaster for some plugins
2.5.0
since 2.4.0
//see intermediate release notes
since 2.4.8
- pessimistic-mongodb.version -> 1.5
- support creating topic via mongo
since 2.4.9-20150103
- fix memory leak: remove camel injector in ping servlet
- fix aggregation when exception occurs during fsm aggregation
2.4.9-20150103
- pessimistic-mongodb.version -> 1.5
- support creating topic via mongo
2.4.8
since 2.4.7
- fix discarding all states and queues in camelot-test
- fixed discarding inflight exchanges in camelot-test
- newer version of pessimistic mongo for mongodb extension
- RabbitMQ extension
- fix injection into beans for resources
- allow to redefine quartz initializer via configuration
- fix frontend uri builders context injectors
since 2.4.8-20151130
- migrate web.xml to servlet 3.0 api
- add api entrypoint for system monitoring
- jetty.version -> 9.3.6.v20151106
- spring.version -> 4.2.3.RELEASE
2.4.8-20151130
- RabbitMQ extension
- fix injection into beans for resources
- allow to redefine quartz initializer via configuration
- fix frontend uri builders context injectors
2.4.8-20151119
- Tiny fixes for camelot-test (solving issues with inflight exchanges).
- Newer version of pessimistic mongo for mongodb extension.