Mark Paluch
154f024abb
Prepare 2.7.8 (2021.2.8).
...
See #363
2023-02-17 10:08:08 +01:00
Mark Paluch
34e3093569
Prepare 2.7.7 (2021.2.7).
...
See #356
2023-01-13 10:32:31 +01:00
Mark Paluch
7c802fb8f2
Extend license header copyright years to 2023.
...
See #361
2023-01-02 09:52:03 +01:00
Mark Paluch
3b13bc47ab
Prepare 2.7.6 (2021.2.6).
...
See #352
2022-11-18 10:44:44 +01:00
Spring Builds
4f09de59fb
Prepare 2.7.5 (2021.2.5).
...
See #351
2022-10-13 13:21:32 +00:00
Spring Builds
9caf3acd97
Prepare 2.7.4 (2021.2.4).
...
See #344
2022-10-13 08:57:04 +00:00
Spring Builds
2bdec485d3
Prepare 2.7.3 (2021.2.3).
...
See #342
2022-09-19 11:36:20 +00:00
Christoph Strobl
9c2782fefb
Prepare 2.7.2 (2021.2.2).
...
See #339
2022-07-15 11:07:50 +02:00
Mark Paluch
cbb4d48f5d
Prepare 2.7.1 (2021.2.1).
...
See #329
2022-06-20 11:29:05 +02:00
Christoph Strobl
064ef901cd
Prepare 2.7 GA (2021.2.0).
...
See #324
2022-05-13 10:04:20 +02:00
Christoph Strobl
b9c3efa9eb
Prepare 2.7 RC1 (2021.2.0).
...
See #317
2022-04-19 11:10:14 +02:00
Greg L. Turnquist
3aa543b3dc
Prepare 2.7 M4 (2021.2.0).
...
See #310
2022-03-21 10:07:09 -05:00
Mark Paluch
82d4a54f41
Prepare 2.7 M3 (2021.2.0).
...
See #302
2022-02-18 11:08:46 +01:00
Christoph Strobl
95a7f85430
Update copyright year to 2022.
...
See: #307
2022-02-17 16:09:45 +01:00
Oliver Drotbohm
db9d256a4f
Adapt to changes in entity creation metadata APIs in Spring Data Commons.
2022-02-15 16:00:20 +01:00
Christoph Strobl
4211f2ae86
Prepare 2.7 M2 (2021.2.0).
...
See #300
2022-01-18 09:09:01 +01:00
Christoph Strobl
3578fd6622
Prepare 2.7 M1 (2021.2.0).
...
See #291
2022-01-14 10:57:51 +01:00
Mark Paluch
64a2eb9c40
Migrate off SLF4J to Spring JCL.
...
Closes #292
2021-11-16 10:55:06 +01:00
Jens Schauder
d8eb6046d0
Prepare 2.6 GA (2021.1.0).
...
See #287
2021-11-12 10:49:16 +01:00
Mark Paluch
f4c04d3c21
Prepare 2.6 RC1 (2021.1.0).
...
See #280
2021-10-18 13:47:45 +02:00
Mark Paluch
c9be21a679
Extract Querydsl fragment from QuerydslLdapRepository.
...
Closes #273
2021-10-11 14:02:39 +02:00
Mark Paluch
79ce689593
Polishing.
...
Fix HTTP URLs into HTTPS.
See #275
2021-10-08 11:35:30 +02:00
Mark Paluch
9c9ef80c89
Add support for projection and Stream queries.
...
We now support projections on repository query methods and query methods returning a Stream.
interface PersonRepository extends LdapRepository<Person> {
Stream<PersonProjection> streamAllByLastName(String lastName);
PersonProjection findByLastName(String lastname);
<T> T findByLastName(String lastname, Class<T> projection);
}
Closes #275
2021-10-08 11:35:30 +02:00
Mark Paluch
79fe9244f4
Allow queries using Pageable for the first page only.
...
Closes #274
2021-10-08 11:35:30 +02:00
Mark Paluch
1fe292834a
Add FluentQuery support to QuerydslLdapRepository.
...
Closes #269 .
2021-10-08 11:31:42 +02:00
Mark Paluch
49c4e58e97
Prepare 2.6 M3 (2021.1.0).
...
See #272
2021-09-17 09:44:33 +02:00
Jens Schauder
79c4b5729b
Prepare 2.6 M2 (2021.1.0).
...
See #267
2021-08-12 15:02:56 +02:00
Mark Paluch
9e6a3e98d8
Remove changelog shipped with the binaries.
...
Closes #268
2021-07-26 13:58:57 +02:00
Jens Schauder
58ebda66be
Prepare 2.6 M1 (2021.1.0).
...
See #259
2021-07-16 14:08:59 +02:00
Jens Schauder
6d1ef5330a
Updated changelog.
...
See #259
2021-07-16 14:08:44 +02:00
Jens Schauder
45a7a2a376
Updated changelog.
...
See #263
2021-07-16 10:48:17 +02:00
Mark Paluch
e3eb6a1bd6
Updated changelog.
...
See #262
2021-06-22 16:07:24 +02:00
Mark Paluch
7b131e0a62
Updated changelog.
...
See #261
2021-06-22 15:29:50 +02:00
Mark Paluch
fb4b2451bf
Updated changelog.
...
See #257
2021-05-14 12:36:34 +02:00
Mark Paluch
ff985bfab1
Updated changelog.
...
See #256
2021-05-14 12:06:37 +02:00
Mark Paluch
ee73961884
Prepare 2.5 GA (2021.0.0).
...
See #253
2021-04-14 14:18:21 +02:00
Mark Paluch
55317a43c6
Updated changelog.
...
See #253
2021-04-14 14:18:12 +02:00
Mark Paluch
9170d15532
Updated changelog.
...
See #254
2021-04-14 11:43:30 +02:00
Mark Paluch
9f2143ce49
Updated changelog.
...
See #249
2021-04-14 11:17:38 +02:00
Mark Paluch
1eb932dc89
Updated changelog.
...
See #250
2021-03-31 18:30:43 +02:00
Mark Paluch
b776fe4dcd
Prepare 2.5 RC1 (2021.0.0).
...
See #245
2021-03-31 17:04:34 +02:00
Mark Paluch
787c78a3f5
Updated changelog.
...
See #245
2021-03-31 17:04:26 +02:00
Mark Paluch
e6d8681921
Prepare 2.5 M5 (2021.0.0).
...
See #248
2021-03-17 11:17:26 +01:00
Mark Paluch
89b0425177
Updated changelog.
...
See #248
2021-03-17 11:17:14 +01:00
Mark Paluch
9a00dff298
Updated changelog.
...
See #247
2021-03-17 11:03:38 +01:00
Mark Paluch
0b212037cb
Updated changelog.
...
See #243
2021-03-17 10:35:10 +01:00
Christoph Strobl
7f049847e4
Prepare 2.5 M4 (2021.0.0).
...
See #246
2021-02-18 11:24:46 +01:00
Christoph Strobl
538abec671
Updated changelog.
...
See #246
2021-02-18 11:24:44 +01:00
Christoph Strobl
61934739e2
Updated changelog.
...
See #244
2021-02-18 11:18:28 +01:00
Christoph Strobl
2298eb7adb
Prepare 2.5 M3 (2021.0.0).
...
See #239
2021-02-17 13:59:43 +01:00