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

JAVA_ISO_CONTROL java.lang.NoSuchFieldError at com.github.fge.uritemplate.parse.CharMatchers #8

Open
vorburger opened this issue Apr 12, 2023 · 0 comments

Comments

@vorburger
Copy link

JAVA_ISO_CONTROL
java.lang.NoSuchFieldError: 
	at com.github.fge.uritemplate.parse.CharMatchers.<clinit>(CharMatchers.java:40)
	at com.github.fge.uritemplate.parse.URITemplateParser.selectParser(URITemplateParser.java:82)
	at com.github.fge.uritemplate.parse.URITemplateParser.parse(URITemplateParser.java:69)
	at com.github.fge.uritemplate.parse.URITemplateParser.parse(URITemplateParser.java:56)
	at com.github.fge.uritemplate.URITemplate.<init>(URITemplate.java:53)
	at dev.enola.core.aspects.UriTemplateAspect.<init>(UriTemplateAspect.java:47)
	at dev.enola.core.EnolaServiceProvider.get(EnolaServiceProvider.java:32)
	at dev.enola.core.EntityServiceProviderTest.testEnolaServiceProvider(EntityServiceProviderTest.java:40)

This is because of an API breaking change that was made in Guava.

#7 fixes this. That is part of https://github.com/java-json-tools/uri-template, which is the most up-to-date fork.

Ergo use com.github.java-json-tools:uri-template:0.10 instead of com.github.fge:uri-template:0.9 to "fix" this.

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