1541 Commits

Author SHA1 Message Date
Mark Paluch
0a965c2fe1 After release cleanups.
See #2333
2022-11-18 10:35:11 +01:00
Mark Paluch
2542634981 Prepare next development iteration.
See #2333
2022-11-18 10:35:09 +01:00
Mark Paluch
24195361d9 Release version 4.3.10 (2021.1.10).
See #2333
2022-11-18 10:22:10 +01:00
Mark Paluch
3cf8783e44 Prepare 4.3.10 (2021.1.10).
See #2333
2022-11-18 10:21:07 +01:00
Tiny
831b12a686 Update Dynamic.java
Original Pull Request #2357
Closes #2359

(cherry picked from commit f8ddf16c0c)
(cherry picked from commit a1094527a9)
2022-11-10 20:38:54 +01:00
Spring Builds
79813a428b After release cleanups.
See #2331
2022-10-13 12:37:12 +00:00
Spring Builds
bb33ab299d Prepare next development iteration.
See #2331
2022-10-13 12:36:59 +00:00
Spring Builds
9e85d0f27c Release version 4.3.9 (2021.1.9).
See #2331
2022-10-13 11:54:22 +00:00
Spring Builds
535cc84df5 Prepare 4.3.9 (2021.1.9).
See #2331
2022-10-13 11:51:47 +00:00
Spring Builds
3647fc6463 After release cleanups.
See #2297
2022-10-13 07:52:13 +00:00
Spring Builds
bdb7ca03c6 Prepare next development iteration.
See #2297
2022-10-13 07:52:00 +00:00
Spring Builds
200a18b4b1 Release version 4.3.8 (2021.1.8).
See #2297
2022-10-13 07:28:26 +00:00
Spring Builds
d0f7f79968 Prepare 4.3.8 (2021.1.8).
See #2297
2022-10-13 07:26:04 +00:00
Peter-Josef Meisch
027ff29436 Escape backslash in StringQuery.
Original Pull Request
Closes #2326

(cherry picked from commit 03ecc48b09)
(cherry picked from commit 2fa15f772a)
2022-10-11 22:49:30 +02:00
Spring Builds
69d80bd602 After release cleanups.
See #2220
2022-09-19 09:04:59 +00:00
Spring Builds
f7a788ce2d Prepare next development iteration.
See #2220
2022-09-19 09:04:47 +00:00
Spring Builds
230616a3c3 Release version 4.3.7 (2021.1.7).
See #2220
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 86634ceb38)
(cherry picked from commit 346c5cce58)
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 8377f64a8a)
(cherry picked from commit a3ebd8be78)
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 373be49f97)
(cherry picked from commit be70a398be)
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
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 259c43af19)
(cherry picked from commit aa4aecacdf)
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 f901380766)
(cherry picked from commit ae66cbd619)
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
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 c826adb152)
(cherry picked from commit 7efd4b3be7)
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
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
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 709b4c615e)
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 bf080002bc)
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