Michael Nitschinger
a8980c8cf9
DATACOUCH-517 - Update SDK to 3.0.3
2020-04-13 09:03:42 +02:00
Greg Turnquist
0f2bf121ca
DATACOUCH-516 - Use JDK 14 for Java.NEXT CI testing.
2020-04-09 13:51:14 -05:00
Michael Reiche
0c0dc21f8e
DATACOUCH-515 implement additional operators in N1qlQueryCreator and QueryCriteria ( #213 )
...
Co-authored-by: mikereiche <michael.reiche@couchbase.com >
2020-04-07 16:45:53 +02:00
Mark Paluch
0eaf1c7c65
DATACOUCH-512 - After release cleanups.
2020-03-31 15:08:05 +02:00
Mark Paluch
f27701e69e
DATACOUCH-512 - Prepare next development iteration.
2020-03-31 15:08:04 +02:00
Mark Paluch
53139fca3c
DATACOUCH-512 - Release version 4.0 RC1 (Neumann).
2020-03-31 14:59:41 +02:00
Mark Paluch
a8de6ad112
DATACOUCH-512 - Prepare 4.0 RC1 (Neumann).
2020-03-31 14:59:20 +02:00
Mark Paluch
6242c84895
DATACOUCH-512 - Updated changelog.
2020-03-31 14:59:20 +02:00
Mark Paluch
46d1527238
DATACOUCH-508 - Updated changelog.
2020-03-25 10:59:48 +01:00
Michael Nitschinger
ad56d48926
DATACOUCH-504 - Optimize shutdown of cluster
...
Only shut it down on the factory if internally initialized and
make sure we properly close it on the config.
2020-03-17 15:05:44 +01:00
Michael Nitschinger
f950e4648a
DATACOUCH-504 - Reintroduce query index generation
...
This changeset reintroduces automatic n1ql index generation but through
new annotations: QueryIndexed and CompositeQueryIndex (as well as
CompositeQueryIndexes to supply more than one). They are translated
into create index statements and executed at startup if configured
in the config.
Note that automatic index management is disabled by default but can
be overidden with a simple flag on the config override. More features
to come later.
2020-03-17 15:05:41 +01:00
Michael Nitschinger
fff16bc958
switch to mock by default
2020-03-17 15:05:37 +01:00
Michael Nitschinger
3bd9635df3
DATACOUCH-509 - remove the configurer again
...
Boot figured out a better way to handle it, so we can get rid of
it again.
2020-03-17 15:05:34 +01:00
Michael Nitschinger
e100042850
DATACOUCH-504 - Make sure Reactive* repository take the reactive operations.
2020-03-17 15:05:30 +01:00
Michael Nitschinger
573e389f22
DATACOUCH-509 - Align environment naming in configurer
2020-03-17 15:05:24 +01:00
Michael Nitschinger
e918fa8793
DATACOUCH-509 - couchbaseClientFactory needs to take cluster from configurer
2020-03-17 15:05:20 +01:00
Michael Nitschinger
1ee0045f0e
DATACOUCH-509 - Expose only SDK related infos on configurer
...
Since the client factory is a spring data concept, it cannot be
exposed on the configurer. Only expose the cluster and the environment
on it.
This also modifies the config to populate the right beans from the
configurer methods as well.
2020-03-17 15:05:14 +01:00
Michael Nitschinger
cf67ab44cc
DATACOUCH-504 - Make couchbase cache config available.
...
Spring boot needs to be able to access the cache config on the
CouchbaseCache instance, so make it available.
2020-03-17 15:05:09 +01:00
Michael Nitschinger
daf479b345
DATACOUCH-509 - Restore CouchbaseConfigurer
...
Since boot needs it for easy mocking/testing, restoring the
configurer (but with the new corresponding beans and only
the subset that is currently available).
2020-03-17 15:05:05 +01:00
Michael Nitschinger
4abad35639
DATACOUCH-504 - More enhancements for spring boot
2020-03-17 15:05:01 +01:00
Michael Nitschinger
e89c1ef8d8
DATACOUCH-504 - Fix typo in pomfile
2020-03-17 15:04:56 +01:00
David Kelly
c9a19c925e
DATACOUCH-504 - Migrate to Couchbase SDK 3
2020-03-17 15:04:37 +01:00
Jens Schauder
690f064cac
DATACOUCH-506 - After release cleanups.
2020-03-11 09:57:43 +01:00
Jens Schauder
73079145c1
DATACOUCH-506 - Prepare next development iteration.
2020-03-11 09:57:42 +01:00
Jens Schauder
b69f1c5171
DATACOUCH-506 - Release version 4.0 M4 (Neumann).
2020-03-11 09:47:07 +01:00
Jens Schauder
9d334d4459
DATACOUCH-506 - Prepare 4.0 M4 (Neumann).
2020-03-11 09:46:29 +01:00
Jens Schauder
e12dea0249
DATACOUCH-506 - Updated changelog.
2020-03-11 09:46:28 +01:00
Mark Paluch
8a5f59f0c8
DATACOUCH-511 - Upgrade to Couchbase Driver 2.7.13.
2020-03-10 16:53:29 +01:00
Mark Paluch
819923af64
DATACOUCH-501 - Updated changelog.
2020-02-26 11:55:06 +01:00
Mark Paluch
0a99db5759
DATACOUCH-500 - Updated changelog.
2020-02-26 11:31:49 +01:00
Mark Paluch
954645f189
DATACOUCH-503 - After release cleanups.
2020-02-12 15:04:22 +01:00
Mark Paluch
98333aac09
DATACOUCH-503 - Prepare next development iteration.
2020-02-12 15:04:21 +01:00
Mark Paluch
46d2c2af5a
DATACOUCH-503 - Release version 4.0 M3 (Neumann).
2020-02-12 14:47:16 +01:00
Mark Paluch
fd679bb8ad
DATACOUCH-503 - Prepare 4.0 M3 (Neumann).
2020-02-12 14:46:56 +01:00
Mark Paluch
9ba5141df3
DATACOUCH-503 - Updated changelog.
2020-02-12 14:46:56 +01:00
Michael Nitschinger
a9fec704c6
DATACOUCH-505 - Update SDK to 2.7.12
...
This changeset makes sure that we are using the latest
SDK version.
2020-02-11 10:03:52 +01:00
Mark Paluch
6a5432dc5b
DATACOUCH-502 - After release cleanups.
2020-01-17 09:47:50 +01:00
Mark Paluch
0029b4bf27
DATACOUCH-502 - Prepare next development iteration.
2020-01-17 09:47:49 +01:00
Mark Paluch
b26e223af6
DATACOUCH-502 - Release version 4.0 M2 (Neumann).
2020-01-17 09:39:03 +01:00
Mark Paluch
f4136c07cf
DATACOUCH-502 - Prepare 4.0 M2 (Neumann).
2020-01-17 09:38:43 +01:00
Mark Paluch
5abf4e09fb
DATACOUCH-502 - Updated changelog.
2020-01-17 09:38:43 +01:00
Mark Paluch
4930b5201a
DATACOUCH-482 - After release cleanups.
2020-01-16 16:11:55 +01:00
Mark Paluch
6183bdd383
DATACOUCH-482 - Prepare next development iteration.
2020-01-16 16:11:54 +01:00
Mark Paluch
ddaf61834f
DATACOUCH-482 - Release version 4.0 M1 (Neumann).
2020-01-16 16:05:23 +01:00
Mark Paluch
d60cb1e3a4
DATACOUCH-482 - Prepare 4.0 M1 (Neumann).
2020-01-16 16:05:03 +01:00
Mark Paluch
e07107020b
DATACOUCH-482 - Updated changelog.
2020-01-16 16:05:03 +01:00
Mark Paluch
c4e1f0c082
DATACOUCH-494 - Updated changelog.
2020-01-15 12:51:14 +01:00
Mark Paluch
6296404eb2
DATACOUCH-493 - Updated changelog.
2020-01-15 10:36:37 +01:00
Mark Paluch
69d285dcd3
DATACOUCH-489 - Polishing.
...
Revert parent pom version to 2.3.0.BUILD-SNAPSHOT.
2020-01-14 14:48:59 +01:00
Michael Nitschinger
0c4cd2acd9
DATACOUCH-499 - Bump major version to 4.0.0
...
This is in preparation for upcoming changes (currently planned
between M1 and M2) which will contain breaking changes as the
project moves to the Couchbase Java SDK 3.0.x.
2020-01-10 15:35:04 +01:00