Issues
- Annotation processor does not account for additional constraint definitions registered via service loadingHV-1972
- Full recompilation is required because org.hibernate.validator.ap.ConstraintValidationProcessor is not incremental. Analysis took 0.359 secs.HV-1951
- Add Kotlin Symbol Processing Support to HVHV-1912
- Add annotation TypeCheck to parameter checks in AnnotationProcessorHV-1900Resolved issue: HV-1900Guillaume Smet
- Rename jakarta.annotation.processing.Processor to javax.annotation.processing.ProcessorHV-1888Resolved issue: HV-1888
- Annotation Processor is not triggered during compile timeHV-1868Resolved issue: HV-1868
- hibernate-validator-annotation-processor 6.2.0.Final (Spring Boot managed) isn't Java 17 compatibleHV-1863Resolved issue: HV-1863Guillaume Smet
- Annotation processor should support constraint validators added programmaticallyHV-1830
- Rename annotation processor service file for new jakarta packageHV-1776Resolved issue: HV-1776Guillaume Smet
- Not compatible with google's error-proneHV-1664Resolved issue: HV-1664
- Transient MissingResourceException when using annotation processorHV-1655Resolved issue: HV-1655
- Configure a stricter forbidden-apis policy and remove calls deprecated in Java 10HV-1628Resolved issue: HV-1628Guillaume Smet
- Add CodePointLength to supported AP typesHV-1530Resolved issue: HV-1530Marko Bekhta
- ConstraintValidatorCheck should be made a warningHV-1470Resolved issue: HV-1470Marko Bekhta
- Pass value extractors as parameters to Annotation ProcessorHV-1465
- Replace remaining package.html files with equivalent package-info.javaHV-1400Resolved issue: HV-1400Marko Bekhta
- Move non-public classes of annotation processor to org.hibernate.validator.ap.internalHV-1396Resolved issue: HV-1396Guillaume Smet
- Support OptionalInt/OptionalDouble/OptionalLong in the annotation processorHV-1395Resolved issue: HV-1395Marko Bekhta
- Annotation Processor should check that constraint payload does not contains both Unwrap and Skip at the same timeHV-1392Resolved issue: HV-1392Marko Bekhta
- StackOverflowError during compilation with annotation-processor enabledHV-1377Resolved issue: HV-1377Marko Bekhta
- Check that @Positive/@Negative and OrZero versions are taken into account in the annotation processorHV-1376Resolved issue: HV-1376Marko Bekhta
- Annotation processor support for @NotEmpty, @NotBlank, @Email, @Positive, @NegativeHV-1297Resolved issue: HV-1297Marko Bekhta
- Annotation processor should detect if composed annotation has direct and List annotations of the same kindHV-1275Resolved issue: HV-1275Marko Bekhta
- Annotation processor is not aware of new constraint @Currency and validators for type MonetaryAmountHV-1252Resolved issue: HV-1252Guillaume Smet
- Detect cyclic definition of group sequence due to group inheritance in the annotation processorHV-1180Resolved issue: HV-1180Marko Bekhta
- Verify that annotation parameters on method/constructor parameters are validHV-1119Resolved issue: HV-1119Marko Bekhta
- Wrong warning log in TypeAnnotationAwareMetaDataProvider.getTypeParameterHV-950Resolved issue: HV-950Davide D'Alto
- Make the Hibernate Validator annotation processor aware of the new locations where constraints can be specifiedHV-879
- Cross-parameter constraint is disallowed by Annotation ProcessorHV-864Resolved issue: HV-864
- Annotation Processor doesn't detect errors in parameter constraints in inheritance hierarchiesHV-840Resolved issue: HV-840Marko Bekhta
- Add check on default message to recognize missing {} for keysHV-822Resolved issue: HV-822Marko Bekhta
- Annotation processor does not flag constraints on methods that override or implement superclass or interface methodsHV-801Resolved issue: HV-801
- Consistently apply coding guidelines throughout the code baseHV-576Resolved issue: HV-576
- NPE in annotation processor ConstraintHelper.getName()HV-575Resolved issue: HV-575
- Annotations processing fails with 4.3.0 Beta1HV-574Resolved issue: HV-574
- Perform a profiling of the annotation processor code and make use of caching where appropriateHV-568Resolved issue: HV-568Gunnar Morling
- @Email reported as "disallowed" for String fieldHV-567Resolved issue: HV-567
- hibernate-validator-annotation-processor tests fails when running against JDK7HV-531Resolved issue: HV-531
- Stackoverflow on @RequiredHV-526Resolved issue: HV-526
- When adding annotations processor compiler get's brokenHV-498Resolved issue: HV-498
- Simplify annotation processor setup in IDEs in regards to required dependenciesHV-457Resolved issue: HV-457
- The annotation processor should verify the groups parameter of a constraint declarationHV-455Resolved issue: HV-455Marko Bekhta
- The annotation processor should check @GroupSequenceHV-451Resolved issue: HV-451Marko Bekhta
- The annotation processor should check parameter constraintsHV-450Resolved issue: HV-450
- The annotation processor should allow constraint annotations at non-getter methodsHV-446Resolved issue: HV-446
- The annotation processor should check @GroupSequenceProviderHV-436Resolved issue: HV-436
- The annotation processor shouldn't report @Past/@Future given at Joda types as errorsHV-418Resolved issue: HV-418
- Including Annotation Processor in Eclipse results in java.lang.OutOfMemoryError: Java heap spaceHV-362Resolved issue: HV-362
- Establish a processor option "verbose"HV-322Resolved issue: HV-322Gunnar Morling
- Extract constraint checking from ConstraintAnnotationVisitor into separate check classesHV-316Resolved issue: HV-316Gunnar Morling
50 of 58
Annotation processor does not account for additional constraint definitions registered via service loading
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Edgar AsatryanEdgar AsatryanBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Edgar AsatryanComponents
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Edgar Asatryan
Edgar AsatryanBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Edgar Asatryan
Components
Affects versions
Priority
Created February 25, 2024 at 3:43 PM
Updated May 31, 2024 at 7:19 AM
Activity
Show:
The annotation processor reports error on uuid field
but there’s custom validator contributor:
which is registered via standard service loading mechanism.