Fork me on GitHub

Compatibility

Plugin Version Bloomreach Experience Manager Version
5.x 15.x
4.x 14.x
3.x 13.x
2.1 or higher in 2.x range 12.1 or higher in 12.x range
2.0.x 12.0.x
1.3.x 11.x
1.2.x 10.2+

Release Notes of 5.x

5.0.1

Release Date: 25 March 2024

  • FORGE-511: Bug-fix: NoSuchMethodError thrown in ContentEximImportService

5.0.0

Release Date: 23 May 2022

  • HIPFORGE-421: Upgrade to Bloomreach Experience Manager 15, i.e. use version 15.0.0 and build on Java 11.
  • Improve the Maven dependency model by setting 'provided' scope to dependencies for hippo-repository-jaxrs, hippo-services, hippo-cms7-utilities, jackson-core, jackson-databind, tika-core, commons-lang, commons-collections, commons-io, commons-compress.
  • Bump compile dependency versions for commons-csv from 1.6 to 1.9.0 and commons-vfs2 from 2.2 to 2.9.0.

Release Notes of 4.x

4.0.1

Release Date: 26 March 2021

  • HIPFORGE-397: Application seams to keep file handles open after deleting temporary files. Thanks to Michael Eikel and Mark Kaloukh (Freenet).

4.0.0

Release Date: 28 January 2020

  • Upgrade to Bloomreach Experience Manager 14.

Release Notes of 3.x

3.0.1

Release Date: 21 June 2019

3.0.0

Release Date: 20 January 2019

  • HIPFORGE-264: Don't convert to path if docbase is already a temporary path instead of uuid
  • HIPFORGE-250: Upgrade for version 13 compatibility

Release Notes of 2.x

2.3.1

Release Date: 20 January 2019

  • HIPFORGE-264: Don't convert to path if docbase is already a temporary path instead of uuid
  • HIPFORGE-241: Bump Tika version from 1.19.1 to 1.20.

2.3.0

Release Date: 24 October 2018

  • HIPFORGE-214: Bump Jackson2 version from 2.8.8 to 2.8.11.
  • HIPFORGE-222: Bump Tika version from 1.7 to 1.19.1.
  • HIPFORGE-229: Bump Commons Compress version from 1.15 to 1.18.
  • Bump Hippo JCR POJO Binding dependency version to 1.3.0, see its release notes.

2.2.0

Release Date: 4 May 2018

  • HIPFORGE-159
    Introduce method DocumentVariantImportTask#updateDocumentFromVariantContentNode besides #creatOrUpdateDocumentFromVariantContentNode for only updating existing documents.
  • Bump Hippo JCR POJO Binding dependency version to 1.2.0, see its release notes.

2.1.4

Release Date: 4 April 2018

  • HIPFORGE-151
    Better (or clearer) exception handling when folder is not hippostd:folder, but hippostd:directory.

2.1.3

Release Date: 22 February 2018

  • HIPFORGE-141
    Capability to show the execution progress and status of Export/Import REST Services.
  • HIPFORGE-145
    Node path filter parameter in both export and import.
  • HIPFORGE-146
    Replace publishOnImport boolean option by publishOption enum in ExecutionParams.
  • HIPFORGE-142
    Include execution logs in zip file from the /ws/exim/export service.
  • HIPFORGE-143
    Change the response output to simply print execution logs followed by summary in /ws/exim/import process.

2.1.2

Release Date: 2 February 2018

2.1.0

Release Date: 30 January 2018

  • Compliant with Hippo CMS 12.1.

Release Notes of 2.0.x

Release Date: 8 July 2017

2.0.0

  • Compliant with Hippo CMS 12.0.

Release Notes of 1.3.x

1.3.3

  • Bump up the dependency of gallery-magick to 1.0.6.

1.3.2

1.3.1

  • Bug fix: return created or updated binary handle path on BinaryImportTask#createOrUpdateBinaryFromContentNode() call.
  • Bug fix: return created document handle path on DocumentManager#createDocument() call.

1.3.0

  • Initial release to be compliant with Hippo CMS 11, based on 1.2.10.

Release Notes of 1.2.x

1.2.14

  • Bump up the dependency of gallery-magick to 1.0.6.

1.2.13

  • Bug fix: return created document handle path on DocumentManager#createDocument() call.

1.2.12

1.2.11

  • Bug fix: return created or updated binary handle path on BinaryImportTask#createOrUpdateBinaryFromContentNode() call.

1.2.10

  • hippo:text property setting by extracting text content from PDF binary resources in example scripts, using org.onehippo.forge.content.exim.core.util.HippoBinaryNodeUtils#extractTextFromBinariesAndSaveHippoTextsUnderHandlePath(Session, String) utility.

1.2.9

  • Added an option to read/write ContentNode to XML files instead of the default JSON files.
  • Upgrade Apache Commons VFS2 to 2.1.

1.2.8

  • Improving HippoNodeUtils utility.

1.2.7

  • Improving DocumentManager API by exposing #getDocumentWorkflow(final Node documentHandleNode) which can be useful when invoking multiple workflow operations on the same document.

1.2.6

  • Fix a bug failing to import a document when the project content root folder name under /content/documents has upper cases. e.g. /content/documents/MyHippoProject

1.2.5

  • Fix a bug failing to import a document when a document location contains a path which is not compliant with Hippo CMS URI-friendly node name encoding strategy.

1.2.4

  • Fix a bug failing to import a document when there exists a same-name-sibling folder node.

1.2.3

1.2.2

  • Supports importing gallery image sets from image files with utilities and example groovy scripts.

1.2.1

  • Add utility, ContentNodeUtils#replaceDocbasePropertiesByPaths(), to support querying/replacing Docbase (string) properties.
  • Bump up hippo-pojo-bind library to 1.1.3.

1.2.0

  • Initial release.