couchdb4j icon indicating copy to clipboard operation
couchdb4j copied to clipboard

CouchDB library for Java using JSON

Results 7 couchdb4j issues
Sort by recently updated
recently updated
newest added

Bumps httpclient from 4.3.6 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.3.6&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 [junit](https://github.com/junit-team/junit4) from 4.5 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

Potential fix for issue #9 (last successful response returned when request to couchdb times out). Changes in this fix: 1. Added a new CTOR for CouchResponse that takes the HTTP...

Not sure if this is by design, but Session.http() is returning the lastResponse when it times out (IOException) on a equest to the couch server. This results in the failed...

Trying to get a view document E.g. Document viewDoc = db.getDocument("_design/Generated Content"); Complains about invalid URL http://localhost:5984/test/_design/Generated Content/_view/all (note the space) Replacing the space with %20 does not help either....

Publish jar on http://mvnrepository.com/ or other Maven repository.

Adding a new view from code gives the following error with the older library. It works fine with 2.4 (json-lib). Exception in thread "main" net.sf.json.JSONException: java.lang.NoSuchMethodException: Property 'text' has no...