-
Notifications
You must be signed in to change notification settings - Fork 168
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
WIP: testing "Maven plugin improvements" PR #20776
base: main
Are you sure you want to change the base?
Conversation
Make everything accessible/overrideable downstram
Yes not everyone is using Eclipse or want's to have Eclipse specific dependencies...
This check is only needed once during migration and never again.
* Reflector now uses a Builder-like pattern and can be replaced with a custom implementation if required * Default implementation only includes/scans only actually used dependencies and not everything else. Special customization may still be required for certain projects * Replaced``getOrCreateReflector`` with ``getClassFinder`` * Removed some unused methods * Simplified and extended logging
7bea7de
to
e22ebb5
Compare
TC Format Checker Report - 14:32 - 23 - DecThere are 1 files with format errors
Here is the list of files with format issues in your PR:
|
Quality Gate passedIssues Measures |
The purpose of this PR is to test #20695.
DO NOT MERGE.