Skip to content

Releases: Alfresco/gytheio

v0.11.3

21 Jan 11:47
Compare
Choose a tag to compare

Changes since 0.11.2 include:

  • MM-839: Remove log4j 1.2.17 dependency (#141)
  • MM-837: Update Jackson to version 2.10.1 (#135)
  • MM-840: Fix mvn dependency:tree by updating maven-dependency-plugin (#142)
  • MM-841 : Remove old commons-lang 2.6 and replace with commons-lang3 3.9 (#144)

v0.11.2

24 Sep 09:38
Compare
Choose a tag to compare

Release 0.11.2

Library Updates

Library updates (from Gytheio 0.11.1 to 0.11.2) include:

  • Tika Core (1.20 to 1.22)

See

v0.11.1

10 Sep 09:48
Compare
Choose a tag to compare

Release 0.11.1

Library Updates

Library updates (from Gytheio 0.11 to 0.11.1) include:

  • Quartz (1.8.3 to 2.3.1)

See

v0.10.1

10 Sep 08:28
Compare
Choose a tag to compare

Release 0.10.1

Library Updates

Library updates (from Gytheio 0.10 to 0.10.1) include:

  • Update Jackson Databind (2.9.9 to 2.9.9.3)
  • Commons Logging (1.1.2 to 1.2)
  • Camel AMQP (2.24.0 to 2.24.1)
  • Quartz (1.8.3 to 2.3.1)

See

v0.11

21 Aug 13:53
Compare
Choose a tag to compare

Release 0.11

Library Updates

Library updates (from Gytheio 0.10 to 0.11) include:

  • Update Jackson Databind (2.9.9 to 2.9.9.3)
  • AWS SDK S3 (1.11.88 to 1.11.599)
  • Commons Logging (1.1.2 to 1.2)
  • Camel AMQP (2.24.0 to 2.24.1)

See

v0.10

13 Jun 10:49
Compare
Choose a tag to compare

Release 0.10

DelegatingContentHandlerImpl

A ContentReferenceHandler implementation that maintains a list of delegates that are chosen based on the content references passed to method invocations which is needed by the alfresco-content-handler-starter.

Library Updates

Library updates (from Gytheio 0.9.1 to 0.10) include:

  • Updated version of Tika (1.5 to 1.20)
  • Updated version of ActiveMQ Client (5.9.0 to 5.15.9)
  • Updated version of Camel (2.13.2 to 2.24.0)
  • Update Jackson (2.9.5 to 2.9.9)

See

Remove Irrelevant Serialization Code

v0.9.1

07 Nov 08:34
Compare
Choose a tag to compare

NOTE: Gytheio 0.9.x is used by ACS 6.1.x

With this release the Gytheio library is OpenJDK11 compatible.

Note: v0.9.1 is equivalent to v0.9 with the following specific changes

Set maven.compiler.source and maven.compiler.target back to 1.8 to ensure backwards compatibility.

v0.9

06 Nov 10:05
Compare
Choose a tag to compare

NOTE: Gytheio 0.9.x is used by ACS 6.1.x

With this release the Gytheio library is OpenJDK11 compatible.

Note: v0.9 is equivalent to v0.8 with the following specific changes

  • MM-764 : Build: MM / Gytheio updates for OpenJDK 11 support (build tests) - Update compile source/target from 1.8 to 11 (including build plan)
  • MM-665 : Gytheio: Update to commons-io 2.6
  • MM-769 : Release 0.9

v0.8

20 Apr 14:33
Compare
Choose a tag to compare

Note: v0.8 is equivalent to v0.7.2 with the following specific changes

  • MM-716: Gytheio: Update to Jackson 2.9.5 (from 2.8.0) for ACS 6.0 (see REPO-3481)
  • Update compile source/target from 1.7 to 1.8 (including build plan)

v0.7.2

27 Feb 09:31
Compare
Choose a tag to compare

Note: v0.7.2 is equivalent to 0.3 with the following three specific changes

  • MM-689: Gytheio: S3 Content Handler - optimise "exists" & remove deprecation
  • MM-682: Gytheio: S3 Content Handler - fix "exists" check (causing http connection pool timeout)
  • MM-679: Gytheio: S3 Content Handler - add putFile option for S3 to use multi-part upload
  • MM-672: Gytheio: URL Content Handlers - now set target size
  • MM-662: Gytheio: S3 Content Handler - now sets content length of the stream (on S3 put)
  • MM-661: Gytheio: Messaging Commons - now uses Jackson 2.8.10 (instead of 2.3.2)
  • MM-652: Gytheio: S3 Content Handler - now uses AWS S3 SDK 1.11.88 (instead of 1.4.7)