-
Notifications
You must be signed in to change notification settings - Fork 579
HV-1831 experiments (6.2) #1170
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0eb0e17
HV-1831 Unfinished experiments
gsmet d4acd34
HV-1831 Add a couple of examples illustrating various cases
gsmet aea0642
HV-1831 Clean up another experiment that shouldn't have been committed
gsmet cea9b8c
Add the same bean to List twice
gbadner f4d7656
Copy nodes when changing the nature of the leaf
gsmet e859ea7
HV-1831 : Experiment detecting cycles in bean classes
gbadner 21d7d7b
Correct checkstyle failures
gbadner 5fbe22f
HV-1831 : Experiment detecting cycles in bean classes
gbadner d4a4f4c
HV-1831 : Experiment detecting cycles in bean classes
gbadner 2bf5eec
HV-1831 : Update Cascade tests to use PredefinedScopeHibernateValidat…
gbadner eec033f
HV-1831 Specific benchmark infrastructure for predefined scope
gsmet dc1cdb4
HV-1831 Add some guidance about next step
gsmet ee22331
HV-1831 : Wrap a `BeanMetaData` in a `NonTrackedBeanMetaDataImpl` if …
gbadner b5262e5
HV-1831 New zero cost approach to processed bean tracking strategy
gsmet 9d250a0
HV-1831 Create ProcessedBeansTrackingVoter contract
gsmet 19786df
HV-1831 Enhance ExecutableMetaData with tracking information
gsmet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
...nate/validator/internal/engine/tracking/HasCascadablesProcessedBeansTrackingStrategy.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering how to deal with
beanMetaData == null
. I'm glad to see that spelled out here.