Jens Schauder
783e307259
Prepare next development iteration.
...
See #1257
2021-11-12 10:59:42 +01:00
Jens Schauder
05446e8898
Release version 4.3 GA (2021.1.0).
...
See #1257
2021-11-12 10:49:37 +01:00
Jens Schauder
0a73828b17
Prepare 4.3 GA (2021.1.0).
...
See #1257
2021-11-12 10:49:16 +01:00
Michael Reiche
f422dc1e88
Upgrade Couchbase Java SDK to 3.2.3 ( #1266 )
...
Closes #1265 .
2021-11-09 10:00:25 -08:00
yyfMichaelYan
15feab66b9
fix flaky test writesAndReadsCustomFieldsConvertedClass ( #1264 )
2021-11-08 11:40:24 -08:00
yyfMichaelYan
d8d249502d
fix flaky test writesAndReadsCustomFieldsConvertedClass ( #1264 )
2021-11-08 11:40:01 -08:00
Michael Reiche
9f2d7ee6b5
Field named id treated as document id. ( #1261 )
...
Closes #1258 .
Co-authored-by: mikereiche <michael.reiche@couchbase.com >
2021-10-26 10:52:50 -07:00
Michael Reiche
e1b0ea98d9
Reinstate the getDefaultConsistency() method in the Configuration. ( #1249 )
...
Closes #1243 .
2021-10-22 11:42:55 -07:00
Mark Paluch
f0221812e2
After release cleanups.
...
See #1236
2021-10-18 13:55:43 +02:00
Mark Paluch
986194e2f0
Prepare next development iteration.
...
See #1236
2021-10-18 13:55:39 +02:00
Mark Paluch
36348779f1
Release version 4.3 RC1 (2021.1.0).
...
See #1236
2021-10-18 13:48:15 +02:00
Mark Paluch
17e6d8525f
Prepare 4.3 RC1 (2021.1.0).
...
See #1236
2021-10-18 13:47:48 +02:00
Mark Paluch
db2eb1a37c
Upgrade to Maven Wrapper 3.8.3.
...
See #1250
2021-10-11 14:30:33 +02:00
Michael Reiche
37648c80d0
Unbean couchbaseObjectMapper(). ( #1240 )
...
Closes #1209 .
2021-09-23 09:20:04 -07:00
Mark Paluch
4f4ee5bdf8
After release cleanups.
...
See #1183
2021-09-17 09:52:23 +02:00
Mark Paluch
590f24906b
Prepare next development iteration.
...
See #1183
2021-09-17 09:52:19 +02:00
Mark Paluch
544d84ff88
Release version 4.3 M3 (2021.1.0).
...
See #1183
2021-09-17 09:44:58 +02:00
Mark Paluch
0d3fb83030
Prepare 4.3 M3 (2021.1.0).
...
See #1183
2021-09-17 09:44:35 +02:00
Michael Reiche
a472e2a1a5
Expose TemplateSupport from Template. ( #1233 )
...
Closes #1210 .
2021-09-16 12:05:50 -07:00
Michael Reiche
66cc1b5491
Changes for PR 1223 that I had missed. ( #1230 )
...
Closes #1229 .
2021-09-14 16:38:11 -07:00
Michael Reiche
b9fa1c76ab
Fix test failure against mocked. ( #1227 )
...
Closes #1226 .
2021-09-14 11:10:16 -07:00
Michael Reiche
1e774d460b
Test case for exceptions thrown from events - validation. ( #1225 )
...
Closes #1224 .
2021-09-14 10:09:51 -07:00
Michael Reiche
a879d0b4e3
Use expiry(duration) with duration. ( #1223 )
...
Also adds test for exceptions thrown during events - with validator.
Closes #1204 .
2021-09-14 09:49:12 -07:00
Michael Reiche
7c1167f302
Specifying withExpiry(Duration) on findById() uses getTouchAndRead(). ( #1196 )
...
Closes #982 .
2021-09-13 11:21:23 -07:00
Michael Reiche
345af53930
Pass source as parent when reading subobject. ( #1222 )
...
Closes #1221 .
Co-authored-by: mikereiche <michael.reiche@couchbase.com >
2021-09-13 11:11:05 -07:00
Michael Reiche
da3e8e0e36
Support N1QL Join Annotations. ( #1211 )
...
* Support N1QL Join Annotations.
Closes #1198 .
2021-09-12 18:38:01 -07:00
Michael Reiche
4bd82ea23c
Add project(fields) to findByQuery similar to same method on findById. ( #1212 )
...
Closes #1208 , #1213 .
2021-09-12 17:17:47 -07:00
Michael Reiche
b3c2f005ed
Update Couchbase Java SDK to 3.2.1. ( #1218 )
...
Closes #1216 .
2021-09-10 13:08:54 -07:00
Mark Paluch
a901445034
Upgrade to Maven Wrapper 3.8.2.
...
See #1214
2021-09-10 15:38:05 +02:00
Michael Reiche
edaf11ed85
Log warning message and rethrow exceptions from events. ( #1207 )
...
Closes #1206 .
2021-08-26 15:09:34 -07:00
Michael Reiche
bcf11ce856
Support derived queries from methods named findDistinctF1AndF2ByF3() ( #1202 )
...
Support derived queries from methods named findDistinctF1AndF2ByF3().
Closes #1200 .
2021-08-23 13:51:55 -07:00
Michael Reiche
f0880daf7a
Fix ArrayIndexOutOfBoundsException on String queries that use paging. ( #1197 )
...
Closes #1155 .
Co-authored-by: mikereiche <michael.reiche@couchbase.com >
2021-08-23 13:06:57 -07:00
Michael Reiche
dffd203a57
Remove the sort from query before executing count. ( #1194 )
...
Also creates the query with skip and limit from any Pageable parameter instead of applying it later.
Closes #1191 .
2021-08-18 09:07:15 -07:00
Michael Reiche
7e2963a365
Throw an explicit exception if count query does not return a count. ( #1195 )
...
Also just use the first projected property instead of one explicitly named "count".
Closes #925,#960.
2021-08-18 09:06:43 -07:00
Michael Reiche
6344b94825
Add target annotation to expiry annotation. ( #1193 )
...
It should have already had this as it was being used as an annotation
in AirportRepository.ComposedMetaAnnotation.
I believe a recent update to intellij now flags it as an error in the IDE.
Closes #1192 .
2021-08-17 11:21:52 -07:00
Michael Reiche
07022c1e86
Remove unnecessary auditorAwareRef from test config. ( #1189 )
...
Remove unnecessary auditorAwareRef from test config as it causes
confusion. The property does not need to be preset for the auditorAwareRef
bean to be used.
The dateTimeProviderRef must be present for the provided
dateTimeProviderRef bean to be used.
Closes #1052 .
2021-08-17 10:35:33 -07:00
Michael Reiche
f8b5ab205c
Log exceptions thrown from events. ( #1187 )
...
Closes #1075 .
2021-08-16 13:15:22 -07:00
Michael Reiche
5e92a99996
Fix links to snapshot and milestone in doc. ( #1178 )
...
The urls in the example are ok, but when the hot link in the
text is clicked on, it redirects to a 404. This fixes the hot links.
Closes #1177 .
2021-08-16 13:04:13 -07:00
Michael Reiche
fada241988
N1ql query should project getFieldName() instead of getName(). ( #1185 )
...
Closes #1184 .
2021-08-16 13:02:55 -07:00
Michael Reiche
d210678c78
Field(name=myName) annotation work like Field(myName) and Field(value=myName). ( #1186 )
...
Closes #1068 .
2021-08-16 12:55:02 -07:00
Michael Reiche
52b1832cb5
Expiration annotation on field will retrieve expiration in N1ql queries. ( #1188 )
...
Closes #1060 .
2021-08-16 12:53:46 -07:00
Michael Reiche
6512fc087b
To support jdk 16, add converters and module-info. ( #1167 )
...
To support jdk 16, add converters and module-info.
Closes #1057 .
2021-08-13 11:28:04 -07:00
Michael Reiche
351370ba4d
Do not scan Persistent annotated classes. ( #1180 )
...
Only scan Document annotated classes.
Closes #1121 .
2021-08-13 11:27:11 -07:00
Jens Schauder
3e51707b61
After release cleanups.
...
See #1163
2021-08-12 15:16:23 +02:00
Jens Schauder
3888218ba5
Prepare next development iteration.
...
See #1163
2021-08-12 15:16:22 +02:00
Jens Schauder
1d64a79561
Release version 4.3 M2 (2021.1.0).
...
See #1163
2021-08-12 15:03:18 +02:00
Jens Schauder
08408b9c3f
Prepare 4.3 M2 (2021.1.0).
...
See #1163
2021-08-12 15:02:57 +02:00
Michael Reiche
90e1db0384
Upgrade Couchbase Java SDK to 3.2.0. ( #1176 )
...
Closes #1158 .
2021-08-11 15:38:37 -07:00
Michael Reiche
51b0d32636
Add Transient, Stream and Flux Pair tests. ( #1175 )
...
Closes #1174 .
2021-08-11 14:45:01 -07:00
Michael Reiche
7d5e33ad71
Handle auto index on field path. ( #1169 )
...
Closes #1166 .
Co-authored-by: mikereiche <michael.reiche@couchbase.com >
2021-08-11 10:29:05 -07:00