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

fix: update ExchangeSerDe interface to help Spring initialization #232

Merged
merged 1 commit into from Mar 28, 2024

Commits on Mar 28, 2024

  1. fix: remove RequiredArgsConstructor which was overriding spring quali…

    …fier
    
    Since the introduction of Integration Controller in APIM, we can see the following error
    
    `No qualifying bean of type 'io.gravitee.exchange.api.websocket.command.ExchangeSerDe' available: expected single matching bean but found 2: cockpitExchangeSerDe,integrationExchangeSerDe`
    
    which was due to the extra contructor which applied different bean injection.
    jgiovaresco authored and guillaumelamirand committed Mar 28, 2024
    Copy the full SHA
    b6117c8 View commit details
    Browse the repository at this point in the history