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

Feature reduce deps #3807

Merged
merged 5 commits into from Jan 3, 2023
Merged

Feature reduce deps #3807

merged 5 commits into from Jan 3, 2023

Conversation

thelsing
Copy link
Collaborator

@thelsing thelsing commented Jan 2, 2023

Identify the Bug or Feature request

closes #1056

Description of the Change

I removed all dependencies that I could. I also updated the logging code to use the log4j 2 api. I also added comments what we use which lib for. Finally I updated the gradle wrapper to the current version.

Possible Drawbacks

Some dependencies still get pulled by other libs we use. When we remove the libs that pull them in we have to readd them.

Release Notes

I don't think that this needs to be mentioned.


This change is Reviewable

@Phergus
Copy link
Contributor

Phergus commented Jan 2, 2023

@thelsing failed spotless

@thelsing
Copy link
Collaborator Author

thelsing commented Jan 2, 2023

I didn't think that I could introduce spotless errors in such a simple code change ...

Copy link
Contributor

@Phergus Phergus left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 14 of 15 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @thelsing)

@Phergus Phergus merged commit a9fbda1 into RPTools:develop Jan 3, 2023
@cwisniew cwisniew added the code-maintenance Adding/editing javadocs, unit tests, formatting. label Mar 29, 2023
@thelsing thelsing deleted the feature-reduce-deps branch September 20, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-maintenance Adding/editing javadocs, unit tests, formatting.
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Remove unused dependencies
3 participants