Fork me on GitHub

Compatibility

Plugin Version Apache Camel Version Bloomreach Experience Manager Version
4.x 3.x 15.x
3.x 2.x 14.x
2.x 2.x 13.x
1.x 2.x 12.x, 11.x, 10.x
0.x 2.x 7.9.x, 7.8.x

Release Notes (4.x)

4.0.0

Release Date: June 30, 2023

  • HIPFORGE-439 - Upgrade for v15 compatibility
    Note: Hawtio which was previously part of the demo project for monitoring has now been removed.

Release Notes (3.x)

3.0.0

Release Date: February 8, 2021

  • HIPFORGE-393 - Upgrade for v14 compatibility
    Note: The Maven coordinate has been changed from org.onehippo.forge.camel-hippoevt:camel-hippoevt to com.bloomreach.forge.camel-hippoevt:camel-hippoevt. See Hippo Event Component for detail.

Release Notes (2.x)

2.0.2

Release Date: July 25, 2019

  • HIPFORGE-307 Persistent listener does not process any events

2.0.1

Release Date: July 25, 2019

  • [HIPFORGE-304] - Camel event forge Plugin Persistent listener broken in v13
  • [HIPFORGE-306] - [Camel and Hippo] Upgrade Camel dependency to 2.24.1

2.0.0

Release Date: January 21, 2019

  • [HIPFORGE-249] - [Camel and Hippo] Upgrade for v13 compatibility

Release Notes (1.x)

1.2.1

Release Date: November 27, 2018

  • [HIPFORGE-215] - [Camel and Hippo] Upgrading camel and junit

1.2.0

Release Date: September 4, 2018

  • HIPFORGE-161
    Set dependency scope of net.sf.json-lib:json-lib to provided as it already is shipped with Hippo CMS.
  • HIPFORGE-190
    Demo project doesn't work in v12

1.1.0

  • Compliant with Hippo CMS 10.0 and 10.1.

Release Notes (0.x)

0.2.6

  • Serialize extra attributes of HippoEvent to JSONObject.
  • Support Camel Converter for org.onehippo.repository.scheduling.RepositoryJobExecutionContext.

0.2.5

  • Support CamelContextUtils utility class to allow applications to be able to invoke Camel endpoint URI easily.
  • Support default Camel Repository Scheduler Job component.

0.2.4

  • Support 'documentType' property in json event data (from HippoWorkflowEvent#documentType())
  • Use 'action' instead of 'methodName' (deprecated) in demo project

0.2.3

  • Upgrade Camel dependency to 2.14.2
  • Add Camel::Mail example

0.2.2

  • Camel TypeConverter added for net.sf.json.JSONObject

0.2.1

  • Persisted Hippo Event Listener support

0.2.0

  • Initial release