Hi Andrej, I was trying to update morfologik-stemming and it can be updated till v2.1.6. But then the update morfologik-stemming breaks the build of lucene4.10 as one of the deprecated API (which lucene4.10 is using) has been removed in the update. https://salsa.debian.org/java-team/lucene4.10/-/blob/master/analysis/morfologik/src/java/org/apache/lucene/analysis/morfologik/MorfologikFilter.java#L101 is trying to call getForLanguage() which has been removed in the new morfologik-stemming. The old API is at https://salsa.debian.org/java-team/morfologik-stemming/-/blob/master/morfologik-stemming/src/main/java/morfologik/stemming/Dictionary.java#L176 Any ideas please? I think the only possible way now is to package morfologik-stemming_2.1.6 as a new package.
-- Regards Sudip