elan-ev / studip-opencast-plugin

This is an Stud.IP plugin for Opencast
https://elan-ev.github.io/studip-opencast-plugin/
GNU General Public License v2.0
9 stars 22 forks source link

Opencast PHP Library v1.5.0 #851

Closed ferishili closed 9 months ago

ferishili commented 9 months ago

This PR fixes #605, This is actually meant to have the latest code from this library, and have the latest guzzlehttp versions.

Assessment

After partially testing the plugin with meetings plugin v2.8.0, it is safe to say that both work fine together, and no collision was found. That is because, Meetings plugin (from 2 versions back) is not using the direct call to any SOP classes anymore! And also it only includes its autoload when performing the request, therefore, there is no need to be worried about the collision between these two plugins.

Of course, on the other hand, Meetings plugin will also get the latest guzzlehttp versions and be synced with SOP, to make sure we don't miss any blind spots in this PR