Skip to content
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

GH-2239: Fix Boot AutoConfiguration #2343

Merged
merged 1 commit into from
Jul 11, 2022

Commits on Jul 11, 2022

  1. spring-projectsGH-2239: Fix Boot AutoConfiguration

    See spring-projects#2239
    
    The previous commit removed the implicit bootstrap in favor of enforcing the
    user to use the `@EnableKafkaRretryTopic` or explicitly extend
    `RetryTopicConfigurationSupport`.
    
    Unfortunately, this breaks Spring Boot because it can auto configure a
    `RetryTopicConfiguration` bean, which means the infrastructure beans are required.
    
    Fallback to late binding of the infrastructure beans if a `RetryTopicConfiguration`
    bean is found in the application context.
    
    Tested with a Boot app.
    
    **cherry-pick to main**
    garyrussell committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f1ea4c4 View commit details
    Browse the repository at this point in the history