Version 3.0.0.0

  • Java 11 is now supported. Earlier JDK versions are no longer supported.

Version 2.3.0.1

  • Fixed concurrency issue with CDR filenames when using %d and %D formatting options. (CDR-137)

  • Improved logging of errors from CDR command line tooling. (CDR-134)

Version 2.3.0.0

New Features

  • Added support for multiple independently configured "streams" within a single resource adaptor entity. Services select which stream to write a record to. (CDR-28)

  • Added support for active reconfiguration of resource adaptor entities. (CDR-45)

  • Added an MXBean that allows the stream configuration state to be inspected. (CDR-48)

  • Added an extensible tool to simplify development of custom business logic for processing binary CDR files. (CDR-39)

  • Added support for extension fields to the binary CDR processing tools. (CDR-19)

Version 2.2.0

  • Added binary CDR file support. (CDR-15)

  • Added support for CDR objects which have type com.google.protobuf.Message or Object. (CDR-8)

  • Added '--formatted' option to the ListCdrs tool to produce more easily readable output. (CDR-25)

  • Added new config property "WriteWait". When set to "False", the resource adaptor will not wait for the CDR to be written to the file before reporting success to the calling SBB. This can be used to reduce latency in writing CDRs but means that queued CDRs will be lost in the event of a write error or node failure. When set to "True", the resource adaptor will only report success to the caller once the CDR has been written to the file. The default is "True", which gives the same behaviour as previous versions. (CDR-24)

  • Fixed a NullPointerException that occurred when a text CDR file was closed if the resource adaptor was configured not to output a footer line to the file. (CDR-20)

  • Updated configuration default values in documentation. (CDR-21)

Version 2.1.0

  • The CDR RA 2.1 has been ported to the JAIN SLEE 1.1 Resource Adaptor API.

Version 2.0.0

  • The CDR RA 2.0 implements the recommended CDR 2.0 RA Type.

  • The CDR examples now include an test implementation of a simple CDR test service.