Skip to content

OBridge v1.3

Compare
Choose a tag to compare
@karsany karsany released this 23 Jan 22:01
· 68 commits to master since this release

Final version of OBridge 1.3

  • some code cleaning and refactoring
  • support for RAW and BLOB datatypes
  • configurable logging in xml configuration
    <logging>
        <initializer>private static final java.util.logging.Logger LOGGER = java.util.logging.Logger.getLogger(%s.class.getName());</initializer>
        <method>LOGGER.info</method>
    </logging>