couchdb4j
couchdb4j copied to clipboard
CouchDB library for Java using JSON
Bumps httpclient from 4.3.6 to 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...
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...
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...