Mark Paluch
6a087ef59b
Updated changelog.
...
See #925
2021-03-17 11:17:15 +01:00
Mark Paluch
09c0d89856
Updated changelog.
...
See #927
2021-03-17 11:03:38 +01:00
Mark Paluch
60fc36c297
Updated changelog.
...
See #923
2021-03-17 10:35:11 +01:00
Christoph Strobl
32a92c6c57
Prepare 2.2 M4 (2021.0.0).
...
See #926
2021-02-18 11:24:46 +01:00
Christoph Strobl
ba00b5f146
Updated changelog.
...
See #926
2021-02-18 11:24:41 +01:00
Christoph Strobl
b66e3094fd
Updated changelog.
...
See #924
2021-02-18 11:18:24 +01:00
Christoph Strobl
fa779a29c9
Prepare 2.2 M3 (2021.0.0).
...
See #906
2021-02-17 13:59:43 +01:00
Christoph Strobl
db0c55f1ca
Updated changelog.
...
See #906
2021-02-17 13:59:30 +01:00
Christoph Strobl
fcdcb29b40
Updated changelog.
...
See #905
2021-02-17 13:49:14 +01:00
Christoph Strobl
29bee8ed60
Updated changelog.
...
See #861
2021-02-17 11:34:19 +01:00
Christoph Strobl
908f0ff3f0
Updated changelog.
...
See #860
2021-02-17 10:58:19 +01:00
Jens Schauder
e7f9e47dc5
Fixes the documentation for BeforeConvertEvent and BeforeConvertCallback.
...
Original pull request: #912 .
Closes : #911
2021-01-18 14:54:47 +01:00
Christoph Strobl
5f3196731e
Prepare 2.2 M2 (2021.0.0).
...
See #862
2021-01-13 15:33:34 +01:00
Christoph Strobl
eb7433a196
Updated changelog.
...
See #862
2021-01-13 15:33:27 +01:00
Christoph Strobl
d7d6f83219
Updated changelog.
...
See #863
2021-01-13 15:16:18 +01:00
Mark Paluch
394b1cec31
Update copyright year to 2021.
...
Closes #904
2021-01-12 11:32:07 +01:00
Jens Schauder
ba653183d1
#257 - Remove references to Jira.
...
All references to the Spring Jira instance are replaced by GitHub references.
2021-01-05 10:55:31 +01:00
Mark Paluch
d6a7079aeb
DATAJDBC-633 - Updated changelog.
2020-12-09 16:47:38 +01:00
Mark Paluch
c77957493d
DATAJDBC-627 - Prepare 2.2 M1 (2021.0.0).
2020-12-09 15:21:28 +01:00
Mark Paluch
8783162e41
DATAJDBC-627 - Updated changelog.
2020-12-09 15:21:24 +01:00
Mark Paluch
e5796a1ec2
DATAJDBC-625 - Updated changelog.
2020-12-09 12:42:22 +01:00
Mark Paluch
79e8f6fe9f
DATAJDBC-624 - Updated changelog.
2020-12-09 09:59:07 +01:00
Mark Paluch
636a81a46d
DATAJDBC-626 - Updated changelog.
2020-11-11 12:34:36 +01:00
Mark Paluch
618b0b0cea
DATAJDBC-615 - Prepare 2.1 GA (2020.0.0).
2020-10-28 15:46:31 +01:00
Mark Paluch
439fc98e1d
DATAJDBC-615 - Updated changelog.
2020-10-28 15:46:09 +01:00
Mark Paluch
af3f600f21
DATAJDBC-601 - Updated changelog.
2020-10-28 15:03:01 +01:00
Mark Paluch
346d6bcb4d
DATAJDBC-600 - Updated changelog.
2020-10-28 12:15:03 +01:00
Mark Paluch
391f7f6ec8
DATAJDBC-621 - Updated changelog.
2020-10-28 11:32:26 +01:00
Christoph Strobl
f6920f5999
DATAJDBC-602 - Prepare 2.1 RC2 (2020.0.0).
2020-10-14 14:27:37 +02:00
Christoph Strobl
bef7d14c02
DATAJDBC-602 - Updated changelog.
2020-10-14 14:27:29 +02:00
Raphi
68c8a8a2dd
DATAJDBC-610 - Provide arguments for log message in example.
...
Original pull request: #244 .
2020-10-05 17:41:59 +02:00
Mark Paluch
9cd8fc16b3
DATAJDBC-508 - Add support for @Value in persistence constructors.
...
We now evaluate @Value annotations in persistence constructors to compute values when creating object instances. AtValue can be used to materialize values for e.g. transient properties. Root properties map to the ResultSet from which an object gets materialized.
class WithAtValue {
private final @Id Long id;
private final @Transient String computed;
public WithAtValue(Long id,
@Value("#root.first_name") String computed) { // obtain value from first_name column
this.id = id;
this.computed = computed;
}
}
2020-09-22 11:48:56 +02:00
Mark Paluch
38139d7d83
DATAJDBC-596 - Fix less-than comparator from ligature to less-than symbol.
2020-09-22 09:57:03 +02:00
Mark Paluch
110fe70007
DATAJDBC-590 - Prepare 2.1 RC1 (2020.0.0).
2020-09-16 13:57:08 +02:00
Mark Paluch
ebbfbf3999
DATAJDBC-590 - Updated changelog.
2020-09-16 13:56:47 +02:00
Mark Paluch
00fc2377c4
DATAJDBC-591 - Updated changelog.
2020-09-16 12:16:32 +02:00
Mark Paluch
d8966b10ad
DATAJDBC-581 - Updated changelog.
2020-09-16 11:20:08 +02:00
Mark Paluch
3e71eb27c7
DATAJDBC-580 - Updated changelog.
2020-09-16 10:38:56 +02:00
Mark Paluch
378736c92f
DATAJDBC-582 - Updated changelog.
2020-08-12 13:25:49 +02:00
Mark Paluch
5f243074f0
DATAJDBC-571 - Prepare 2.1 M2 (2020.0.0).
2020-08-12 11:51:40 +02:00
Mark Paluch
bbf4e1e33b
DATAJDBC-571 - Updated changelog.
2020-08-12 11:51:19 +02:00
Jay Bryant
253e25fadb
DATAJDBC-583 - Wording changes.
...
Removed the language of oppression and violence and replaced it with more neutral language.
Note that problematic words in the code have to remain in the docs until the code changes.
Original pull request: #233 .
2020-07-22 15:02:00 +02:00
Mark Paluch
58bf7ab1dc
DATAJDBC-564 - Updated changelog.
2020-07-22 10:37:59 +02:00
Mark Paluch
7fec35fe1b
DATAJDBC-563 - Updated changelog.
2020-07-22 10:08:44 +02:00
Mark Paluch
6c9868fec6
DATAJDBC-562 - Updated changelog.
2020-07-22 09:44:27 +02:00
Mark Paluch
b28e4e07c6
DATAJDBC-256 - Polishing.
...
Rename RequiredFeature to EnabledOnFeature to align with JUnit terminology. Use RunWith instead of Spring rules. Reformat code. Update documentation.
Original pull request: #232 .
2020-07-13 14:14:42 +02:00
Mark Paluch
b2cdc000a4
DATAJDBC-541 - Prepare 2.1 M1 (2020.0.0).
2020-06-25 11:48:19 +02:00
Mark Paluch
363ce45db7
DATAJDBC-541 - Updated changelog.
2020-06-25 11:48:03 +02:00
Mark Paluch
9edac33912
DATAJDBC-540 - Updated changelog.
2020-06-10 14:30:57 +02:00
Mark Paluch
310bb0ae40
DATAJDBC-527 - Updated changelog.
2020-06-10 12:29:56 +02:00