Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CharMatcher.WHITESPACE #96

Open
2er0 opened this issue Sep 13, 2020 · 0 comments
Open

CharMatcher.WHITESPACE #96

2er0 opened this issue Sep 13, 2020 · 0 comments

Comments

@2er0
Copy link

2er0 commented Sep 13, 2020

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?

Thrown exception: java.lang.NoSuchFieldError: WHITESPACE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant