1525 Commits

Author SHA1 Message Date
Spring Builds
230616a3c3
Release version 4.3.7 (2021.1.7).
See #2220
4.3.7
2022-09-19 08:40:25 +00:00
Spring Builds
44ae2b2af5
Prepare 4.3.7 (2021.1.7).
See #2220
2022-09-19 08:38:11 +00:00
Peter-Josef Meisch
e934a2eea8
Fix mapping of property values into a collection.
When reading from Elasticsearch into a property of type Collection<T> (List<T> or Set<T>) the MappingElasticsearchConverter now can read both from the returned JSON:

    an array of T objects - will put the objects in a corresponding collection
    a single T object will put the single object into a corrsponding colletcion

This is implemented and tested for both: entities where the properties have setters and immutable classes that only provide an all-args constructor.

Original Pull Request #2282
Closes #2280

(cherry picked from commit 86634ceb38dbc9d1a3985171a4bf12a6d5912612)
(cherry picked from commit 346c5cce580fc876162435c613cedcd3f62313e4)
2022-08-29 21:22:12 +02:00
Peter-Josef Meisch
468b573b77
Fix update call in reactive client (Elasticsearch 7 client)
Original Pull Request #2281
Closes #2276

(cherry picked from commit 8377f64a8a919b31c37f337fc92c3ea8ee9154d8)
(cherry picked from commit a3ebd8be781b896afbb428422273b5e82d2c74f2)
2022-08-26 08:41:26 +02:00
Peter-Josef Meisch
9a442df5b9
Fix exists query for imperative repository implementation.
Original Pull Request #2236
Closes #2162

(cherry picked from commit 373be49f97fe333714d29ce5e78ace38d7b0354f)
(cherry picked from commit be70a398be3e8788f3ab11d476811f9aa6802e9c)
2022-07-22 22:32:39 +02:00
Mark Paluch
7b96041bc3
Refine CI triggers.
See #2220
2022-07-18 09:18:28 +02:00
Christoph Strobl
ac73ba4774
After release cleanups.
See #2185
2022-07-15 10:47:37 +02:00
Christoph Strobl
fa7a285606
Prepare next development iteration.
See #2185
2022-07-15 10:47:34 +02:00
Christoph Strobl
939179ced4
Release version 4.3.6 (2021.1.6).
See #2185
4.3.6
2022-07-15 10:34:18 +02:00
Christoph Strobl
a45281b1fd
Prepare 4.3.6 (2021.1.6).
See #2185
2022-07-15 10:33:40 +02:00
diamondT
474ff84d6e Fix handling of array-of-strings parameters for @Query-annotated queries.
Original Pull Request  #2182
Closes #2135

(cherry picked from commit 259c43af19db269476d31bfe5df5554807b7b2f9)
(cherry picked from commit aa4aecacdf0596578577461af5129cf12c9a5c7b)
2022-07-12 20:57:48 +02:00
Peter-Josef Meisch
c58e3b3a8f
Fix updatebyquery request.
Original Pull Request #2197
Closes #2191

(cherry picked from commit f90138076659e5452fd38444c85cfee0745b074c)
(cherry picked from commit ae66cbd619b012b898072ef059de71ac1626b330)
2022-06-25 20:11:03 +02:00
Mark Paluch
4ed7f96919
After release cleanups.
See #2141
2022-06-20 11:12:23 +02:00
Mark Paluch
776a30af75
Prepare next development iteration.
See #2141
2022-06-20 11:12:20 +02:00
Mark Paluch
c92480b97d
Release version 4.3.5 (2021.1.5).
See #2141
4.3.5
2022-06-20 10:59:11 +02:00
Mark Paluch
6e8357caa7
Prepare 4.3.5 (2021.1.5).
See #2141
2022-06-20 10:58:45 +02:00
Mark Paluch
541faff07f
Upgrade to Maven Wrapper 3.8.5.
See #2179
2022-06-03 09:42:29 +02:00
Mark Paluch
9aeac006d1
Update CI properties.
See #2141
2022-06-03 09:35:44 +02:00
panzhenchao
6e52b97b76
Fix incorrect argument check asserts.
Original Pull Request #2169
Closes #2170

