Created by Shared Doc User on Feb 02, 2021
2.0.8-funcrel
Other Updates
2.0.7-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
40713 | Fixes the missing link from Java method to Table with same name with an explicit import in Class when only Entity annotation is used and no Table annotation is specified. |
Other Updates
Details |
---|
Support provided for nativeQuery parameter inside Query annotation. |
2.0.6-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
38621 | Fixes an issue related to Spring data Analyzer. During onboarding following warning was displayed: unsupported operand type(s) for +: 'NoneType' and 'NoneType'. |
2.0.5-funcrel
Other Updates
Details |
---|
Fixed the missing link issue in JDBC template, which was occurring due to bad SQL query resolution. |
2.0.4-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
35757 | Missing links between Java Methods and SQL Tables due to missing support for casted members for CRUD calls. |
2.0.3-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
32771 | Remove wrongs links from crud methods to tables |
2.0.2-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
30154 | Correct issues when inspecting files in META-INF |
29605 | Avoid link accumulation in wrapper methods. Improve heuristics for table search. |
2.0.1-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
24233 | Add missing bookmarks for links |
2.0.0-funcrel
Resolved Issues
Customer Ticket Id | Details |
---|
28272 | Fix traceback |
28224 | Fix missing links issue |
Other Updates
Details |
---|
Fixed traceback issue. |
New Support
Summary | Details |
---|
@NamedNativeQueries and @NamedNativeQuery annotations | Support for @NamedNativeQueries and @NamedNativeQuery annotations is provided. |
2.0.0-alpha1
New Support
Summary | Details |
---|
Improve extension performance | Links were created at application level causing too many queries which lead to performance issues. The extension has been reviewed and links are created now at analysis level, hence performance is fixed. |