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) Fixed a bug loading the Kotlinx Module without use-fqn variable #733

Merged

Commits on May 1, 2024

  1. (fix) Fixed a bug loading the Kotlinx Module without use-fqn variable

    When the Kotlinx Serialization Module was available in an environment without the `springwolf.use-fqn` the code was failing, since it was trying to inject the variable.
    
    The code is now loading the converter **only** if `springwolf.enabled` is `true` (default value). The `springwolf.use-fqn` is also defaulting to `true`.
    
    This solution fixes the identified issue.
    ctasada committed May 1, 2024
    Configuration menu
    Copy the full SHA
    70d8f2d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    5de2d74 View commit details
    Browse the repository at this point in the history