File tree
436 files changed
+5257
-3550
lines changed- annotation-processor
- src
- main/java/org/hibernate/validator/ap/internal
- checks
- test/java/org/hibernate/validator/ap/testmodel
- groupsequenceprovider
- overriding
- build/build-config
- src/main
- assembly
- resources
- cdi
- src/test
- java/org/hibernate/validator/test/cdi/internal
- resources
- org/hibernate/validator/test/cdi/internal
- injection
- methodvalidation
- getter
- distribution
- src/main/assembly
- documentation
- src/test
- java/org/hibernate/validator/referenceguide
- chapter01
- chapter02
- classlevel
- containerelement
- custom
- list
- map
- nested
- optional
- set
- fieldlevel
- inheritance
- objectgraph
- containerelement
- propertylevel
- validation
- chapter03
- cascaded
- containerelement
- crossparameter
- constrainttarget
- inheritance
- parallel
- parameter
- returnvalue
- parameterscriptassert
- parameter
- returnvalue
- validation
- chapter04
- complete
- resourcebundlelocator
- chapter05
- groupconversion
- groupinheritance
- groupsequenceprovider
- chapter06
- classlevel
- constraintcomposition
- reportassingle
- constraintvalidatorcontext
- constraintvalidatorpayload
- crossparameter
- custompath
- elinjection
- payload
- chapter07
- nongeneric
- valueextractor
- chapter08
- chapter09
- chapter10
- chapter11
- cdi
- injection
- methodvalidation
- configuration
- implicit
- validator
- qualifier
- javaee
- chapter12
- booleancomposition
- classloading
- constraintapi
- context
- dynamicpayload
- el
- failfastonpropertyviolation
- failfast
- getterselectionstrategy
- localization
- nodenameprovider
- propertypath
- purelycomposed
- relaxation
- resources/org/hibernate/validator/referenceguide
- chapter08
- chapter09
- chapter12
- engine
- src
- main/java/org/hibernate/validator
- constraints
- internal
- constraintvalidators/hv/kor
- metadata
- aggregated
- provider
- util/logging
- spi/group
- test
- java/org/hibernate/validator/test
- cfg
- constraints
- boolcomposition
- composition
- basic
- lazyevaluation
- internal
- constraintvalidators/bv
- engine
- groups
- defaultgroupsequenceprovider
- redefiningdefaultgroup
- methodvalidation/cascadedgroupvalidation
- serialization
- valueextraction
- parameternameprovider
- resources/org/hibernate/validator/test
- cfg
- el
- internal
- constraintvalidators/hv
- engine
- cascaded
- constraintvalidation
- groups/conversion
- messageinterpolation
- methodvalidation/xml
- traversableresolver
- xml
- constrainttarget
- containerelementtype
- exception
- mixedconfiguration
- predefinedscope
- integrationtest
- java/modules
- cdi
- src/test/resources
- no-el
- simple
- test-utils
- wildfly
- src/test
- java/org/hibernate/validator/integration/wildfly/ejb
- modules
- javax/money/api/main
- org/javamoney/moneta/main
- resources
- parents
- internal
- public
- performance
- src/main
- jakarta/org/hibernate/validator/performance
- simple
- statistical
- javax/org/hibernate/validator/performance
- simple
- statistical
- java/org/hibernate/validator/performance
- resources/org/hibernate/validator/performance/statistical
- tck-runner
- src/test
- modules
- jdk11/javafx/api/main
- jdk8/javafx/api/main
- resources
- test-utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
436 files changed
+5257
-3550
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
| 62 | + | |
| 63 | + | |
64 | 64 |
| |
65 |
| - | |
66 | 65 |
| |
67 |
| - | |
| 66 | + | |
68 | 67 |
| |
69 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
70 | 89 |
| |
71 | 90 |
| |
72 | 91 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 | 86 |
| |
95 | 87 |
| |
96 | 88 |
| |
|
annotation-processor/src/main/java/org/hibernate/validator/ap/internal/AbstractElementVisitor.java
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
|
0 commit comments