Problem/Motivation
There are a few deprecated methods shown when checking with "drupal-check" utility:
------ ------------------------------------------------------------------------------
Line src/Plugin/TypedDataFilter/EntityUrlFilter.php
------ ------------------------------------------------------------------------------
29 Call to deprecated method url() of class Drupal\Core\Entity\EntityInterface:
in drupal:8.0.0 and is removed from drupal:9.0.0.
Please use toUrl() instead.
------ ------------------------------------------------------------------------------
------ ------------------------------------------------------------------------------------------------------------------------------------------
Line src/Widget/FormWidgetInterface.php
------ ------------------------------------------------------------------------------------------------------------------------------------------
15 Interface Drupal\typed_data\Widget\FormWidgetInterface extends deprecated interface Drupal\Component\Plugin\ConfigurablePluginInterface:
Drupal\Component\Plugin\ConfigurablePluginInterface is deprecated
in Drupal 8.7.0 and will be removed before Drupal 9.0.0. You should implement
ConfigurableInterface and/or DependentPluginInterface directly as needed. If
you implement ConfigurableInterface you may choose to implement
ConfigurablePluginInterface in Drupal 8 as well for maximum compatibility,
however this must be removed prior to Drupal 9.
------ ------------------------------------------------------------------------------------------------------------------------------------------
------ ----------------------------------------------------------------------------------------------
Line tests/src/Kernel/DataDefinitionFetcherTest.php
------ ----------------------------------------------------------------------------------------------
185 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
227 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
239 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
256 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
------ ----------------------------------------------------------------------------------------------
------ ----------------------------------------------------------------------------------------------
Line tests/src/Kernel/DataFetcherTest.php
------ ----------------------------------------------------------------------------------------------
194 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
207 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
230 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
243 Call to deprecated method setExpectedException() of class Drupal\KernelTests\KernelTestBase:
in drupal:8.8.0 and is removed from drupal:9.0.0.
Backward compatibility for PHPUnit 4 will no longer be supported.
------ ----------------------------------------------------------------------------------------------
Comments
Comment #2
tr commentedThis is just spam.
It's worthless, pointless, and just wrong to run drupal-check on fixed point releases. As someone who has used Drupal for many years you should know better. Stop doing that. Fixed point releases can't be changed. This output would only have meaning if it were run against -dev, and even then it's fairly meaningless unless you put some effort into understanding what it tells you. For example, it's just plain wrong to suggest I remove things that are deprecated in 8.8, until 8.8 becomes the lowest-supported version of Drupal core (that's scheduled for June 2020).
And it's disrespectful of my time and the time of all the other maintainers on all the other projects that you've posted to, to post an issue without checking the issue queue first to see if it has already been reported. Then reading the existing issue(s) to learn if your post is needed or even valid.
This is spam because you're using an automated script to open issues on multiple projects without first understanding what the output means, and you're doing it repeatedly without waiting for feedback. It's no cost to you but you're putting a burden on every issue queue that you post to. If you want to contribute, there are many ways to do that, and those would be greatly appreciated. But what you've done here is the opposite - you're hindering progress, taking up time I and others could use for real contributions ...
There is NOTHING that needs to be done in this project in regards to deprecated code - this project is 100% up-to-date and well maintained.