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

Make sure new CRDGenerator instances start with a clean generation context #3443

Merged
merged 1 commit into from
Sep 8, 2021

Commits on Sep 7, 2021

  1. fix: make sure new generator instances start with a clean context

    This is needed when classes might have been reloaded since the last
    generation round. If we were to hold onto already generated TypeDefs,
    we would get an outdated CRD. While this isn't a typical scenario, this
    situation occurs during Quarkus live reload.
    
    Fixes #3442
    metacosm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    5f02ddd View commit details
    Browse the repository at this point in the history