(cherry picked from commit c826adb152fb1b00b49f9a8b69db8f969b9ba486)
(cherry picked from commit 7efd4b3be7ed5ebffe05c3722627559d1b57956c)
2022-05-27 20:42:28 +02:00
Christoph Strobl
c7550e8d82
After release cleanups.
See #2119
2022-04-19 12:13:25 +02:00
Christoph Strobl
c17159ce1c
Prepare next development iteration.
See #2119
2022-04-19 12:13:22 +02:00
Christoph Strobl
0a1d10f8b4
Release version 4.3.4 (2021.1.4).
See #2119
4.3.4
2022-04-19 12:03:16 +02:00
Christoph Strobl
ef0e47c6bb
Prepare 4.3.4 (2021.1.4).
See #2119
2022-04-19 12:02:46 +02:00
Mark Paluch
7e2ebb299c
After release cleanups.
See #2091
2022-03-21 15:06:38 +01:00
Mark Paluch
594566a44a
Prepare next development iteration.
See #2091
2022-03-21 15:06:36 +01:00
Mark Paluch
bf3248b536
Release version 4.3.3 (2021.1.3).
See #2091
4.3.3
2022-03-21 14:58:52 +01:00
Mark Paluch
c59bb0b434
Prepare 4.3.3 (2021.1.3).
See #2091
2022-03-21 14:58:28 +01:00
Peter-Josef Meisch
d93d1e0738
Set visibility SimpleElasticsearchPersistentEntity.ContextConfiguration to public.
Original Pull Request #2116
Closes #2114

(cherry picked from commit 709b4c615e0e8ce5ac9f8b8fc43fef43569d2ddc)
2022-03-21 09:31:08 +01:00
Mark Paluch
aebdc8f86b
Use Java 8 to build snapshots for Artifactory.
Closes #2095
2022-03-15 14:20:01 +01:00
Peter-Josef Meisch
2be27593d6
MappingBuilder must set configured date formats for date_range fields.
Original Pull Request #2103
Closes #2102

(cherry picked from commit bf080002bc60aaf63d27d1569833a2ae0374a161)
2022-02-22 21:13:43 +01:00
Mark Paluch
aa22d8239d
Update CI properties.
See #2091
2022-02-22 14:09:14 +01:00
Mark Paluch
6746bc5278
Upgrade to Maven Wrapper 3.8.4.
See #2100
2022-02-22 13:56:16 +01:00
Mark Paluch
a6cb959605
Polishing.
Fix Javadoc errors.

See #2095
2022-02-22 09:56:23 +01:00
Mark Paluch
e04905a1a7
Use Java 17 to build snapshots for Artifactory.
Closes #2095
2022-02-22 08:53:04 +01:00
Peter-Josef Meisch
834b10f578
Remove blocking code in SearchDocument processing.
Original Pull Request #2094
Closes #2025

(cherry picked from commit c1a1ea9724a9cd6590758895281261bc01a272ab)
2022-02-20 13:34:49 +01:00
Peter-Josef Meisch
823cfa919a
keep the documentation change from the cherrypick 2022-02-18 20:51:46 +01:00
Peter-Josef Meisch
ab29ae4219
Documentation about compatibility headers.
Original Pull Request #2093
Closes #2088

(cherry picked from commit cf380e289d4e01c220c6a7fc0484e46ab959ac94)
2022-02-18 20:36:51 +01:00
Mark Paluch
62fb89208a
After release cleanups.
See #2056
2022-02-18 10:49:02 +01:00
Mark Paluch
e8c3badc56
Prepare next development iteration.
See #2056
2022-02-18 10:49:00 +01:00
Mark Paluch
187c9bbd5d
Release version 4.3.2 (2021.1.2).
See #2056
4.3.2
2022-02-18 10:41:01 +01:00
Mark Paluch
e1a5811406
Prepare 4.3.2 (2021.1.2).
See #2056
2022-02-18 10:40:40 +01:00
Greg L. Turnquist
b643669d36 Update CI properties.
See #2056
2022-02-14 14:39:49 -06:00
Peter-Josef Meisch
f66af53480
Fix exception on property conversion with criteria exists/empty/non-empty.
Original Pull Request #2081
Closes #2080

(cherry picked from commit 32fa7391c42a64710dc073bb38cbf4611d9ac5aa)
2022-02-09 23:25:34 +01:00
Mark Paluch
14099970bb
Polishing.
Extract Docker and Artifactory credentials into properties file.

See #2074
2022-02-04 15:18:50 +01:00
Greg L. Turnquist
0ab253422f
Externalize build properties.
See #2074.
2022-02-04 15:18:48 +01:00
Christoph Strobl
0d2a6b98e8
After release cleanups.
See #1987
2022-01-14 10:45:02 +01:00
Christoph Strobl
30602496bd
Prepare next development iteration.
See #1987
2022-01-14 10:44:59 +01:00
Christoph Strobl
95762b4fde
Release version 4.3.1 (2021.1.1).
See #1987
4.3.1
2022-01-14 10:28:59 +01:00
Christoph Strobl
0771e90031
Prepare 4.3.1 (2021.1.1).
See #1987
2022-01-14 10:28:27 +01:00
Peter-Josef Meisch
6729330500
Update to log4j 2.17.0 2021-12-18 20:34:28 +01:00