Releases: fcrepo-exts/fcrepo-camel-toolbox
Release 6.2.1
This release is identical to 6.2.0; it was necessary due to a Sonatype deployment problem.
Release 6.2.0
What's Changed
- Stop using onSpinWait by @whikloj in #203
- Fcrepo 3919 - Make solr endpoint credentials configurable by @Surfrdan in #200
- Fix docker-compose and github actions by @whikloj in #205
- Make containment configurable by @whikloj in #204
- Remove obsolete note from README. by @demiankatz in #206
Full Changelog: fcrepo-camel-toolbox-6.1.0...fcrepo-camel-toolbox-6.2.0
fcrepo-camel-toolbox-6.2.0-RC
Full Changelog: fcrepo-camel-toolbox-6.1.1-RC...fcrepo-camel-toolbox-6.2.0-RC
fcrepo-camel-toolbox-6.1.1-RC
What's Changed
- Stop using onSpinWait by @whikloj in #203
- Fcrepo 3919 - Make solr endpoint credentials configurable by @Surfrdan in #200
- Fix docker-compose and github actions by @whikloj in #205
- Make containment configurable by @whikloj in #204
- Remove obsolete note from README. by @demiankatz in #206
Full Changelog: fcrepo-camel-toolbox-6.1.0...fcrepo-camel-toolbox-6.1.1-RC
Release 6.1.0
What's Changed
- Release 6.0.0 by @dbernstein in #179
- Bump jackson-databind from 2.9.10.7 to 2.9.10.8 by @dependabot in #178
- Bump jersey-common from 2.32 to 2.34 by @dependabot in #177
- Fix docker build. by @dbernstein in #180
- Bump xercesImpl from 2.12.0 to 2.12.2 by @dependabot in #182
- Correct documentation in readme. by @dbernstein in #185
- Update reindexing usage text by @claussni in #183
- Enable graceful shutdown by @claussni in #184
- Update commons-codec version and include it in shaded jar by @whikloj in #193
- Bump jackson-databind from 2.9.10.8 to 2.12.7.1 by @dependabot in #189
- Bump com.github.tomakehurst:wiremock-jre8 from 2.31.0 to 2.35.1 in /fcrepo-http-forwarding by @dependabot in #198
- Bump ch.qos.logback:logback-classic from 1.2.0 to 1.2.13 by @dependabot in #197
- bumping activemq by @Surfrdan in #195
- FCREPO-3834 Enable Camel toolbox to send xml records to Solr indexing service by @Surfrdan in #191
New Contributors
fcrepo-camel-toolbox-6.1.0-RC-1
What's Changed
- Release 6.0.0 by @dbernstein in #179
- Bump jackson-databind from 2.9.10.7 to 2.9.10.8 by @dependabot in #178
- Bump jersey-common from 2.32 to 2.34 by @dependabot in #177
- Fix docker build. by @dbernstein in #180
- Bump xercesImpl from 2.12.0 to 2.12.2 by @dependabot in #182
- Correct documentation in readme. by @dbernstein in #185
- Update reindexing usage text by @claussni in #183
- Enable graceful shutdown by @claussni in #184
- Update commons-codec version and include it in shaded jar by @whikloj in #193
- Bump jackson-databind from 2.9.10.8 to 2.12.7.1 by @dependabot in #189
- Bump com.github.tomakehurst:wiremock-jre8 from 2.31.0 to 2.35.1 in /fcrepo-http-forwarding by @dependabot in #198
- Bump ch.qos.logback:logback-classic from 1.2.0 to 1.2.13 by @dependabot in #197
- bumping activemq by @Surfrdan in #195
- FCREPO-3834 Enable Camel toolbox to send xml records to Solr indexing service by @Surfrdan in #191
New Contributors
Full Changelog: fcrepo-camel-toolbox-6.0.0...fcrepo-camel-toolbox-6.1.0-RC-1
6.0.0 Release
See the JIRA release page for description of all issues resolved in this release.
Test Release for Testing Camel Toolbox on Vagrant
Merge pull request #143 from whikloj/FCREPO-2787 Changes to work with Fedora-Camel 5.0.0
4.8.0 Release
This release adds the ability to use LDPath functions in the fcrepo-ldpath
route. See the Apache Marmotta LDPath documentation for a list of built-in functions.
4.7.2 Release
The 4.7.2 release is compatible with Fedora 4.6.0 and later. This is a patch release over the previous version of fcrepo-camel-toolbox
, aimed primarily at making fcrepo-indexing-solr
more efficient.
This version introduces the configuration property fcrepo.checkHasIndexingTransformation
, defining whether the camel workflow should check each object for a indexing:hasIndexingTransformation
property. By default, this is enabled, but by disabling fcrepo.checkHasIndexingTransformation
(setting it to false
), the solr indexing process will be considerably more efficient.
Setting this value to false
is encouraged for everyone who is not using the indexing:hasIndexingTransformation
property.