Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Generate Avro types for all @KafkaListener-annotated beans#1310

Closed
garyrussell wants to merge 1 commit intospring-attic:mainfrom
garyrussell:allBeans
Closed

Generate Avro types for all @KafkaListener-annotated beans#1310
garyrussell wants to merge 1 commit intospring-attic:mainfrom
garyrussell:allBeans

Conversation

@garyrussell
Copy link
Contributor

Previously, Apache Avro types for @KafkaListener classes or
methods were only detected for beans annotated with @Component.

Listener beans can also be simply declared as @Bean and don't need
@Component.

Previously, Apache Avro types for `@KafkaListener` classes or
methods were only detected for beans annotated with `@Component`.

Listener beans can also be simply declared as `@Bean` and don't need
`@Component`.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 29, 2021
@sdeleuze sdeleuze requested a review from snicoll November 30, 2021 07:20
@sdeleuze sdeleuze added this to the 0.11.0 milestone Nov 30, 2021
@sdeleuze sdeleuze added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Nov 30, 2021
@snicoll snicoll self-assigned this Nov 30, 2021
@snicoll snicoll changed the title Fix KafkaAvroNativeConfigurationProcessor Generate Avro types for all @KafkaListener-annotated beans Nov 30, 2021
@snicoll snicoll added type: bug A general bug and removed type: task A general task labels Nov 30, 2021
snicoll pushed a commit that referenced this pull request Nov 30, 2021
Previously, Apache Avro types for `@KafkaListener` classes or
methods were only detected for beans annotated with `@Component`.

Listener beans can also be simply declared as `@Bean` and don't need
`@Component`.

See gh-1310
@snicoll snicoll closed this in d03db33 Nov 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type: bug A general bug

Development

Successfully merging this pull request may close these issues.

4 participants