Christoph Strobl
abe4958e02
Prepare 3.1 GA (2023.0.0).
...
See #388
2023-05-12 14:14:07 +02:00
Greg L. Turnquist
ee2900c9be
Prepare 3.1 RC1 (2023.0.0).
...
See #380
2023-04-14 11:53:22 -05:00
Christoph Strobl
78c5417a42
Prepare 3.1 M3 (2023.0.0).
...
See #372
2023-03-20 15:01:19 +01:00
Christoph Strobl
eecaedeece
Prepare 3.1 M2 (2023.0.0).
...
See #371
2023-02-17 14:22:17 +01:00
Christoph Strobl
eaf73eb5f5
Prepare 3.1 M1 (2023.0.0).
...
See #359
2023-02-17 13:27:09 +01:00
Mark Paluch
271dbe4b4c
Fix broken links in reference documentation.
...
Closes #364
2023-02-15 10:43:35 +01:00
Mark Paluch
2c59b559de
Extend license header copyright years to 2023.
...
See #362
2023-01-02 09:53:37 +01:00
Mark Paluch
280a6ef8ac
Prepare 3.0 GA (2022.0.0).
...
See #353
2022-11-18 14:26:13 +01:00
Jens Schauder
fead493d65
Replace New and Noteworthy with links to release notes.
...
Closes #355
See https://github.com/spring-projects/spring-data-relational/issues/1351
2022-11-10 12:51:13 +01:00
Mark Paluch
6999daf27c
Prepare 3.0 RC2 (2022.0.0).
...
See #354
2022-11-04 15:23:07 +01:00
Mark Paluch
13be01cc43
Prepare 3.0 RC1 (2022.0.0).
...
See #346
2022-10-13 17:24:04 +02:00
Mark Paluch
a27481af0d
Prefer Java configuration over XML.
...
Closes #347
2022-09-28 10:22:44 +02:00
Spring Builds
8e98e3b85b
Prepare 3.0 M6 (2022.0.0).
...
See #343
2022-09-19 14:12:59 +00:00
Christoph Strobl
8e6bf414eb
Prepare 3.0 M5 (2022.0.0).
...
See #330
2022-07-15 15:17:57 +02:00
Mark Paluch
421b85953e
Remove new and noteworthy section in favor of the release notes.
...
See #330
2022-07-15 09:37:54 +02:00
John Blum
48d7abbcfa
Remove punctuation in Exception messages.
...
Closes #335 .
2022-06-08 16:53:55 -07:00
Christoph Strobl
c7d242288f
Prepare 3.0 M4 (2022.0.0).
...
See #319
2022-05-13 10:43:20 +02:00
Mark Paluch
246f8b9445
Prepare 3.0 M3 (2022.0.0).
...
See #318
2022-03-22 14:00:01 +01:00
Mark Paluch
5372ce4e32
Prepare 3.0 M2 (2022.0.0).
...
See #301
2022-03-21 16:34:36 +01:00
Christoph Strobl
37fb170427
Update copyright year to 2022.
...
See: #307
2022-02-17 16:12:05 +01:00
Oliver Drotbohm
77fd5e3615
Adapt to changes in entity creation metadata APIs in Spring Data Commons.
2022-02-15 17:41:54 +01:00
Mark Paluch
c78fe9add4
Adapt repository to List-based interface variants.
...
Closes #306
2022-02-11 11:06:55 +01:00
Mark Paluch
88ddb0d73f
Prepare 3.0 M1 (2022.0.0).
...
See #297
2022-01-14 14:34:47 +01:00
Jens Schauder
7018915abb
Remove Eclipse Non-Javadoc comments.
...
Closes #294
2022-01-05 13:51:06 +01:00
Mark Paluch
e6d5bfffae
Polishing.
2022-01-04 14:05:56 +01:00
Mark Paluch
3b785f3ca9
Migrate to Jakarta EE 9.
...
Closes #281
2022-01-04 14:05:42 +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