Ouye Xie
Ouye Xie
Version 1.0.0 I got exception like this when I trying to index (**no matter one by one or in bulk mode**): java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) at java.util.ArrayList$Itr.next(ArrayList.java:831) at org.bosonnlp.analyzer.lucene.BosonNLPTokenizer.incrementToken(BosonNLPTokenizer.java:66) at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:618)...
https://github.com/spullara/mustache.java/blob/a1197f7789b24d694f16dad29f917e9be43f0dc2/compiler/src/main/java/com/github/mustachejava/resolver/FileSystemResolver.java#L45 The line above gets the canonical path of the file and this check will break when "file" is a symbolic link . # My example: - file abs: /local/asdf/_env/asdf-swit1na.18021267.375759313.1848829265/static-content/templates/asdf.html.mustache...