UIMA 鲁塔版本 2.7.0

UIMA Ruta version 2.7.0

我已经将 Uima Ruta 版本升级到 2.7.0。我在控制台中收到以下消息,是否会影响任何进程。

Nov 08, 2019 11:54:31 AM org.apache.uima.internal.util.XMLUtils createSaxTransformerFactory(614)
WARNING: SAXTransformerFactory didn't recognize setting attribute http://javax.xml.XMLConstants/property/accessExternalDTD
Nov 08, 2019 11:54:31 AM org.apache.uima.internal.util.XMLUtils createSaxTransformerFactory(621)
WARNING: SAXTransformerFactory didn't recognize setting attribute http://javax.xml.XMLConstants/property/accessExternalStylesheet
log4j:WARN No appenders could be found for logger (org.springframework.validation.DataBinder).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Nov 08, 2019 11:54:32 AM org.apache.uima.jcas.impl.JCasImpl reportInitErrors(809)
WARNING: 
JCas Type "org.apache.uima.ruta.type.DebugBlockApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugRuleApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.

Nov 08, 2019 11:54:32 AM org.apache.uima.jcas.impl.JCasImpl reportInitErrors(809)
WARNING: 
JCas Type "org.apache.uima.ruta.type.DebugBlockApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugRuleApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.

Nov 08, 2019 11:54:33 AM org.apache.uima.jcas.impl.JCasImpl reportInitErrors(809)
WARNING: 
JCas Type "org.apache.uima.ruta.type.DebugBlockApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugRuleApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.
JCas Type "org.apache.uima.ruta.type.DebugScriptApply" implements getters and setters for feature "timestamp", but the type system doesnt define that feature.

是的。更新了类型系统,添加了新的功能时间戳。您需要更新项目中的类型系统,例如,右键单击您的 ruta 项目 -> UIMA Ruta -> 更新项目。通过清理项目重建描述符。