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

Conversation

melix
Copy link
Contributor

@melix melix commented May 17, 2023

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

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 melix added this to the 6.4.5 milestone May 17, 2023
@melix melix requested a review from msupic May 17, 2023 09:48
@melix melix self-assigned this May 17, 2023
melix added 3 commits May 22, 2023 10:05
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 melix merged commit 3a2873f into master May 22, 2023
3 checks passed
@melix melix deleted the cc/logging-provider branch May 22, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MicronautBuildCommonPlugin doesn't read logback version from micronaut-logging catalog
3 participants