JiriOndrusek commented on a change in pull request #2859:
URL: https://github.com/apache/camel-quarkus/pull/2859#discussion_r661165120
##########
File path:
extensions/avro-rpc/deployment/src/main/java/org/apache/camel/quarkus/component/avro/rpc/deployment/AvroRpcProcessor.java
##########
@@ -37,7 +41,8 @@ FeatureBuildItem feature() {
}
@BuildStep
- ReflectiveClassBuildItem registerForReflection(CombinedIndexBuildItem
combinedIndex) {
+ ReflectiveClassBuildItem registerForReflection(CombinedIndexBuildItem
combinedIndex,
+ BuildProducer<ReflectiveClassBuildItem> reflectiveClassProducer) {
Review comment:
I thought I removed it, so I'll do it again.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]