-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Serde detection for Instance injection of Messaging channels #44526
Support Serde detection for Instance injection of Messaging channels #44526
Conversation
This comment has been minimized.
This comment has been minimized.
🎊 PR Preview 69c0b8e has been successfully built and deployed to https://quarkus-pr-main-44526-preview.surge.sh/version/main/guides/
|
75fde6c
to
648ae74
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but in addition to Instance
, we should also support jakarta.inject.Provider
and io.quarkus.arc.InjectableInstance
. These 3 types are equivalent from the perspective of autodetection, so should be straightforward.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
648ae74
to
e0b1335
Compare
Indeed, I've added the |
@@ -881,7 +884,7 @@ public void avroDtoInGenericRecordOut() { | |||
tuple("mp.messaging.outgoing.channel33.value.serializer", "io.apicurio.registry.serde.avro.AvroKafkaSerializer"), | |||
tuple("mp.messaging.incoming.channel34.value.deserializer", "io.apicurio.registry.serde.avro.AvroKafkaDeserializer"), | |||
tuple("mp.messaging.incoming.channel34.apicurio.registry.use-specific-avro-reader", "true"), | |||
tuple("mp.messaging.outgoing.channel35.value.serializer", "io.apicurio.registry.serde.avro.AvroKafkaSerializer"), | |||
tuple("mp.messaging.outgoing.channel35.value.serializer", "io.apcurio.registry.serde.avro.AvroKafkaSerializer"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a typo?
LGTM, but didn't approve yet due to the spotted typo (?). |
e0b1335
to
c858117
Compare
Thanks @Ladicek! |
Status for workflow
|
Status for workflow
|
Resolves #44500