2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 20 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge https://github.com/helun/Ektorp into ektorp-with-jackson2.0 More... about 12 years ago
Opened up the View class of the DesignDocument More... about 12 years ago
Revert "Added common-js modules support for Views" More... about 12 years ago
Merge pull request #77 from seanadkinson/master More... about 12 years ago
Adding support for pluggable implementations of DesignDocument by making DesignDocumentFactory create all instances... this will allow implementations such as LuceneDesignDocument that support the fulltext attribute More... about 12 years ago
Added common-js modules support for Views More... about 12 years ago
Bugfix, double quotes in the identifier More... about 12 years ago
The modifications in the test classes in concordance with the changes in the library More... about 12 years ago
BasicBeanDescription was replaced with BeanDescription More... about 12 years ago
Some modification in EktorpBeanDeserializerModifier, BasicBeanDescription was replaced with BeanDescription everywhere, getParameterType(0) replaced with getRawParameterType(0) etc. More... about 12 years ago
@Override annotations were removed from isIgnorableField() and isIgnorableMethod() More... about 12 years ago
jackson-annotations, -core, -databind 2.0.0-RC1 were added to the pom.xml More... about 12 years ago
DeserializerProvider provider was removed from the method parammeters (BackReferencedBeanDeserializer.resolve(...)), DeserializationConfig replaced with DeserializationContext More... about 12 years ago
T doc = mapper.readValue(value, type) replaced with T doc = mapper.readValue(value.traverse(), type); More... about 12 years ago
MAPPER.defaultPrettyPrintingWriter().writeValueAsString(n) replaced with StdResponseHandler.MAPPER.writerWithDefaultPrettyPrinter().writeValueAsString(n) More... about 12 years ago
Tree model method name changes and SerializationConfig.Feature, DeserializationConfig.Feature (look to: http://wiki.fasterxml.com/JacksonUpgradeFrom19To20) More... about 12 years ago
imports were organized (most of them), @JsonSerialize(include = Inclusion.NON_NULL) replaced with the @JsonInclude(Include.NON_NULL) More... about 12 years ago
Merge pull request #74 from esromneb/master More... about 12 years ago
Fixing bugs in example More... about 12 years ago
Merge pull request #72 from dlvenable/master More... about 12 years ago
Removed the updateMultipart overload which did not take a boundary. To provide similar functionality created a new update method which takes an InputStream containing a JSON document. More... about 12 years ago
Added reference documentation for uploading a document with attachments using the updateMultipart method. More... about 12 years ago
Added the updateMultipart overload without the boundary. More... about 12 years ago
Support a null boundary by leaving off the boundary part of the Content-Type. So the resulting Content-Type will simply be "multipart/related". More... about 12 years ago
Added the updateMultipart method to the CouchDbConnector to support Couch's MIME multipart/related PUT operation. More... about 12 years ago
Merge pull request #71 from phedny/InitializationFix More... about 12 years ago
Fix bug where configuration using StdHttpClient.Builder.url() without port doesn't work More... about 12 years ago
Allow username and password to be included in StdHttpClient.Builder.url() More... about 12 years ago
Fix bug where enableSSL=true and relaxedSSLSettings=false doesn't initialize SSLContext More... about 12 years ago
Merge pull request #70 from grove/ignore_not_found_truncation_bug More... about 12 years ago