You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Validate that this is true for all calls in ical4android. Apparently only RuleManager has a ServiceLoader with non-specified class loader in ical4j 3.x, and we don't use RuleManager.
So as I understand it, we can drop all Ical4Android.checkThreadContextClassLoader() and all related checks and comments.
(And to be sure, have a test that parses a calendar with Thread.currentThread().contextClassLoader explicitly set to null)