Release Notes - 2.2


  • 2.2.2-funcrel

    2.2.2-funcrel
    Enhances fault handling to avoid tracebacks impacting link creation between Java Method objects and JPA Entity Operation objects.
    Fixes incomplete resolution issues involving the creation of links between Spring JDBC Query objects and Tables by updating internal evaluation engine.
    Fixes missing links between Java Method objects and JPA Entity Operation objects. πŸ“ 57041
    Updates embedded libraries.
  • 2.2.1-funcrel

    2.2.1-funcrel
    Enhances fault handling to avoid tracebacks for unsupported resolution patterns while retaining unaffected elements. πŸ“ 55973
    Fixes a resolution error caused by an unhandled use case, which led to a traceback and partial loss in object/link generation. πŸ“ 56017
    Fixes an issue affecting the creation of links between JAVA METHOD objects and Entity Operation objects for CRUD use cases. πŸ“ 55726
    Fixes an issue affecting the creation of Spring JDBC Unknown Query objects. πŸ“ 55681
    Adds new support for queries when evaluation fails and returns an empty list by creating Spring Data Unknown Query, Spring Data JPQL Unknown Query and Spring JDBC Unknown Query objects.
  • 2.2.0-funcrel

    2.2.0-funcrel
    Fixes the dependency towards CAST AIP Internal Extension to avoid crash in analysis.
    Fixes an issue involving the names of the objects built using java.lang.StringBuilder.
  • 2.2.0-beta3

    2.2.0-beta3
    Fixes an issue involving warning messages on the analysis log.
    Fixes an issue affecting the creation of Spring JDBC Query objects.
    Fixes an issue affecting the creation of Spring JDBC Query objects.
    Introduces support for Spring Data Relational
    Introduces support for CRUD methods of JdbcAggregateTemplate and its interface JdbcAggregateOperations
  • 2.2.0-beta2

    2.2.0-beta2
    Fixes an issue creating multiple duplicate “Warning” messages in the analysis log.
    Fixes an issue affecting creation of links between Java Method objects and JPQL Query objects.
    Adds new support for org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations CRUD methods.
    Adds new support for Spring Data R2DBC.
    Improves accuracy in generating Spring JDBC Query objects for Spring JdbcClient.
  • 2.2.0-beta1

    2.2.0-beta1
    Adds new support for JdbcClient interface by creating Spring JDBC Query objects.
    Adds new support for Quarkus Panache framework for repository pattern.