-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove $CLASSPATH - this is no longer needed. Apps are using proper n… #32203
Conversation
9bb75a7
to
047a2aa
Compare
retested SMB storage and OC ext storage config ? |
I made sure in debugger that the class is loaded and can be used - which is the case in app.php. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks
Codecov Report
@@ Coverage Diff @@
## master #32203 +/- ##
============================================
+ Coverage 63.9% 63.9% +<.01%
+ Complexity 18548 18543 -5
============================================
Files 1169 1169
Lines 69732 69722 -10
Branches 1267 1267
============================================
- Hits 44560 44559 -1
+ Misses 24803 24794 -9
Partials 369 369
Continue to review full report at Codecov.
|
|
Backport |
…amespaces today.
Description
$CLASSPATH as a very old concept to perform auto loading in ownCloud.
As of today all apps use a proper namespace e.g. OCA\Calendar\ to load classes living in the calendar app.
Furthermore composer is more and more used and has a far better autoloaded then ownCloud itself.
Issues
closes #12573
Motivation and Context
Deprecate/remove old concepts
How Has This Been Tested?
Types of changes
Checklist:
Open tasks: