Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore FreeForm validation v2 #989

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2018

  1. [property-holder-preparation] Remove impossible case from ValidatorIm…

    …pl#buildNewLocalExecutionContext()
    marko-bekhta committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    f61a93d View commit details
    Browse the repository at this point in the history
  2. [property-holder-preparation] Delegate retrieving bean metadata to Ca…

    …scadingMetaData
    
    As in case of property holders we would need to produce metadata not based on a class of a current object at runtime but based on a string representing the constraint mapping, we need to delegate this to cascading metadata as that's the place where this information will be stored.
    marko-bekhta committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    80a4bb8 View commit details
    Browse the repository at this point in the history
  3. [property-holder] Introduce property holder property and property holder

    accessor creator with simple a implementation for Map
    marko-bekhta committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    9418a35 View commit details
    Browse the repository at this point in the history
  4. [property-holder-preparation] Move metadata manager to its own package

    and rename it
    
    As metadata manager will serve as provider of bean metadata as well as
    property holder metadata, it'll be better to keep it in specific package
    marko-bekhta committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    415abf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a523a8 View commit details
    Browse the repository at this point in the history
  6. [property-holder-preparation] Extract BeanMetaDataBuilder to upper level

    class and create corresponding analog for property holders
    marko-bekhta committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    37d4545 View commit details
    Browse the repository at this point in the history
  7. [property-holder-preparation] Make ConstraintMetaDataManager return m…

    …etadata
    
    for property holders
    marko-bekhta committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    00a7af7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f75e407 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac7835f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92b0696 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e021be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f1b1da View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1807098 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8076e67 View commit details
    Browse the repository at this point in the history