Mark Paluch
8de98cb309
DATACOUCH-468 - Prepare 3.1.11 (Lovelace SR11).
2019-09-30 11:04:00 +02:00
Mark Paluch
2053cb6a68
DATACOUCH-468 - Updated changelog.
2019-09-30 11:04:00 +02:00
Mark Paluch
70f9b6ba9d
DATACOUCH-470 - Updated changelog.
2019-09-06 10:22:54 +02:00
Mark Paluch
79017dfba4
DATACOUCH-471 - Add HTTPS entries into spring.schemas.
...
To resolve XSD files properly from the classpath, their HTTPS reference must be present in the spring.schemas to avoid internet interaction for resolving an XSD file.
2019-08-07 08:32:20 +02:00
Mark Paluch
b025e8efd0
DATACOUCH-458 - Updated changelog.
2019-08-05 15:57:33 +02:00
Mark Paluch
e043b3b72e
DATACOUCH-457 - Prepare 3.1.10 (Lovelace SR10).
2019-08-05 11:20:57 +02:00
Mark Paluch
88cb6a7e20
DATACOUCH-457 - Updated changelog.
2019-08-05 11:20:56 +02:00
Mark Paluch
c8e0b0bfe7
DATACOUCH-450 - Updated changelog.
2019-08-05 11:08:59 +02:00
Oliver Drotbohm
a6d7296bca
DATACOUCH - Fix NoHTTP errors.
2019-06-24 21:45:20 +02:00
Christoph Strobl
518da1b715
DATACOUCH-444 - Updated changelog.
2019-06-14 15:18:14 +02:00
Christoph Strobl
7206fb9f77
DATACOUCH-449 - Prepare 3.1.9 (Lovelace SR9).
2019-06-14 12:39:00 +02:00
Christoph Strobl
444956f6f7
DATACOUCH-449 - Updated changelog.
2019-06-14 12:38:59 +02:00
Mark Paluch
57074588e5
DATACOUCH-448 - Updated changelog.
2019-05-13 18:19:12 +02:00
Mark Paluch
8340e17c5b
DATACOUCH-447 - Prepare 3.1.8 (Lovelace SR8).
2019-05-13 13:25:07 +02:00
Mark Paluch
706c7acb8e
DATACOUCH-447 - Updated changelog.
2019-05-13 13:25:05 +02:00
Mark Paluch
a683478c8c
DATACOUCH-445 - Updated changelog.
2019-05-13 12:37:46 +02:00
Oliver Drotbohm
5ae28715b3
DATACOUCH-441 - Updated changelog.
2019-05-10 14:18:17 +02:00
Oliver Drotbohm
9a4b2a6e98
DATACOUCH-443 - Prepare 3.1.7 (Lovelace SR7).
2019-05-10 12:18:11 +02:00
Oliver Drotbohm
4583150bb5
DATACOUCH-443 - Updated changelog.
2019-05-10 12:18:10 +02:00
Christoph Strobl
b47b0caf95
DATACOUCH-436 - Updated changelog.
2019-04-11 12:28:55 +02:00
Oliver Drotbohm
5ae422e1b8
DATACOUCH-430 - Prepare 3.1.6 (Lovelace SR6).
2019-04-01 20:03:20 +02:00
Oliver Drotbohm
1f0abef318
DATACOUCH-430 - Updated changelog.
2019-04-01 20:03:19 +02:00
Oliver Drotbohm
2f9525ae08
DATACOUCH-428 - Updated changelog.
2019-04-01 19:37:06 +02:00
Oliver Drotbohm
dc24bbf3d9
DATACOUCH-440 - Updated changelog.
2019-04-01 18:52:23 +02:00
Oliver Drotbohm
371ad47402
DATACOUCH-427 - Updated changelog.
2019-04-01 13:54:19 +02:00
Spring Operator
548e38ca45
DATACOUCH-439 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 218 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Original Pull Request: #194
2019-03-22 11:19:38 +01:00
Christoph Strobl
e1498107a1
DATACOUCH-422 - Updated changelog.
2019-03-07 10:30:17 +01:00
Subhashni Balakrishnan
413afdd1bb
DATACOUCH-434 - Fix reactive repository asciidoc link
...
Original Pull Request: #179 .
2019-02-26 14:14:55 -08:00
Subhashni Balakrishnan
bed7356371
DATACOUCH-433 - Add docs for ANSI join usage
...
Original Pull Request: #178 .
2019-02-26 14:00:49 -08:00
ctayeb
d0d56cce28
DATACOUCH-432 - Fix ANSI Joins OneToOne relationships
...
Couchbase template could get only the component type information which
works for collection properties but when the join is one-to-one for a
single generic type it would fail. The fix is use to the actual type if
the property is not a collection.
Original PR: #177 .
2019-02-22 12:17:19 -08:00
Mark Paluch
42b2df968e
DATACOUCH-429 - Prepare 3.1.5 (Lovelace SR5).
2019-02-13 09:55:36 +01:00
Mark Paluch
34f40bc1ec
DATACOUCH-429 - Updated changelog.
2019-02-13 09:55:35 +01:00
Subhashni Balakrishnan
503b439ce1
DATACOUCH-415 - Improve performance by re-using the same set instance
...
Reuse the same instance of the set instead of recreating each time
Original PR: #176
2019-02-12 16:32:32 -08:00
Subhashni Balakrishnan
04f061ecbe
DATACOUCH-388 Add support for ANSI-JOIN across entities
...
Motivation
----------
To support ANSI JOIN across associated entities
Changes
-------
N1qlJoin annotation on an associated entity field is discovered by the
couchbaseTemplate, which uses N1qlJoinResolver to build and resolve the
query. The query can be resolved eagerly or lazily based on the fetch
type configuration. The retrieved results are then mapped to the
associated entity. In the lazy resolver, a proxy is set on the property
which resolves on the first access.
Results
-------
Verified by unit and integration tests. ANSI join is now possible across
entities.
Original PR: #174 .
2019-02-12 09:56:11 -08:00
Mark Paluch
a7bed2fd37
DATACOUCH-419 - Prepare 3.1.4 (Lovelace SR4).
2019-01-10 12:34:55 +01:00
Mark Paluch
32a036f201
DATACOUCH-419 - Updated changelog.
2019-01-10 12:34:53 +01:00
Mark Paluch
1b31aba9f1
DATACOUCH-418 - Updated changelog.
2019-01-10 12:26:39 +01:00
Mark Paluch
23f5ee651c
DATACOUCH-417 - Updated changelog.
2019-01-10 11:01:23 +01:00
Mark Paluch
b984487941
DATACOUCH-425 - Update copyright years to 2019.
2019-01-02 12:31:56 +01:00
Christoph Strobl
343f95f022
DATACOUCH-420 - Updated changelog.
2018-12-11 11:43:21 +01:00
Mark Paluch
49dcc1655b
DATACOUCH-414 - Prepare 3.1.3 (Lovelace SR3).
2018-11-27 13:42:18 +01:00
Mark Paluch
ee8490acfb
DATACOUCH-414 - Updated changelog.
2018-11-27 13:42:16 +01:00
Mark Paluch
aa0a0a1e7a
DATACOUCH-410 - Updated changelog.
2018-11-27 12:36:51 +01:00
Mark Paluch
9bbc4d47ba
DATACOUCH-411 - Updated changelog.
2018-11-27 11:27:27 +01:00
Subhashni Balakrishnan
d465e21d79
DATACOUCH-413 - Use parameterized queries for Query derivation
...
Changes
-------
- N1ql query creators implement an interface which provides the place
holder values.
- The query creator uses a position index counter to inject place holders in
the statement created and caches the place holder values in an array.
- Repository query constructor passes the generated query statement
and place holder values to query through the SDK.
- Cleanup N1ql integration tests for count validation and also add
couple of more tests
Results
-------
The testing for changes are already covered under the modified existing tests
in N1qlQueryCreator and Repository.
2018-11-26 11:32:22 -08:00
Subhashni Balakrishnan
841803f77c
DATACOUCH-384 - Apply converters to string based query parameters
...
Apply the converters registered to serialize the positional and named
parameters to match the database representation
Original Pull Request: #172 .
2018-11-07 16:49:57 -08:00
Mark Paluch
b937c2e143
DATACOUCH-409 - Prepare 3.1.2 (Lovelace SR2).
2018-10-29 12:52:55 +01:00
Mark Paluch
62b40d1f18
DATACOUCH-409 - Updated changelog.
2018-10-29 12:52:53 +01:00
Mark Paluch
5473848620
DATACOUCH-403 - Updated changelog.
2018-10-15 14:19:08 +02:00
Mark Paluch
22b46a02bd
DATACOUCH-404 - Updated changelog.
2018-10-15 12:46:30 +02:00