Commit Graph

  • c9ce3e37cf Release version 4.2.12 (2021.0.12). Greg L. Turnquist 2022-08-29 16:36:54 +00:00
  • f7c0b26d2f Prepare 4.2.12 (2021.0.12). Greg L. Turnquist 2022-08-29 16:34:32 +00:00
  • d3f1095474 Fix arrayContaining n1ql generated. (#1548) Michael Reiche 2022-08-26 16:18:01 -07:00
  • 935dd1f808 Add support for ignoreCase in queries derived from method names. Michael Reiche 2022-06-23 09:40:34 -07:00
  • 712d7d244c Fix arrayContaining n1ql generated. (#1548) Michael Reiche 2022-08-26 16:18:01 -07:00
  • b0e24a73e8 fix transaction sample documentation (#1542) Rémi Bleuse 2022-08-23 00:22:07 +09:00
  • e590215b2c Allow Id other than String. (#1535) Michael Reiche 2022-08-16 08:36:30 -07:00
  • 34646c1b6a Fix block() issues with reactive transactions. (#1537) Michael Reiche 2022-08-12 09:40:34 -07:00
  • a2a48caf79 Allow document ID to be other than String (#1534) Rémi Bleuse 2022-08-09 02:05:29 +09:00
  • 0b40ca14f3 Fix the JDK version required to build from the source code (#1523) lanicc 2022-08-06 01:31:33 +08:00
  • 48742b145d Allow id to be type other than String. (#1533) Michael Reiche 2022-08-05 10:30:35 -07:00
  • b68b3d8b4d Allow id to be type other than String. (#1532) Michael Reiche 2022-08-05 10:29:06 -07:00
  • 5d20cd249a Fix call to block() in CouchbaseCallbackTransactionManager. (#1528) Michael Reiche 2022-08-04 20:34:16 -07:00
  • a92ebd06ab Tidy testapp and poms. (#1521) Michael Reiche 2022-08-01 11:54:13 -07:00
  • e9f9d66abe Fix reactive parameter handling. (#1519) Michael Reiche 2022-07-29 14:39:16 -07:00
  • fea7ed8ceb Add testapp and remove duplicate text from README. (#1518) Michael Reiche 2022-07-29 09:35:26 -07:00
  • a998251585 Reorganize repository so additional modules can be added. (#1514) Michael Reiche 2022-07-28 15:26:53 -07:00
  • 28d9f8f27b Update transactions documentation for native transaction support. Michael Reiche 2022-07-21 10:28:26 -07:00
  • 071d6c4594 Refine CI build triggers. Mark Paluch 2022-07-18 08:57:54 +02:00
  • 258dc55496 After release cleanups. Christoph Strobl 2022-07-15 15:30:55 +02:00
  • 80b3f81c8a Prepare next development iteration. Christoph Strobl 2022-07-15 15:30:48 +02:00
  • 8146fe02f1 Release version 5.0 M5 (2022.0.0). Christoph Strobl 2022-07-15 15:18:31 +02:00
  • 437af8d4af Prepare 5.0 M5 (2022.0.0). Christoph Strobl 2022-07-15 15:17:58 +02:00
  • f76a64563a After release cleanups. Christoph Strobl 2022-07-15 11:24:08 +02:00
  • 7258f0268a Prepare next development iteration. Christoph Strobl 2022-07-15 11:24:05 +02:00
  • b5c9a585f2 Release version 4.4.2 (2021.2.2). Christoph Strobl 2022-07-15 11:08:29 +02:00
  • f26805ed12 Prepare 4.4.2 (2021.2.2). Christoph Strobl 2022-07-15 11:07:51 +02:00
  • 452928818f After release cleanups. Christoph Strobl 2022-07-15 10:47:37 +02:00
  • 33ec3ad3c5 Prepare next development iteration. Christoph Strobl 2022-07-15 10:47:34 +02:00
  • 1dded72792 Release version 4.3.6 (2021.1.6). Christoph Strobl 2022-07-15 10:34:18 +02:00
  • e32e49af31 Prepare 4.3.6 (2021.1.6). Christoph Strobl 2022-07-15 10:33:40 +02:00
  • fc4ef705d6 Use Couchbase Java SDK 3_3_2. Michael Reiche 2022-07-12 14:42:13 -07:00
  • 4974e0075f Add javadoc for save operations. Michael Reiche 2022-07-13 18:13:42 -07:00
  • fab3f55436 Add rejectNonTransactionalOperations to ReactiveFindByIdOperationSupport. Michael Reiche 2022-07-13 15:34:20 -07:00
  • 9af74cfb7c Rely on SDK provided cert instead of insecure trust manager. Michael Reiche 2022-07-13 14:51:02 -07:00
  • 4a3703c976 Give args to oneEntity() and allEntities() relevant names. Michael Reiche 2022-07-13 14:03:43 -07:00
  • 8285b2f62a Reject withDurability(durabilityLevel) in transactions. Michael Reiche 2022-07-13 13:55:22 -07:00
  • 751643d4c4 Fix expiry tests so they are not so sensitive to server expiry timing. Michael Reiche 2022-07-12 16:59:31 -07:00
  • 4f74c0b5a0 Use version from parent for all Reactor modules Andy Wilkinson 2022-07-08 15:47:29 +01:00
  • 4f5cb6eb74 After 1490, changes needed so integration tests pass. Michael Reiche 2022-07-12 16:30:56 -07:00
  • 7d57523432 Use Couchbase Java SDK 3_3_2. Michael Reiche 2022-07-12 14:42:13 -07:00
  • fde4b96517 Remove Jitpack usage. Mark Paluch 2022-07-11 08:23:26 +02:00
  • 3b34aeea60 Remove Jitpack usage. Mark Paluch 2022-07-11 08:23:26 +02:00
  • 2cb5508fa9 Adopt to Reactor 2022.0.0 changes. Mark Paluch 2022-07-11 08:22:51 +02:00
  • c5efd9a89e Transaction Support for Spring Data Couchbase. Michael Reiche 2022-06-30 12:14:28 -07:00
  • 13cd747a47 Move tests needing server to IntegrationTests. 4.0.x Michael Reiche 2022-06-23 15:26:56 -07:00
  • 4f2983bbf9 Move tests needing server to IntegrationTests. 4.1.x Michael Reiche 2022-06-23 15:26:56 -07:00
  • e01ada686b Move tests needing server to IntegrationTests. Michael Reiche 2022-06-17 13:51:06 -07:00
  • ec9081ebc2 Move tests needing server to IntegrationTests. Michael Reiche 2022-06-17 13:51:06 -07:00
  • 62feffa89d Add support for ignoreCase in queries derived from method names. Michael Reiche 2022-06-23 09:40:34 -07:00
  • 755dc4ec03 After release cleanups. Mark Paluch 2022-06-20 11:40:07 +02:00
  • f41ecb4a73 Prepare next development iteration. Mark Paluch 2022-06-20 11:40:05 +02:00
  • 34f9601835 Release version 4.4.1 (2021.2.1). Mark Paluch 2022-06-20 11:29:30 +02:00
  • e782b4c9f2 Prepare 4.4.1 (2021.2.1). Mark Paluch 2022-06-20 11:29:07 +02:00
  • a01dfe18bb After release cleanups. Mark Paluch 2022-06-20 11:12:23 +02:00
  • bb2c5d0a87 Prepare next development iteration. Mark Paluch 2022-06-20 11:12:20 +02:00
  • a9d0ee2b3a Release version 4.3.5 (2021.1.5). Mark Paluch 2022-06-20 10:59:11 +02:00
  • f982e680c4 Prepare 4.3.5 (2021.1.5). Mark Paluch 2022-06-20 10:58:45 +02:00
  • 1d6c033a41 Fix javadoc error. Michael Reiche 2022-06-17 14:17:44 -07:00
  • 4d0ecf3f26 Rename FluxTest to FluxIntegrationTests as it requires a server. Michael Reiche 2022-06-17 14:02:09 -07:00
  • 31a9fe7e98 Move tests needing server to IntegrationTests. Michael Reiche 2022-06-17 13:51:06 -07:00
  • dbd431332b Remove template dependency from string n1ql, also fix StringN1ql tests. Michael Reiche 2022-06-17 12:19:08 -07:00
  • 30a0b8858f Rework the handling of annotations for scope and collection. Michael Reiche 2022-06-16 18:45:40 -07:00
  • b83986ef80 Serialize BigDecimal using toString() instead of toPlainString(). Michael Reiche 2022-06-17 11:17:06 -07:00
  • 3bc7b37d5c Serialize BigDecimal using toString() instead of toPlainString(). Michael Reiche 2022-06-17 11:17:06 -07:00
  • 857a364ff0 Update ReactiveAirportRepository.java Michael Reiche 2022-06-17 11:04:44 -07:00
  • 797a454108 Fix 1441 in 4_4_x - scope and collection not considered in repo delete. Michael Reiche 2022-06-16 15:20:40 -07:00
  • 72886bb256 Back-out the breaking part of 1441 from 4_4_x. Michael Reiche 2022-06-16 10:41:51 -07:00
  • f052aa4826 Add n1ql.scope and n1ql.collection spel expressions for @Query. Michael Reiche 2022-06-14 14:33:21 -07:00
  • b76ee48240 Add BigDecimal converter. Michael Reiche 2022-06-14 16:50:07 -07:00
  • c6fa4ee041 Add n1ql.scope and n1ql.collection spel expressions for @Query. Michael Reiche 2022-06-14 14:33:21 -07:00
  • 1db04d2cf5 Add BigDecimal converter. Michael Reiche 2022-06-14 16:50:07 -07:00
  • 00a3b51677 Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:42:30 +02:00
  • 6eb338b0e3 Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:39:32 +02:00
  • 995608a646 Update CI properties. Mark Paluch 2022-06-03 09:36:04 +02:00
  • c86fbb35a3 Update CI properties. Mark Paluch 2022-06-03 09:35:44 +02:00
  • 11469db726 Update CI properties. Mark Paluch 2022-06-03 09:34:36 +02:00
  • a038c1b4d4 Update CI properties. Mark Paluch 2022-06-03 09:34:21 +02:00
  • f49c7d1b62 Upgrade to Maven Wrapper 3.8.5. Mark Paluch 2022-06-03 09:32:52 +02:00
  • 44989ac13f Fix pom.xml formatting. Christoph Strobl 2022-05-13 13:48:45 +02:00
  • b3cf8420e5 After release cleanups. Christoph Strobl 2022-05-13 10:53:27 +02:00
  • 61ddd25fdb Prepare next development iteration. Christoph Strobl 2022-05-13 10:53:24 +02:00
  • 4459a3b15d Release version 5.0 M4 (2022.0.0). Christoph Strobl 2022-05-13 10:44:01 +02:00
  • 0719f6e362 Prepare 5.0 M4 (2022.0.0). Christoph Strobl 2022-05-13 10:43:21 +02:00
  • 0b045f2624 After release cleanups. Christoph Strobl 2022-05-13 10:15:13 +02:00
  • 3549a64b50 Prepare next development iteration. Christoph Strobl 2022-05-13 10:15:11 +02:00
  • 149473cf83 Release version 4.4 GA (2021.2.0). Christoph Strobl 2022-05-13 10:05:08 +02:00
  • bf56b85f8a Prepare 4.4 GA (2021.2.0). Christoph Strobl 2022-05-13 10:04:21 +02:00
  • 9e0604a999 Revert "Remove jitpack.io from repositories in pom.xml (#1434)" Michael Reiche 2022-05-11 13:58:39 -07:00
  • 3cd3f8748b Remove jitpack.io from repositories in pom.xml (#1434) Michael Reiche 2022-05-11 12:50:11 -07:00
  • 4d83de278e Fix test compilation issue introduced by bad automerge in cherry-pick. (#1432) Michael Reiche 2022-05-11 11:06:11 -07:00
  • 4b18a6f983 Only project id and cas if required. (#1404) Michael Reiche 2022-05-03 09:19:03 -07:00
  • db41f22d46 Fix Collection Support for Cache for non-Collection Server. (#1418) Michael Reiche 2022-04-19 19:38:51 -07:00
  • 5b74604a86 Only throw exception for id and cas not projected if needed. (#1395) Michael Reiche 2022-04-18 15:06:56 -07:00
  • ee0a0a6ba5 Proper handling of metadata from CrudMethodMetadataPostProcessor. (#1393) Michael Reiche 2022-04-15 14:58:11 -07:00
  • 59e65303a1 Check for _ID and _CAS as well as __id and __cas being projected from query and analytics. (#1390) Michael Reiche 2022-04-14 07:52:25 -07:00
  • 40faef3c77 Support testing against Capella. (#1386) Michael Reiche 2022-04-08 14:36:02 -07:00
  • 03cacc384f Check for _ID and _CAS as well as __id and __cas being projected from query and analytics. (#1390) Michael Reiche 2022-04-14 07:52:25 -07:00
  • 66fc1634fe Upgrade Couchbase Java SDK to 3.2.7 in branch 4.3.x. (#1430) Michael Reiche 2022-05-10 10:13:48 -07:00
  • e9f6ae8752 Update Couchbase SDK to 3.3.0 in main. (#1429) Michael Reiche 2022-05-09 16:25:32 -07:00