jwbf icon indicating copy to clipboard operation
jwbf copied to clipboard

Java Wiki Bot Framework is a library to maintain Wikis like Wikipedia based on MediaWiki.

Results 28 jwbf issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.0&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.20.v20190813 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

In Mediawiki 1.37 the deprecated intoken has been removed /api.php?action=query&format=xml&intoken=edit&prop=info&titles=TitleOfPage Unrecognized parameter: intoken.

I tried to login a fandom wiki and edit something, but `isLoggedIn()` returns false after I tried login, without any stderr. So I debug at [HttpActionClient](https://github.com/eldur/jwbf/blob/fa299ac718cb4a6095e3133708542c6776ef26c9/src/main/java/net/sourceforge/jwbf/core/actions/HttpActionClient.java#L130), and the `out` value...

[Apache Maven Dependency Plugin](https://maven.apache.org/plugins/maven-dependency-plugin/index.html) can be used to find unused dependencies. And I found following list. Maybe we can remove them. jwbf {groupId='org.apache.httpcomponents', artifactId='fluent-hc', version='4.5.10', scope='compile'} {groupId='org.jacoco:org.jacoco.agent', artifactId='jar', version='0.8.4', scope='test'}...

Bumps httpclient from 4.5.10 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.10&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

``` Exception in thread "XXX" java.lang.NoSuchFieldError: DEFAULT_USER_AGENT at org.apache.http.impl.client.HttpClientVersion.(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...

Hi again! As you library seems to be the only available library for Java (there are one or two apart, but those are not being updated more) when we talk...

enhancement
awaitingPullReq