2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reverting interrupted release, to reset back the pom version to SNAPSHOT More... about 9 years ago
Merge branch 'DisabledFindBugs3OnJava6' into FixIssue220 More... about 9 years ago
disable FindBugs when running on Java 6 (since FindBugs 3 requires minimum Java 7 as runtime environment) in order to avoid failing the Travis build on Java 6 More... about 9 years ago
fix to issue #220 : supporting field 'checkpoint_interval' introduced by CouchDB 1.6 in replication tasks documents More... about 9 years ago
Merge branch 'master' of https://github.com/rwitzel/Ektorp More... over 9 years ago
refactored: getId() More... over 9 years ago
added: method ViewResult.Row.getIdAsNode() so that it is possible to find out whether or not an ID property exists changed: method ViewResult.Row.getId() so that the method does not throw a NullPointerException when there is no property 'id' More... over 9 years ago
added: method ViewResult.Row.getIdAsNode() so that it is possible to find out whether or not an ID property exists changed: method ViewResult.Row.getId() so that the method does not throw a NullPointerException when there is no property 'id' More... over 9 years ago
[maven-release-plugin] prepare release org.ektorp.parent-1.4.3 More... over 9 years ago
[maven-release-plugin] rollback the release of org.ektorp.parent-1.4.3 More... over 9 years ago
[maven-release-plugin] prepare for next development iteration More... over 9 years ago
[maven-release-plugin] prepare release org.ektorp.parent-1.4.3 More... over 9 years ago
changelog for 1.4.3 More... over 9 years ago
Merge pull request #216 from ceefour/patch-1 More... over 9 years ago
Turn off doclint so project javadocs can be built in Java8 More... over 9 years ago
Merge pull request #214 from YannRobert/ShouldCheckResponseBodyIsOkInOrderToConsumeTheResponseStream More... over 9 years ago
should check the response body even in case of a success response code; in order to consume the response stream before closing it; when using Apache HC, the application should make sure that the response stream is consumed before closing it. More... over 9 years ago
Merge pull request #213 from YannRobert/FixNPEInPageRequestWhenDocIdIsNull More... over 9 years ago
Merge pull request #211 from YannRobert/FixBugInCloneFollowingIssue181 More... over 9 years ago
Merge pull request #210 from YannRobert/FixBugInViewQueryCloneSkipProperty More... over 9 years ago
PageRequest should support having a null next key docId : the Page Link JSON String is now generated in a way that supports a null docId even when the key is not null. This bug made asJson() method to fail when docId was null. Also, as toString() was invoking asJson(), this made the debugging harder, so the toString() method should not invoke asJson() but rather basically print the Object's properties. More... over 9 years ago
Fixed bug in ViewQuery clone() method : the skip property was not clone as expected More... over 9 years ago
fixed bug in ViewQuery.clone() + fixed regression in getKey() getStartKey() getEndKey() methods : those bugs were introduced in issue #181 More... over 9 years ago
Merge pull request #181 from YannRobert/AvoidUselessDecodingAndReEncodingOfRawKeys More... over 9 years ago
Merge pull request #187 from YannRobert/ExtractHttpParamsConfigurationMethodSoWeCanOverrideIt More... over 9 years ago
Merge pull request #208 from YannRobert/CheckDatabaseExistsBeforeAttemptingToCreateIt More... over 9 years ago
should check that the database does not exist before attempting to create it : changed back unit tests to previous behavior + fixed code accordingly More... over 9 years ago
Merge pull request #207 from YannRobert/RefactorToBeClearerSinceIssue206 More... over 9 years ago
Merge pull request #205 from cbismuth/master More... over 9 years ago
refactored code so that instance is only set when the object is configured, following issue #206 More... over 9 years ago