Release Notes - 1.0


1.0.7-funcrel

Enhancement/Improvements

Customer Ticket Id Technical Details Customer Details
Replace embedded jars used for resolutions Updated embedded libraries.
Resolved traceback issues resulting in creation of more objects and link. A traceback issue has been fixed resulting in more objects and links.
Introducing a new property "physicalLink.triggeredBy" with callLink to save Triggered by a given API used for CRUD operation. New details to explain which framework API has been triggered for CRUD Operations and queries.

1.0.6-funcrel

Other Updates

Details
Updated embedded libraries.

1.0.5-funcrel

Other Updates

Details
Better error management leads to more objects and links.
An update has been implemented to ensure "relyOn" links are correctly implemented between Entity objects and corresponding Java Classes

1.0.4-funcrel

Other Updates

Details
Added new objects "jOOQ Unknown Entity", "jOOQ Unknown Entity Operation" and "jOOQ Unknown SQL Query".

1.0.3-funcrel

Other Updates

Details
A change has been implemented to ensure that jOOQ Entity Operation objects are now correctly identified as Java/JEE objects.

1.0.2-funcrel

Other Updates

Details
The performance is improved and added missing objects and links.

New Support

Summary Details
Support for ExecuteAsync methods for Fluent API for jOOQ Support is added for org.jooq.Query.executeAsync methods for Fluent API for jOOQ.

1.0.1-funcrel

Other Updates

Details
Added vendor property for jOOQ Entity, jOOQ Entity Operation and jOOQ SQL Query objects.

1.0.0-funcrel

New Support

Summary Details
Support for batch and stream methods for Fluent API for jOOQ Support for org.jooq.ResultQuery.stream and org.jooq.Batch.execute methods for Fluent API for jOOQ.

1.0.0-beta1

Other Updates

Details
Corner cases in client app are now supported. For example: Support for table object instead of table name used in CRUD apis, Support for naming convention of jOOQ generated classes w.r.t table name, and Support for naming convention of jOOQ generated classes w.r.t table name.

New Support

Summary Details
Support for complex naming conventions Support provided for naming convention involving complex names of the jooq entity.

1.0.0-alpha2

New Support

Summary Details
Support for jOOQ Fluent API Support added for jOOQ Fluent CRUD APIs - see https://doc.castsoftware.com/display/TECHNOS/jOOQ+-+1.0#jOOQ1.0-FluentAPIexternal link.

1.0.0-alpha1

Note

Initial release of the extension.

New Support

Summary Details
Support for jOOQ APIs Support added for jOOQ (https://www.jooq.org/external link) API packages: "callLinks" created from Java methods to jOOQ SQL Query objects.