Annotation Processor is not triggered during compile time

Description

I have set up the annotation processor in a maven based project inside InteliJ IDEA, according to the guidelines depicted in the documentation. Unfortunately, for the given model below, no error is reported at compile time. Is there anything I missed out?

 

Relevant config are listed down there:

Model

 

pom.xml :

 

InteliJ setup :

 

 

Build status ( mvn compile ) :

 

Environment

None

Attachments

2

Activity

Show:

Guillaume Smet January 17, 2022 at 9:35 AM

Thanks for confirming!

Former user January 11, 2022 at 2:06 PM

Moving to HIV AP 6.2.0.Final and saw fixes the issue. Thanks for the support.

Former user January 11, 2022 at 1:36 PM

Thanks for the pointer. I’ll set update things and provide feedback ASAP.

Guillaume Smet January 11, 2022 at 1:31 PM

Yeah, so my guess is that it’s your problem.

HV 6.x targets javax.validation.

HV 7.x targets jakarta.validation.

If the framework you use haven’t moved massively to the jakarta.* packages, you should keep using HV 6.x. HV 6.2 and 7.0 are functionally equivalent.

Former user January 11, 2022 at 1:08 PM

I’m using javax.validation constraints

Rejected

Details

Assignee

Reporter

Bug 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

Former user
Guillaume Smet

Components

Affects versions

Priority

Created January 10, 2022 at 6:44 PM
Updated January 17, 2022 at 9:35 AM
Resolved January 17, 2022 at 9:35 AM