Skip to content

Releases: camelot-framework/camelot

2.5.4

28 Apr 20:20
Compare
Choose a tag to compare

MongoDB extension improvements

2.5.3

06 Apr 12:10
Compare
Choose a tag to compare

MongoDB extension fixes to use it as a client notifications broker (i.e. instead of ActiveMQ topics)

2.5.2

24 Feb 09:37
Compare
Choose a tag to compare

Upgrade to newer pessimistic mongo (containing fix for tailable cursors)

2.5.1

19 Feb 08:37
Compare
Choose a tag to compare
  • 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

06 Dec 22:54
Compare
Choose a tag to compare
2.5.1-20151207 Pre-release
Pre-release
  • Fast serializer extension
  • MongoDB extension now uses the configured serializer for all states and messages
  • Support for mongodb://topic prefix within camelot.xml file to use MongoDB as a messages broadcaster for some plugins

2.5.0

04 Dec 16:18
Compare
Choose a tag to compare

since 2.4.0

//see intermediate release notes

since 2.4.8

  1. pessimistic-mongodb.version -> 1.5
  2. support creating topic via mongo

since 2.4.9-20150103

  1. fix memory leak: remove camel injector in ping servlet
  2. fix aggregation when exception occurs during fsm aggregation

2.4.9-20150103

03 Dec 14:29
Compare
Choose a tag to compare
2.4.9-20150103 Pre-release
Pre-release
  1. pessimistic-mongodb.version -> 1.5
  2. support creating topic via mongo

2.4.8

02 Dec 11:43
Compare
Choose a tag to compare

since 2.4.7

  1. fix discarding all states and queues in camelot-test
  2. fixed discarding inflight exchanges in camelot-test
  3. newer version of pessimistic mongo for mongodb extension
  4. RabbitMQ extension
  5. fix injection into beans for resources
  6. allow to redefine quartz initializer via configuration
  7. fix frontend uri builders context injectors

since 2.4.8-20151130

  1. migrate web.xml to servlet 3.0 api
  2. add api entrypoint for system monitoring
  3. jetty.version -> 9.3.6.v20151106
  4. spring.version -> 4.2.3.RELEASE

2.4.8-20151130

30 Nov 13:38
Compare
Choose a tag to compare
2.4.8-20151130 Pre-release
Pre-release
  1. RabbitMQ extension
  2. fix injection into beans for resources
  3. allow to redefine quartz initializer via configuration
  4. fix frontend uri builders context injectors

2.4.8-20151119

20 Nov 17:07
Compare
Choose a tag to compare
2.4.8-20151119 Pre-release
Pre-release
  • Tiny fixes for camelot-test (solving issues with inflight exchanges).
  • Newer version of pessimistic mongo for mongodb extension.