gsmet commented on PR #6331:
URL: https://github.com/apache/camel-quarkus/pull/6331#issuecomment-2276402031

   I added more details here: 
https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.14#extension-developers
   
   Note that by applying just this patch, you will get a warning when compiling 
the test classes (as given you don't have a config annotation, the annotation 
processor will not be triggered and you will get a warning telling you the 
parameter is unused).
   Ideally, you would adjust to only run the annotation processor for the main 
classes as described in the doc but I didn't want to be too aggressive on your 
codebase :).
   Feel free to do it if you think it makes sense.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to