Exception in thread "XXX" java.lang.NoSuchFieldError: DEFAULT_USER_AGENT
at org.apache.http.impl.client.HttpClientVersion.<clinit>(HttpClientVersion.java:9)
at net.sourceforge.jwbf.core.actions.HttpActionClient$Builder.makeUserAgentString(HttpActionClient.java:400)
at net.sourceforge.jwbf.core.actions.HttpActionClient$Builder.build(HttpActionClient.java:386)
Greetings. The current stable version is broken when using Java 8 with a simple spring boot bot, because the field DEFAULT_USER_AGENT doesn't exist, however the current SNAPSHOT version works. Are there any plans for creating an updated release version so people don't have to resort to using a SNAPSHOT?
Greetings. The current stable version is broken when using Java 8 with a simple spring boot bot, because the field DEFAULT_USER_AGENT doesn't exist, however the current SNAPSHOT version works. Are there any plans for creating an updated release version so people don't have to resort to using a SNAPSHOT?