Skip to content

Releases: MarkLogic-Attic/xqsync

1.1.2

26 Jun 01:14
eef8b25
Compare
Choose a tag to compare

Remove the explict setting of options.setResolveEntities(false); since it is false by default for XCC, and XCC throws an exception when you set to false (even though probably should only throw when you attempt to enable and set to true).

This creates issues when setting xcc.httpcompliant=true, which is necessary for using an ALB.

1.1.1

03 Aug 00:31
Compare
Choose a tag to compare

Correct some mistakes regarding overzealous changes to avoid returning null. It turns out, some of the config checks use null to indicate whether or not a configuration has been specified. It's much easier to keep that in place (for now).

1.1.0

26 Jun 03:04
Compare
Choose a tag to compare
  • Adjust for XCC API changes
  • Change default protocol for XCCS from SSLv3 to TLSv1.2