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 MQTT with Jackson #355

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Fix MQTT with Jackson #355

merged 2 commits into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. Fix MQTT with Jackson

    mqtt-core was based on serde-jackson which may be missing if the consuming project is using jackson.
    
    This change mirrors the fix for problem-json here micronaut-projects/micronaut-problem-json#293
    
    That is, make the serde-api and jackson annotations api dependencies of this project in place of the serde-jackson dependency.
    
    I have an external reproducer, but I cannot get it to fail when included in this project...
    
    Closes #332
    timyates committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    27e99e7 View commit details
    Browse the repository at this point in the history
  2. Add tests

    timyates committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    682a098 View commit details
    Browse the repository at this point in the history