Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

if a bean have multiple methods with same name corresponding to a configuration field, the methods can be returned randomly by the jvm and the search was not taken into account the implementation atttribute of a field to match the corresponding set method #52

Merged

Commits on May 2, 2024

  1. if a bean have multiple methods with same name corresponding to a con…

    …figuration field, the methods can be returned randomly by the jvm and the search was not taken into account the implementation atttribute of a field to match the corresponding set method
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cbd3330 View commit details
    Browse the repository at this point in the history
  2. add unit test, well this does not prove anything as this is flaky fai…

    …lures depending on random return value of a jdk method
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fc4597c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. from review move assignment to avoid from type

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed May 5, 2024
    Configuration menu
    Copy the full SHA
    7e42714 View commit details
    Browse the repository at this point in the history
  2. spotless:apply

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fa1d806 View commit details
    Browse the repository at this point in the history