Skip to content

Releases: apache/manifoldcf-sdk

v1.0.2

15 Jan 22:28
Compare
Choose a tag to compare

Apache ManifoldCF SDK 1.0.2 includes the following improvements:

  • Added support for ManifoldCF 2.28 GA (Maven deps and Docker image publicly available)
  • Updated Maven plugins to the latest versions
  • Release artifacts are now signed as required by The ASF
  • Added KEYS for validating all the release artifacts
  • Jetty starting options are now taken from the official Docker images

v1.0.1

26 Sep 14:37
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Apache ManifoldCF SDK 1.0.1 is including the following improvements:

  • Added support for ManifoldCF 2.27 (Docker Image and Maven dependencies)

v1.0.0

05 Sep 19:48
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Apache ManifoldCF SDK 1.0.0 is including the following improvements:

  • The Maven profile docker-hub now is including a default Console appender for logging to show standard output in Docker Desktop
  • Now the default ManifoldCF dependencies version is 2.26 GA (publicly available)
  • Added run-compose.sh script in order to manage the deployment with a Docker Compose template
  • Added a quick redeploy functionality in order to recreate only the ManifoldCF image: ./run-compose.sh reload_mcf

v0.0.5

08 Jul 13:16
Compare
Choose a tag to compare

Apache ManifoldCF SDK 0.0.5 is including the following improvements:

  • The Maven profile docker-hub now is enabled by default
  • MCF SDK now by default is building the image from the official Docker images
  • Added a debug port (5005) to accelerate connectors development with remote debugging
  • Default Maven dependencies version now is 2.27-SNAPSHOT (publicly available)

v0.0.4

21 Dec 22:08
Compare
Choose a tag to compare

Apache ManifoldCF SDK 0.0.4 includes the following improvements:

  • Added support for generating the ManifoldCF website using OpenJDK 8, Apache Ant 1.9.x and Python 2.7.x
  • Added Windows run scripts (.bat)
  • Added build_start command for the run.sh (.bat) script
  • Build the local Maven repo for development purpose from the ManifoldCF source code distribution
  • Compile and package your JAR extensions
  • Build and package custom Docker image with your custom ManifoldCF extensions
  • Build and deploy all the services using Docker