Skip to content

utPLSQL-java-api v3.1.0

Compare
Choose a tag to compare
@pesse pesse released this 28 Mar 20:34
· 235 commits to develop since this release
3698ba1

Compatibility

This version of java-api is compatible with all versions of utPLSQL from 3.0.0 to 3.1.0. We encourage you to always use the latest version of java-api when building extensions and tools for utPLSQL.

Changes in this release

Enhancements

  • Complete Rework of the Reporter and OutputBuffer API (#8)
    • Switch from SQLData to ORAData interfaces
    • New ReporterFactory to allow injection of custom reporters or reporter handlers (java side)
    • CoreReporters-enum gives quick guidance of all reporters implemented by default
    • ReporterInspector gives information about available reporters for a connection
  • Easier check for Optional Features
  • Possibility to write assets necessary for CoverageHTMLReporter to file system (#39)
  • Abstractions to keep java-api compatible with all 3.x versions of utPLSQL
  • Cleanup of public API
  • EnvironmentUtil for easy access to environment settings

Bugfixes