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 it possible to read logback version from catalog #562

Merged
merged 5 commits into from May 22, 2023

Commits on May 17, 2023

  1. Make it possible to read logback version from catalog

    This commit adds the ability to read the default logback version
    from the `mnLogging` catalog instead of the `libs` catalog or
    Gradle properties. It also removes the default version as it is
    likely to be outdated in any case and raise problems.
    
    The same should probably done for objenesis and bytebuddy but
    it's unclear which projects use it in practice.
    
    Fixes #561
    melix committed May 17, 2023
    Configuration menu
    Copy the full SHA
    14e5fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d278e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Remove default version for objenesis/bytebuddy

    In addition, dependencies will only be added if the version is found in
    a catalog (this is also true for logback version).
    
    For bytebuddy and objenesis, the version will be fetched from `libs`,
    but also from `mnTest`. Currently, the Micronaut Test catalog doesn't
    declare these, but it feels like "the right place".
    melix committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ff4d5f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3624b View commit details
    Browse the repository at this point in the history
  3. Bump plugin version to 6.5.x

    melix committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c4abbad View commit details
    Browse the repository at this point in the history