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

#147 Drop usage of shadow plugin #151

Merged
merged 2 commits into from May 23, 2024

Conversation

shaikhu
Copy link
Contributor

@shaikhu shaikhu commented Jan 18, 2024

Plugin is no longer deployed as an uber jar. This PR drops all usage/configuration of the shadown plugin.

Unintended consequence
It appears by dropping shadowing we are no longer using slf4j logger at runtime, but default gradle logging implementation. This means unless --info is supplied to the gradle command, the logging information will not be displayed.

It relates to the following issue #s:

cc @bhamail / @DarthHater / @guillermo-varela / @shaikhu

@shaikhu shaikhu changed the title Drop usage of shadow plugin drop #147 Drop usage of shadow plugin drop Jan 18, 2024
@guillermo-varela
Copy link
Contributor

Since we rely heavily on log output, perhaps we want to go ahead with this change alongside with #146 so all big changes start with a new major release together?

@shaikhu
Copy link
Contributor Author

shaikhu commented Jan 19, 2024

Since we rely heavily on log output, perhaps we want to go ahead with this change alongside with #146 so all big changes start with a new major release together?

That sounds sensible to me 👍

@shaikhu shaikhu changed the title #147 Drop usage of shadow plugin drop #147 Drop usage of shadow plugin Feb 4, 2024
@shaikhu shaikhu changed the base branch from main to upgrade_nexus_platform_api May 12, 2024 16:55
@shaikhu shaikhu marked this pull request as ready for review May 17, 2024 07:04
Copy link
Contributor

@guillermo-varela guillermo-varela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@shaikhu shaikhu merged commit 0c01808 into upgrade_nexus_platform_api May 23, 2024
10 checks passed
@shaikhu shaikhu deleted the remove_shadowing branch May 23, 2024 06:51
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.

[FEATURE] Remove shadowing
2 participants