You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Guava provides the CharMatcher.WHITESPACE instance used in AuthorEnhancer only until the version 25.1-jre.
It was changed to a new implementation with version 26.0-jre including the access definition.
Currently, an exception is thrown in the method: pl.edu.icm.cermine.metadata.extraction.enhancers.AuthorEnhancer.enhanceMetadata(AuthorEnhancer.java:147) in the latest version 1.13 because guava version 27.0-jre is currently used on my system because of another dependency.
CERMINE uses guava version 19.0-jre as defined inside the cermine-impl/pom.xml. Could this be updated to some newer version?
Google Guava provides the
CharMatcher.WHITESPACE
instance used inAuthorEnhancer
only until the version25.1-jre
.It was changed to a new implementation with version
26.0-jre
including the access definition.Currently, an exception is thrown in the method:
pl.edu.icm.cermine.metadata.extraction.enhancers.AuthorEnhancer.enhanceMetadata(AuthorEnhancer.java:147)
in the latest version1.13
because guava version27.0-jre
is currently used on my system because of another dependency.CERMINE uses guava version
19.0-jre
as defined inside thecermine-impl/pom.xml
. Could this be updated to some newer version?Thrown exception:
java.lang.NoSuchFieldError: WHITESPACE
The text was updated successfully, but these errors were encountered: