Handle missing mapping namespaces gracefully#830
Handle missing mapping namespaces gracefully#830prashantkumarniraj wants to merge 1 commit intodbpedia:masterfrom
Conversation
📝 WalkthroughWalkthroughModified error handling in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



This fixes a server startup crash when enabling languages that do not have
mapping namespaces (e.g. fi, et, lt).
Instead of throwing NoSuchElementException, such languages are now logged
and skipped.
Fixes #827
Summary by CodeRabbit