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

Conversation

jgiovaresco
Copy link
Contributor

@jgiovaresco jgiovaresco commented Mar 28, 2024

Description

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.

Additional context


Gravitee.io Automatic Deployment

🚀 A prerelease version of this package has been published on Gravitee's private artifactory, you can:

  • use it directly by updating your project with version: 5.0.3-fix-cockpit-connector-init-SNAPSHOT
  • download it from Artifactory here

@jgiovaresco jgiovaresco requested a review from a team as a code owner March 28, 2024 12:15
…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 jgiovaresco merged commit 5c67350 into master Mar 28, 2024
13 checks passed
@jgiovaresco jgiovaresco deleted the fix-cockpit-connector-init branch March 28, 2024 14:01
@graviteeio
Copy link
Contributor

🎉 This PR is included in version 5.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants