opencast / opencast

The free and open source solution for automated video capture and distribution at scale.
https://opencast.org
Educational Community License v2.0
394 stars 233 forks source link

Scheduler ical library needs updating #1124

Open gregorydlogan opened 5 years ago

gregorydlogan commented 5 years ago

Per #712, we're currently using a patched iCal4j library. The fixes Plapadoo filed against iCal4j have been merged (https://github.com/ical4j/ical4j/pull/314), so we should update the library.

In doing this, it might make sense to create a DST unit test in the scheduler service as well. We currently have some from the index (per #712), but I don't see any in the scheduler.

lkiesow commented 5 years ago

Careful with this. If I remember correctly, the OSGI loader for this library got patched as well.

gregorydlogan commented 5 years ago

I believe you might be correct. This is also why I did not mark this as an easy issue :)

krinnewitz commented 4 years ago

Yes, I can confirm that only one of the two fixes got merged. OSGI-support is still missing.