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

HV-1831 Experiments - 6.2 #1288

Open
wants to merge 16 commits into
base: 6.2
Choose a base branch
from

Commits on Feb 25, 2021

  1. HV-1831 Unfinished experiments

    gsmet committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0eb0e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4acd34 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    aea0642 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Add the same bean to List twice

    gbadner authored and gsmet committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    cea9b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d7656 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    e859ea7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Correct checkstyle failures

    gbadner committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    21d7d7b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. HV-1831 : Experiment detecting cycles in bean classes

    Add support for containers; add tests for List w/ and w/o duplicated values
    gbadner committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5fbe22f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. HV-1831 : Experiment detecting cycles in bean classes

    Add test for Map
    gbadner committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    d4a4f4c View commit details
    Browse the repository at this point in the history
  2. HV-1831 : Update Cascade tests to use PredefinedScopeHibernateValidat…

    …or with -p=predefined=true
    gbadner committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    2bf5eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec033f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    dc1cdb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. HV-1831 : Wrap a BeanMetaData in a NonTrackedBeanMetaDataImpl if …

    …tracking is not required
    gbadner authored and gsmet committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ee22331 View commit details
    Browse the repository at this point in the history
  2. HV-1831 New zero cost approach to processed bean tracking strategy

    I removed it from the traditional VF for now as I would like us to focus
    on the case where it is useful first.
    
    We will reintroduce it later once we have validated the approach where
    it is the most useful.
    
    I'm a bit unclear right now if we should use the same contract for
    traditional and predefined scope VF as we are dealing with different
    things and they won't be evaluated at the same moment.
    
    I'm thinking that maybe this needs to be a different contract.
    gsmet committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b5262e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. HV-1831 Create ProcessedBeansTrackingVoter contract

    This contract allows to override the default bean process tracking
    behavior without exposing our internal structures.
    
    It needs a bit more love on the config side so that we can define it via
    XML too and some documentation.
    gsmet committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9d250a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19786df View commit details
    Browse the repository at this point in the history