Oliver Gierke
f87fef193b
DATACOUCH-201 - Update changelog.
2016-02-08 16:25:26 +01:00
Oliver Gierke
14badd5a34
DATACOUCH-198 - Added code of conduct.
...
Added CONTRIBUTING file along the way.
2016-02-02 10:23:33 +01:00
Oliver Gierke
6694f3a82e
DATACOUCH-195 - Declare Artifactory Maven plugin to be able to distribute build artifacts.
2016-01-28 15:00:50 +01:00
Oliver Gierke
674a830dc9
DATACOUCH-183 - Updated changelog.
2015-12-22 14:12:25 +01:00
Oliver Gierke
64ee025d59
DATACOUCH-182 - Updated changelog.
2015-12-18 11:24:47 +01:00
Oliver Gierke
9fa51744d7
DATACOUCH-181 - Adapted to API changes in Spring Data Commons.
...
Related ticket: DATACMNS-89.
2015-12-14 20:53:55 +01:00
Oliver Gierke
9a26c5cb57
DATACOUCH-175 - Updated changelog.
2015-11-16 08:47:44 +01:00
Oliver Gierke
e630dab78a
DATACOUCH-167 - Updated changelog.
2015-10-14 13:56:02 +02:00
Oliver Gierke
9964c8f682
DATACOUCH-160 - After release cleanups.
2015-09-01 12:11:03 +02:00
Spring Buildmaster
c64a5db29f
DATACOUCH-160 - Prepare next development iteration.
2015-09-01 01:55:52 -07:00
Spring Buildmaster
dda1b5dff8
DATACOUCH-160 - Release version 1.4.0.RELEASE (Gosling GA).
2015-09-01 01:55:50 -07:00
Oliver Gierke
0496a05d6c
DATACOUCH-160 - Prepare 1.4.0.RELEASE (Gosling GA).
2015-09-01 09:44:22 +02:00
Oliver Gierke
d464cc95e1
DATACOUCH-160 - Updated changelog.
2015-09-01 09:44:15 +02:00
Oliver Gierke
4180598ec5
DATACOUCH-159 - Polishing.
...
Extended copyright years in touched files. Added author tags and reference to ticket from the test case.
Original pull requests: #67 .
2015-08-31 18:22:23 +02:00
Anastasiia Smirnova
801c9fdcfa
DATACOUCH-159 - Improved performance of decoding of longs.
...
Original pull requests: #67 .
2015-08-31 18:22:13 +02:00
Oliver Gierke
6e2aabbd16
DATACOUCH-157 - After release cleanups.
2015-08-04 14:09:21 +02:00
Spring Buildmaster
fa1ab6ff58
DATACOUCH-157 - Prepare next development iteration.
2015-08-04 04:27:24 -07:00
Spring Buildmaster
7f57352339
DATACOUCH-157 - Release version 1.4.0.RC1 (Gosling RC1).
2015-08-04 04:27:22 -07:00
Oliver Gierke
554b0a8417
DATACOUCH-157 - Prepare 1.4.0.RC1 (Gosling RC1).
2015-08-04 11:48:44 +02:00
Oliver Gierke
a0590cec84
DATACOUCH-157 - Updated changelog.
2015-08-04 11:48:30 +02:00
Oliver Gierke
a183f32346
DATACOUCH-153 - Updated changelog.
2015-07-28 16:49:37 +02:00
Oliver Gierke
cd164fa1b7
DATACOUCH-149 - Fixed PersistentPropertyAccessor usage in CouchbaseTemplate.findById(…).
...
Corrected the usage of PersistentPropertyAccessor in CouchbaseTempalte.findById(…) by handing the raw entity into the method creating the accessor, not an accessor.
2015-07-23 11:21:20 +02:00
Ivan Vasylyev
6ae75c87b7
DATACOUCH-151 - Fixed NullPointerException on auto-boxing in CouchbaseTemplate.
...
Original pull request: #55 .
2015-07-23 11:07:49 +02:00
Oliver Gierke
97df48533a
DATACOUCH-149 - Switched to PersistentPropertyAccessor API.
...
Replaces all references to BeanWrapper with usage of PersistentPropertyAccessor API. MappingCouchbaseEntityInformation now extends PersistentEntityInformation to get rid of obsolete code implemented by the superclass.
2015-07-22 21:57:32 +02:00
Oliver Gierke
28dcdee1db
DATACOUCH-130 - Updated changelog.
2015-07-01 10:20:08 +02:00
Oliver Gierke
702e74e158
DATACOUCH-131 - Updated changelog.
2015-07-01 08:00:02 +02:00
Oliver Gierke
0b78f207d9
DATACOUCH-132 - Updated changelog.
2015-06-30 14:13:06 +02:00
Christoph Strobl
de1c2581f7
DATACOUCH-129 - Ensure Spring Framework 4.2 compatibility.
...
Removed deprecated (and in 4.2 removed) usage of ConversionServiceFactory in MappingCouchbaseConverter.
Original pull request: #42 .
2015-06-30 10:49:18 +02:00
Klaus Unger
b60782c3c1
DATACOUCH-133 - Fixed typos in readme.md.
...
Fixed the mixup of attributes - the view backing the findByLastname method should emit lastname not firstname.
Original pull request: #37 .
2015-06-30 10:49:15 +02:00
kdheerendra
181b68798b
DATACOUCH-133 - Fixing URLs in readme.
...
Original pull request: #38 .
2015-06-30 10:45:57 +02:00
Oliver Gierke
1cb6142d2f
DATACOUCH-127 - After release cleanups.
2015-06-02 11:40:22 +02:00
Spring Buildmaster
bf92fdb92c
DATACOUCH-127 - Prepare next development iteration.
2015-06-02 01:41:31 -07:00
Spring Buildmaster
204a99431b
DATACOUCH-127 - Release version 1.4.0.M1 (Gosling M1).
2015-06-02 01:41:29 -07:00
Oliver Gierke
946c6cbdcc
DATACOUCH-127 - Prepare 1.4.0.M1 (Gosling M1).
2015-06-02 08:25:10 +02:00
Oliver Gierke
857573874d
DATACOUCH-127 - Updated changelog.
2015-06-02 08:24:54 +02:00
A.J. Brown
572e48b4b6
DATACOUCH-126: add the repositoryBaseClass annotation attribute.
...
The repositoryBaseClass attribute is needed for spring-data-commons 1.4
support. Without it, an assertion fails while spring is trying to
configure the repositories enabled by this annotation,.
2015-05-16 11:59:08 +02:00
Oliver Gierke
d66cbed6f7
DATACOUCH-122 - After release cleanups.
2015-03-23 13:57:15 +01:00
Spring Buildmaster
416127f0b5
DATACOUCH-122 - Prepare next development iteration.
2015-03-23 05:23:00 -07:00
Spring Buildmaster
27d64ba36e
DATACOUCH-122 - Release version 1.3.0.RELEASE (Fowler GA).
2015-03-23 05:22:58 -07:00
Oliver Gierke
45f150e7a1
DATACOUCH-122 - Prepare 1.3.0.RELEASE (Fowler GA).
2015-03-23 12:04:16 +01:00
Oliver Gierke
69903593be
DATACOUCH-122 - Updated changelog.
2015-03-23 12:04:03 +01:00
Oliver Gierke
7905f22191
DATACOUCH-122 - Polish reference docs before release.
...
Updated copyright years. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently. Included reference to the return type listing appendix from Spring Data Commons.
2015-03-23 11:14:53 +01:00
Oliver Gierke
d4451a4259
DATACOUCH-121 - After release cleanups.
2015-03-05 19:47:51 +01:00
Spring Buildmaster
df052d1458
DATACOUCH-121 - Prepare next development iteration.
2015-03-05 19:34:02 +01:00
Spring Buildmaster
d7cf38bb9b
DATACOUCH-121 - Release version 1.3.0.RC1.
2015-03-05 19:34:00 +01:00
Oliver Gierke
9f12576900
DATACOUCH-121 - Prepare 1.3.0.RC1 (Fowler RC1).
2015-03-05 16:24:51 +01:00
Oliver Gierke
d37849bcd0
DATACOUCH-121 - Updated changelog.
2015-03-05 15:54:30 +01:00
Michael Nitschinger
4af3f32abb
DATACOUCH-117 - Make sure fixture docs are persisted on tests.
2015-03-05 11:15:23 +01:00
Mark Paluch
2da3840334
DATACOUCH-109 - Provide CDI support for Spring Data Couchbase repositories
...
Initial integration to enable CDI usage of Spring Data Couchbase repositories
along with custom repository implementations.
2015-02-20 10:13:23 +01:00
Michael Nitschinger
57e7af1f27
DATACOUCH-119 - Updated README
2015-02-20 10:03:46 +01:00