Release Notes - 1.0


  • 1.0.9-funcrel

    1.0.9-funcrel
    Updated embedded libraries.
    A minor change to reduce the web service evaluation time limit.
    Upgrade internal library (java string 1.2.31).
  • 1.0.8-funcrel

    1.0.8-funcrel
    A minor change to update required Nuget dependencies.
  • 1.0.7-funcrel

    1.0.7-funcrel
    Improve web service evaluation performance.
    Fix for missing services due to duplicate GUID issue.
    Fix to reduce memory consumption due to over long evaluation process.
    Reduce analysis time and memory consumption for certain cases, using better heuristics.
  • 1.0.6-funcrel

    1.0.6-funcrel
    Added support for “jakarta.ws.rs.client.ClientBuilder”, “Client”, “WebTarget”, “Invocation” and “UriBuilder”.Support for Jakarta EE
  • 1.0.5-funcrel

    1.0.5-funcrel
    A technical update to ensure compatibility with Python 3.9.
  • 1.0.4-funcrel

    1.0.4-funcrel
    Fixes an issue causing Java web services to not be resolved. 📝 42630
    Fixes an issue where calls to Web Services were not created from @FeignClient.
    Better access to properties to improve access to service calls.
  • 1.0.3-funcrel

    1.0.3-funcrel
    Supported has been added for the Spring client library “org.springframework.web.reactive.function.client.WebClient”.Support improved for Spring
  • 1.0.2-funcrel

    1.0.2-funcrel
    Better support for org.springframework.web.reactive api and lambda 📝 37889
  • 1.0.1-funcrel

    1.0.1-funcrel
    Fixed bad URL in case of @Value("#{new java.net.URI(’${myurl}’)}"). 📝 35515
    Fixed missing call links between Micro services using Spring Webclient. 📝 35253
    Fixed missing Rest service operation for Java OkHttp3 Rest calls. 📝 36769
  • 1.0.0-funcrel

    1.0.0-funcrel
    Moved to funcrel.
  • 1.0.0-beta2

    1.0.0-beta2
    Fixed an issue causing missing retrofit2 service calls. 📝 32489
    Fixed the occurrence of the warning message “AttributeError: ‘NoneType’ object has no attribute ‘get_resolution’” in the analysis log. 📝 33310
    Handle ${…} inside Feign and Retrofit annotations.
    Support for OkHttp 2 and 3 library.okhttp
  • 1.0.0-beta1

    1.0.0-beta1
    Handle properties from YAML files
  • 1.0.0-alpha5

    1.0.0-alpha5
    Feign Support: Missing information about service-name
  • 1.0.0-alpha4

    1.0.0-alpha4
    io.vertx.ext.web.client.WebClient; io.vertx.ext.web.client.HttpRequest; io.vertx.core.http.HttpClientRequestSupport of Vert.x API
  • 1.0.0-alpha3

    1.0.0-alpha3
    Corrects a metamodel issue conflicting with com.castsoftware.jee 1.3.0-beta1
    Call to Patch are considered in TCC Setup
  • 1.0.0-alpha2

    1.0.0-alpha2
    Support of Retrofit2Support of Retrofit2
    Support of FeignSupport of Feign
  • 1.0.0-alpha1

    1.0.0-alpha1
    Initial release of the extension.