Jens Schauder
901a8a5519
#146 - Added tests and simplified condition.
...
Added tests to verify behaviour.
In order to improve testability querying was extracted into package private method.
The condition avoiding the IN-queries with empty parameter lists was simplified and made less lenient.
Original pull request: #147 .
2018-11-13 16:18:50 +01:00
Julien Millau
1ecec0d713
#146 - Avoid executing IN-query with empty parameter list.
...
These queries are illegal in Postgres and possible other databases.
Original pull request: #147 .
2018-11-13 16:17:10 +01:00
Mark Paluch
eb6d801409
#134 - After release cleanups.
2018-09-21 07:45:29 -04:00
Mark Paluch
81f0c3a2ab
#134 - Prepare next development iteration.
2018-09-21 07:45:27 -04:00
Mark Paluch
3a0d7637d0
#134 - Release version 2.1 GA (Lovelace).
2018-09-21 07:08:39 -04:00
Mark Paluch
47782150b0
#134 - Prepare 2.1 GA (Lovelace).
2018-09-21 07:07:51 -04:00
Oliver Gierke
797530c357
#131 - After release cleanups.
2018-08-20 10:56:53 +02:00
Oliver Gierke
24418a6a4a
#131 - Prepare next development iteration.
2018-08-20 10:56:52 +02:00
Oliver Gierke
6db1e567bf
#131 - Release version 2.1 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Oliver Gierke
fd65d70ba9
#131 - Prepare 2.1 RC2 (Lovelace).
2018-08-20 10:39:44 +02:00
Mark Paluch
44d3db6145
#127 - After release cleanups.
2018-07-26 12:32:28 +02:00
Mark Paluch
a409d11752
#127 - Prepare next development iteration.
2018-07-26 12:32:25 +02:00
Mark Paluch
8304d2fbfb
#127 - Release version 2.1 RC1 (Lovelace).
2018-07-26 12:06:35 +02:00
Mark Paluch
674e45214e
#127 - Prepare 2.1 RC1 (Lovelace).
2018-07-26 12:04:30 +02:00
Christoph Strobl
3b964534d8
#123 - After release cleanups.
2018-05-17 10:09:36 +02:00
Christoph Strobl
ad2272e4c8
#123 - Prepare next development iteration.
2018-05-17 10:09:34 +02:00
Christoph Strobl
039e7f3052
#123 - Release version 2.1 M3 (Lovelace).
2018-05-17 09:51:42 +02:00
Christoph Strobl
0e9eda464d
#123 - Prepare 2.1 M3 (Lovelace).
2018-05-17 09:50:49 +02:00
Mark Paluch
8fa9835f73
#115 - After release cleanups.
2018-04-13 15:08:34 +02:00
Mark Paluch
339d80c7f9
#115 - Prepare next development iteration.
2018-04-13 15:08:32 +02:00
Mark Paluch
0c987346dc
#115 - Release version 2.1 M2 (Lovelace).
2018-04-13 14:30:58 +02:00
Mark Paluch
996a4ad02c
#115 - Prepare 2.1 M2 (Lovelace).
2018-04-13 14:30:01 +02:00
Jens Schauder
14e4386205
#116 - Implemented RevisionMetadata.getRevisionInstant().
...
Implemented the missing new method RevisionMetadata.getRevisionInstant() by extracting part of ….getRevisionDate(). This makes DefaultRevisionMetadata compile again.
Decided against a default implementation on the interface side since it would just hide the fact that the interface changed.
Original pull request: #118 .
2018-02-20 09:10:36 +01:00
Christoph Strobl
67c14d8883
#99 - After release cleanups.
2018-02-06 10:11:17 +01:00
Christoph Strobl
3c9e897330
#99 - Prepare next development iteration.
2018-02-06 10:11:15 +01:00
Christoph Strobl
cb371596c2
#99 - Release version 2.1 M1 (Lovelace).
2018-02-06 09:47:10 +01:00
Christoph Strobl
d34d8027f8
#99 - Prepare 2.1 M1 (Lovelace).
2018-02-06 09:45:51 +01:00
Jens Schauder
ae443c2d4d
#112 - Changed assumed time zone to system default.
...
This matches the behavior of the DateTime default constructor used in 1.1.x.
2018-02-01 11:56:55 +01:00
Jens Schauder
2b0471461a
#30 - Polishing.
...
Migrated test to AssertJ.
Original pull request: #45 .
2018-02-01 11:18:10 +01:00
Jens Schauder
bdb539d800
#30 - Added Querydsl support based on fragments.
...
EnversRevisionRepositoryImpl is now just a fragment and doesn’t inherit any implementation.
Original pull requests: #45 .
2018-02-01 11:18:03 +01:00
Dmytro Iaroslavskyi
9446be0b5f
#30 - Added support for Querydsl's QueryDslPredicateExecutor.
...
Original pull request PR #45 .
2018-02-01 11:11:30 +01:00
Jens Schauder
a4cdb30abb
#112 - Fixed DefaultRevisionMetadata.getRevisionDate().
...
Assuming UTC time zone for converting the long into a LocalDateTime.
Original pull request: #114 .
2018-02-01 11:08:09 +01:00
Benedikt Ritter
901bcba65b
#112 - Test demonstrating bug in DefaultRevisionMetadata.getRevisionDate().
...
Test showing that the current code does not work.
Original pull request: #113 .
2018-02-01 11:07:30 +01:00
Jens Schauder
e6d064255f
#21 - Polishing.
...
Removed superfluous property from pom.
Removed includeDeletion parameter since it is always set to true.
Add toString for Country for easier debugging.
2018-01-03 13:22:37 +01:00
Jens Schauder
215b9540a4
#21 - removed intermediate step of creating a Pair.
...
Avoids an exception, since Pair can not have a null values.
2018-01-03 13:14:11 +01:00
Nikola Petrovic
14ef7aa6de
#21 - added ability to searching deleted entities.
...
Original PR: #27
2018-01-03 13:12:03 +01:00
Oliver Gierke
92934b99b4
#107 - Polishing.
...
Avoid overriding deprecated method and rather do so with the recommended alternative in RevisionRepositoryFactory. Java 8 polishing in RevisionRepositoryFactory's constructor.
2017-11-29 16:17:17 +01:00
Oliver Gierke
ded1481023
#107 - Adapt to API changes in JpaRepositoryFactory.
...
We now override JpaRepositoryFactory.getTargetRepository(RepositoryInformation, EntityManager).
2017-11-29 16:17:17 +01:00
Giovanni Lovato
2734fb14df
#97 - Update to Hibernate 5.2.11
2017-10-06 11:02:45 +02:00
Mark Paluch
d399bdfd7b
#95 - After release cleanups.
2017-10-02 11:37:23 +02:00
Mark Paluch
4b4e13ca15
#95 - Prepare next development iteration.
2017-10-02 11:37:22 +02:00
Mark Paluch
d32a3e098b
#95 - Release version 2.0 GA (Kay).
2017-10-02 11:10:23 +02:00
Mark Paluch
b7f4f6f6cd
#95 - Prepare 2.0 GA (Kay).
2017-10-02 11:09:17 +02:00
Mark Paluch
c5149e3b24
#96 - Polishing.
...
Exclude IntelliJ project files from git.
2017-09-21 14:14:27 +02:00
Mark Paluch
9db966b064
#96 - Added explicit automatic module name for JDK 9.
2017-09-21 14:13:57 +02:00
Oliver Gierke
9229b60fc1
#91 - After release cleanups.
2017-09-11 17:40:21 +02:00
Oliver Gierke
77a4fac80f
#91 - Prepare next development iteration.
2017-09-11 17:40:19 +02:00
Oliver Gierke
cc0bc8ece0
#91 - Release version 2.0 RC3 (Kay).
2017-09-11 17:24:45 +02:00
Oliver Gierke
9b7562ec58
#91 - Prepare 2.0 RC3 (Kay).
2017-09-11 17:23:53 +02:00
Oliver Gierke
3ddb9d1a8e
#90 - After release cleanups.
2017-07-25 16:10:39 +02:00