Skip to content

Breaking changes

Rémon (Ray) Sinnema edited this page May 7, 2018 · 15 revisions

11.0.0

  • Removed com.opentext.ia.sdk.client.api.ArchiveClient.query()
  • Removed com.opentext.ia.yaml.configuration.ObjectConfiguration.canConfigureObject()
  • Removed default values for receiver node SIP formats (IA server 16EP5 and later have this built in)
  • com.opentext.ia.sdk.sip.ContentAssemblerDefault.getMetrics() now returns a read-only object
  • com.opentext.ia.sdk.sip.ContentAssemblerDefault.getZip() is now protected instead of public
  • PropertiesBasedApplicationConfigurer is now deprecated and will be removed in a future version

10.0.0

  • Removed ConfigurationBuilder.withJobDefinition()

9.0.0

  • YamlMap no longer implements Cloneable, but provides a copy factory instead: YamlMap.from(YamlMap source)

8.0.0

  • YamlMap.sort(boolean) performs a non-recursive sort when given false. This is the exact opposite of the previous behavior of sorting everything but the top level. This new approach allows complete control over sorting (using a visitor), where some objects can be sorted and others left alone, or different objects can be sorted with different comparators.

7.0.0

  • Reduced visibility of YamlMap.getRawData from public to package
  • Reduced visibility of Value.getRawData from public to package

6.0.0

  • Removed @deprecated methods
  • Renamed packages from com.emc to com.opentext
  • Reorganized packages to better express offered functionality
  • Renamed some classes/methods to make their intent clearer or to align with a naming scheme
  • Removed InfoArchiveConfigurers and changed ArchiveClients to generalize the way the server is configured
  • Removed ClientConfigurationFinder; properties must now be explicitly provided
  • Removed unused class SearchOptions
  • Removed misspelled property ia.applicaton.name; use ia.application.name instead
Clone this wiki locally