eldur / jwbf

Java Wiki Bot Framework is a library to maintain Wikis like Wikipedia based on MediaWiki.
http://jwbf.sourceforge.net/
Apache License 2.0
78 stars 33 forks source link

Current stable version is broken with java.lang.NoSuchFieldError: DEFAULT_USER_AGENT #66

Open andreas-hartmann opened 7 years ago

andreas-hartmann commented 7 years ago
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?

eldur commented 7 years ago

I am not in the office for a few weeks. A release will be possible in october

ChrisJeamme commented 6 years ago

The problem is still present :/ Anyone can help me? I need the API for a school project

eldur commented 6 years ago

Have you tried the latest SNAPSHOT? Which version do you use?

ChrisJeamme commented 6 years ago

I use the last RELEASE version on the maven repo, so the 3.1.1, but I will try the 4.0.0 SNAPSHOT, thank you for your reply

eldur commented 6 years ago

If you need a new release, tell me please.

ChrisJeamme commented 6 years ago

It's works with the 4.0.0 SNAPSHOT, so it would be cool to have a RELEASE version but for my use this version is enough, Thank you very much for your help and for your Framework !

mooreniemi commented 4 years ago

It's almost 2020 and this remains broken and without a warning in the readme. Is this library still being maintained?