Commit Graph

1086 Commits

Author SHA1 Message Date
Michael Reiche
a0d64493e0 Get encrypterAlias from annotation. (#1598)
Closes #1597.
2022-10-17 16:17:15 -07:00
Mark Paluch
978facb213 After release cleanups.
See #1564
2022-10-13 17:31:17 +02:00
Mark Paluch
2b8ccb4606 Prepare next development iteration.
See #1564
2022-10-13 17:31:15 +02:00
Mark Paluch
b435f5fc60 Release version 5.0 RC1 (2022.0.0).
See #1564
2022-10-13 17:24:26 +02:00
Mark Paluch
62b617a0ae Prepare 5.0 RC1 (2022.0.0).
See #1564
2022-10-13 17:24:05 +02:00
Michael Reiche
faf3dd9b40 Fix config bean dependencies. (#1588)
Closes #1557.
2022-10-12 12:41:08 -07:00
Michael Reiche
b0d96fc52e Fix handling of collections in N1qlJoinResolver. (#1587)
Closes #1566.
2022-10-11 12:55:57 -07:00
Mark Paluch
c4335de91f Polishing.
Remove superfluous pom.xml, use version placeholders in reference documentation.

See #1582
2022-10-11 08:59:52 +02:00
Michael Reiche
9f9d25e8a4 Try to fix generation and compilation of query dsl test classes. (#1585)
Closes #1584.
2022-10-10 00:31:17 -07:00
Michael Reiche
b872714be1 Revert to single-module. (#1583)
Closed #1582.
2022-10-10 00:08:11 -07:00
Michael Reiche
8d99a39a49 Fix javadoc from fle merge. (#1581)
Closes #1580.
2022-10-07 16:32:27 -07:00
Michael Reiche
deca2465e0 FLE implementation with property value converter. (#1554)
* FLE Implemenation with Property Value Converter.
2022-10-07 16:09:05 -07:00
Michael Reiche
d86e3b90cf Update spring-data-testapp for transactions. (#1577)
Closed #1576.
2022-10-05 12:29:46 -07:00
Mark Paluch
aa09729b5c Polishing.
Remove unused XML declarations. Also, <repositories> are inherited from the parent pom.

See #1564
2022-10-05 08:59:20 +02:00
Michael Reiche
269aedb36e Fix test class name. (#1574)
Closes #1573.
2022-10-04 09:51:53 -07:00
Michael Reiche
deb6e81080 Fix collections on transaction query. (#1571)
Closes #1569.
2022-10-04 09:16:53 -07:00
Spring Builds
7b89ea90ed After release cleanups.
See #1511
2022-09-19 14:39:12 +00:00
Spring Builds
49ac82731d Prepare next development iteration.
See #1511
2022-09-19 14:39:00 +00:00
Spring Builds
113be54373 Release version 5.0 M6 (2022.0.0).
See #1511
2022-09-19 14:15:28 +00:00
Spring Builds
6406f94f96 Prepare 5.0 M6 (2022.0.0).
See #1511
2022-09-19 14:13:04 +00:00
Michael Reiche
472bad0c25 Bump Couchbase Java SDK to 3_3_4 in main. (#1558)
Closes #1566.
2022-09-14 13:34:48 -07:00
Michael Reiche
b7d16549d3 Revert fle using generic converter (#1552)
* Revert "Fix up FLE support. (#1550)"

Closes #1551.

This reverts commit 5fcb8ed6b3.

* Revert "Field Level Encryption Support. (#1546)"

This reverts commit 921b8c2e64.

Closes #1551.
2022-09-08 11:55:45 -07:00
Michael Reiche
5fcb8ed6b3 Fix up FLE support. (#1550)
Closes #763.
2022-09-01 10:10:52 -07:00
Michael Reiche
921b8c2e64 Field Level Encryption Support. (#1546)
Note that an @Encrypted property object that contains an @Encrypted property is
not supported and will result in an exception.

Closes #763.
2022-08-29 10:45:57 -07:00
Michael Reiche
712d7d244c Fix arrayContaining n1ql generated. (#1548)
Closed #1545.
2022-08-26 16:18:01 -07:00
Michael Reiche
e590215b2c Allow Id other than String. (#1535)
Closes #1529.
2022-08-16 08:36:30 -07:00
Michael Reiche
34646c1b6a Fix block() issues with reactive transactions. (#1537)
* Fix block() issues with reactive transactions.

Closes #1530.

* Removing the form of checkForTransactionInThreadLocalStorage (#1538)

that does not use TransactionMarkerOwner.  As this bypasses
a critical check on whether we are inside a blocking
transaction.

Two new tests in SDKTransactionsSaveIntegrationTests
(reactiveSaveInBlockingTransaction and blockingSaveInBlockingTransaction)
will fail without this, as the .save() does not realise
it's in a transaction.

Adding new tests, for .save() and for performing transactions
in reactor blocking threads.

Co-authored-by: Graham Pople <grahampople@gmail.com>
2022-08-12 09:40:34 -07:00
lanicc
0b40ca14f3 Fix the JDK version required to build from the source code (#1523) 2022-08-05 10:31:33 -07:00
Michael Reiche
b68b3d8b4d Allow id to be type other than String. (#1532)
Closes #1531.
2022-08-05 10:29:06 -07:00
Michael Reiche
5d20cd249a Fix call to block() in CouchbaseCallbackTransactionManager. (#1528)
Closes #1527.
2022-08-04 20:34:16 -07:00
Michael Reiche
a92ebd06ab Tidy testapp and poms. (#1521)
Closes #1520.
2022-08-01 11:54:13 -07:00
Michael Reiche
e9f9d66abe Fix reactive parameter handling. (#1519)
* Fix Reactive Parameter Handling.

Closes #1516.
2022-07-29 14:39:16 -07:00
Michael Reiche
fea7ed8ceb Add testapp and remove duplicate text from README. (#1518)
Closes #1517.
2022-07-29 09:35:26 -07:00
Michael Reiche
a998251585 Reorganize repository so additional modules can be added. (#1514)
Closes #1503.
2022-07-28 15:26:53 -07:00
Michael Reiche
28d9f8f27b Update transactions documentation for native transaction support.
Closes #1454,#1512.
2022-07-28 12:31:35 -07:00
Christoph Strobl
258dc55496 After release cleanups.
See #1438
2022-07-15 15:30:55 +02:00
Christoph Strobl
80b3f81c8a Prepare next development iteration.
See #1438
2022-07-15 15:30:48 +02:00
Christoph Strobl
8146fe02f1 Release version 5.0 M5 (2022.0.0).
See #1438
2022-07-15 15:18:31 +02:00
Christoph Strobl
437af8d4af Prepare 5.0 M5 (2022.0.0).
See #1438
2022-07-15 15:17:58 +02:00
Michael Reiche
4974e0075f Add javadoc for save operations.
Closes #1495.
2022-07-13 18:15:01 -07:00
Michael Reiche
fab3f55436 Add rejectNonTransactionalOperations to ReactiveFindByIdOperationSupport.
Closes #1494.
2022-07-13 15:35:39 -07:00
Michael Reiche
9af74cfb7c Rely on SDK provided cert instead of insecure trust manager.
Closes #1391.
2022-07-13 14:53:07 -07:00
Michael Reiche
4a3703c976 Give args to oneEntity() and allEntities() relevant names.
Closed #1493.
2022-07-13 14:06:11 -07:00
Michael Reiche
8285b2f62a Reject withDurability(durabilityLevel) in transactions.
Closes #1492.
2022-07-13 13:56:32 -07:00
Michael Reiche
751643d4c4 Fix expiry tests so they are not so sensitive to server expiry timing.
Closes #1500.
2022-07-12 17:01:00 -07:00
Andy Wilkinson
4f74c0b5a0 Use version from parent for all Reactor modules 2022-07-12 16:43:12 -07:00
Michael Reiche
4f5cb6eb74 After 1490, changes needed so integration tests pass.
Closes #1498.
2022-07-12 16:38:59 -07:00
Michael Reiche
7d57523432 Use Couchbase Java SDK 3_3_2.
Closes #1488.
2022-07-12 14:43:35 -07:00
Mark Paluch
3b34aeea60 Remove Jitpack usage.
Closes #1491
2022-07-11 08:23:26 +02:00
Mark Paluch
2cb5508fa9 Adopt to Reactor 2022.0.0 changes.
Closes #1490
2022-07-11 08:22:51 +02:00