Content HAL API Add-on Release Notes
Bloomreach offers Enterprise support for this feature to Bloomreach Experience customers. The release cycle of this feature may differ from our core product release cycle.
Compatiblility
Plugin version | Bloomreach XM version |
2.x | 12.x, 11.x |
0.1.x - 1.x | 10.x |
Releases
2.1.0
Released: 25 September 2018
- SERVPLUG-49
Add support for document type inheritance in the document API.
2.0.2
Released: 5 April 2018
- SERVPLUG-40
Easy way to manipulate ContentHalResource fields. - SERVPLUG-41
Add ContentHalResourceProcessor#isProcessable to skip if not processable easily.
2.0.1
Released: 24 February 2017
- Downgrade Jackson library dependencies from 2.7.6 to 2.4.5 because a higher version like 2.7.6 seems to break Hippo Relevance module due to version conflict of Jackson library. For this, the blackdoor HATE library (v1r4t0) was forked into this source repository with commenting out the dependencies in HalRepresentation.java on jackson.datatype.jdk8.Jdk8Module and jackson.datatype.jsr310.JavaTimeModule.
2.0.0
Released: 14 February 2017
- Upgrades in the modules and the demo project to comply with Hippo CMS 11.
0.1.1
- Downgrade Jackson library dependencies from 2.7.6 to 2.4.5 because a higher version like 2.7.6 seems to break Hippo Relevance module due to version conflict of Jackson library. For this, the blackdoor HATE library (v1r4t0) was forked into this source repository with commenting out the dependencies in HalRepresentation.java on jackson.datatype.jdk8.Jdk8Module and jackson.datatype.jsr310.JavaTimeModule.
0.1.0
- First release