(These are probably not release blockers) - When building from the sources, I observed:
ruta-ep-engine bundle gives these warnings, probably needs a pom update? [INFO] --- maven-bundle-plugin:2.3.7:manifest (uima-bundle) @ ruta-ep-engine --- [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.2.0 : Did not find matching referal for !antlr [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.2.0 : Did not find matching referal for !com.jamonapi [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.2.0 : Did not find matching referal for !org.apache.commons.pool [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.2.0 : Did not find matching referal for !org.apache.commons.pool.impl ruta-ep-ide 2.2.0 has antlr warning: org\apache\uima\ruta\ide\core\parser\RutaParser.g warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:2057:2: Decision can match input such as "MINUS Identifier" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input Semantic predicates were present but were hidden by actions. Is this OK? I also note that there were quite a few javadoc warnings - some wrong spelling for parameter names, @return with no arguments, etc. (We generally try to have the public user-facing APIs have good javadocs, but, it's not a blocker IMHO.) -Marshall
