Release Notes - 3.1
3.1.11-funcrel
Enhancement/Improvements
Customer Ticket Id | Technical Details | Customer Details |
---|---|---|
Replace embedded jars used for resolution. | Updated embedded libraries. | |
Full name of the API responsible for executing data query can be viewed in the call link. | Introduced a new property within call link to expose details of triggered APIs associated with queries. |
3.1.10-funcrel
Other Updates
Details |
---|
Fix missing query object due to traceback occuring when an API used to build the query was missing. |
Update third party JARs due to vulnerabilities detected in the extension. |
Fix performance issues at application level which occur when links are created between beans and steps, when beans have SQL queries among their properties. Bad performance occured because of loops inside loops. |
Fix tracebacks which occur when reading empty xml files. |
Fixes an issue causing a missing select link between java methods and database objects. When queries are declared using setSelectClause/setFromClause/setWhereClause APIs, when the query parameters don't start with select/from/where, we add them before building the complete query. |
3.1.9-funcrel
Other Updates
Details |
---|
Fix missing links between steps and beans objects. These links are created at application level. |
Fix traceback which occured when parsing xml files. A proper message has been added and files not proper to Batch Analyzer are filtered. |
For unresolved or incomplete query objects, use 'Unknown Query' to name them. |
Fix missing links between two batch steps due to random linking. Now linking is done using objects' path similarity. |
3.1.8-funcrel
New Support
Summary | Details |
---|---|
Add support for database access in Spring Batch | Add support for cursor-based and paging-based implementations in Java and XML. |
3.1.7-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
44428 | Fixes the missing links from steps to read and write methods. |
44364 | Fixes the missing Spring batch object creation by fixing parsing for some XML files. |
3.1.6-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
43888 | Fixes the missing links from "Batch Step objects" to "java methods" (read, write, and process). |
43701 | Fixes an issue wherein the "Batch Step objects" were not created. |
Other Updates
Details |
---|
Support provided for jakarta.batch package. |
3.1.5-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
42470 | Fixes an issue wherein the log file had unnecessary information. Cleaned the log and put only necessary information for unresolved string evaluation. |
42470 | Fixed traceback in code occuring when evaluating string concatenation. |
3.1.4-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
38600 | Fixes a traceback issue and creates the batch jobs in Java. (Fixes the following warning message: did not match C++ signature). |
3.1.3-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
38155 | Change message when beans are not linked to steps at application level. |
38080 | Fix internal issue when partition steps are present in xml file. |
3.1.2-funcrel
New Support
Summary | Details |
---|---|
Support Job and Step created programmatically | The extension now supports the ability to configure jobs and steps for applications in Spring Batch via Java. See https://doc.castsoftware.com/display/TECHNOS/Batch+Analyzer+-+3.1#BatchAnalyzer3.1-FeaturesofSpringBatchFrameworkinJava for more information. |
3.1.1-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
35399 | Java analysis warning: Extension com.castsoftware.springbatch has encountered an issue. The warning is displayed when there is no step attribute for partition tag in batch XML file. |
Other Updates
Details |
---|
Support 'flow', 'split' and 'decider' tags in spring batch XML files. |
3.1.0-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|---|
25956 | Extension com.castsoftware.springbatch has encountered an issue. Support the 'ref' attribute for batch job tags which are located inside step tags in xml files. |