-
Notifications
You must be signed in to change notification settings - Fork 573
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 Optimize cascading validation for large lists #1331
base: main
Are you sure you want to change the base?
HV-1831 Optimize cascading validation for large lists #1331
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e932304 - Browse repository at this point
Copy the full SHA e932304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74bdd10 - Browse repository at this point
Copy the full SHA 74bdd10View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23eb1e - Browse repository at this point
Copy the full SHA f23eb1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a62acce - Browse repository at this point
Copy the full SHA a62acceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9872263 - Browse repository at this point
Copy the full SHA 9872263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9489496 - Browse repository at this point
Copy the full SHA 9489496View commit details -
HV-1831 : Experiment detecting cycles in bean classes
Add support for containers; add tests for List w/ and w/o duplicated values
Configuration menu - View commit details
-
Copy full SHA for e5811f5 - Browse repository at this point
Copy the full SHA e5811f5View commit details -
HV-1831 : Experiment detecting cycles in bean classes
Add test for Map
Configuration menu - View commit details
-
Copy full SHA for 66c7eed - Browse repository at this point
Copy the full SHA 66c7eedView commit details -
HV-1831 : Update Cascade tests to use PredefinedScopeHibernateValidat…
…or with -p=predefined=true
Configuration menu - View commit details
-
Copy full SHA for 833ef7f - Browse repository at this point
Copy the full SHA 833ef7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0968f38 - Browse repository at this point
Copy the full SHA 0968f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03f9d1 - Browse repository at this point
Copy the full SHA c03f9d1View commit details -
HV-1831 : Wrap a
BeanMetaData
in aNonTrackedBeanMetaDataImpl
if ……tracking is not required
Configuration menu - View commit details
-
Copy full SHA for 22323b4 - Browse repository at this point
Copy the full SHA 22323b4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4c5db57 - Browse repository at this point
Copy the full SHA 4c5db57View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dccd3cf - Browse repository at this point
Copy the full SHA dccd3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b70af - Browse repository at this point
Copy the full SHA 39b70afView commit details