Sanne Grinovero
|
9e9154cb5e
|
HHH-13444 Remove ignored EntityMode field from CollectionKey
|
2019-06-24 15:23:11 +01:00 |
Sanne Grinovero
|
a01929c5b8
|
HHH-13453 Optimise CascadingActions for the most likely case
|
2019-06-24 14:58:24 +01:00 |
Sanne Grinovero
|
007ab2f479
|
HHH-13452 Missing log level guard on formatting in DefaultPersistEventListener#entityIsDeleted
|
2019-06-24 14:58:24 +01:00 |
Sanne Grinovero
|
deb06eaa0b
|
HHH-13451 Logging typo in CascadingActions causing significant allocations
|
2019-06-24 14:58:24 +01:00 |
Sanne Grinovero
|
7309cdeb66
|
HHH-13450 Do not compute the full role name of a collection unless necessary
|
2019-06-24 14:58:24 +01:00 |
Andrea Boriero
|
e13386769c
|
HHH-13442 CollectionType#getCollection() method improvements
|
2019-06-24 14:58:24 +01:00 |
Andrea Boriero
|
2c1d862137
|
HHH-11147 - Fix Oracle failing test
|
2019-06-17 13:21:14 +01:00 |
Andrea Boriero
|
3d74724b81
|
HHH-11147 - Add test case LazyCollectionDeletedAllowProxyTest
|
2019-06-17 13:20:41 +01:00 |
Andrea Boriero
|
f96eb35f97
|
HHH-11147 - Allow enhanced entities to be returned in a completely uninitialized state
- Add test using IdClass
(cherry picked from commit 2e1d602f68 )
|
2019-06-14 09:33:38 -05:00 |
Steve Ebersole
|
0a17f5ba6d
|
HHH-11147 - Allow enhanced entities to be returned in a completely uninitialized state
(cherry picked from commit 94c49aaaa6 )
|
2019-06-14 08:31:42 -05:00 |
Andrea Boriero
|
6d2c4aad29
|
HHH-11147 - Add failing test
(cherry picked from commit 48d88cfef6 )
|
2019-06-14 08:31:21 -05:00 |
Steve Ebersole
|
6d5f7dd77c
|
HHH-11147 - Allow enhanced entities to be returned in a completely uninitialized state
- checkstyle fix
|
2019-06-13 13:52:15 -05:00 |
Steve Ebersole
|
5d518cb673
|
HHH-11147 - Allow enhanced entities to be returned in a completely uninitialized state
|
2019-06-13 13:37:55 -05:00 |
Yoann Rodière
|
e4a3586316
|
Force the use of Ubuntu Trusty in the Travis build
If we don't force it, Travis will pick a release at random,
either Trusty or Xenial at the moment.
Using Oracle JDK 8 on Xenial is not easy, for some reason.
See:
* https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/15
* https://github.com/travis-ci/travis-ci/issues/10289
(cherry picked from commit d6bd291934 )
|
2019-06-13 13:37:09 -05:00 |
Sanne Grinovero
|
784341682d
|
HHH-13416 Unguarded debug message being rendered in org.hibernate.engine.internal.Collections.processReachableCollection
|
2019-05-27 16:33:28 +01:00 |
Guillaume Smet
|
e9d2bfeec5
|
Prepare for next development iteration
|
2019-04-19 23:33:10 +02:00 |
Guillaume Smet
|
b43d737568
|
5.3.10.Final
|
2019-04-19 22:12:52 +02:00 |
Gail Badner
|
664d435b27
|
HHH-13266 : Skip OffsetTimeTest#nativeWriteThenRead and #writeThenRead in some cases due to HHH-13357
when Time is remapped as Timestamp and default JVM is not GMT
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
b328544dc5
|
HHH-13266 Skip some tests that apparently trigger bugs in HANA
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
ccb6a9ab50
|
HHH-13266 Skip tests that involve timestamps before epoch with MySQL/Mariadb
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
9380520681
|
HHH-13266 Mark most databases as not supporting nanosecond-precision storage for timestamps
At least PostgreSQL, Oracle, MySQL and HANA don't support it.
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
34b4284484
|
HHH-13266 Test serialization of java.time types when hibernate.jdbc.time_zone is set
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
09618a2174
|
HHH-13266 Test OffsetTime serialization
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
759237fb9f
|
HHH-13266 Test LocalTime serialization
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
1293b5bf70
|
HHH-13266 Fix LocalDate serialization by using the proper conversion methods between LocalDate and Timestamp
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
9a8d4f0e5d
|
HHH-13266 Test LocalDate serialization when dates are remapped as Timestamp, in particular around 1900-01-01
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
a3c318523d
|
HHH-13266 Allow to override the SQL type mappings in AbstractJavaTimeTypeTest
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
a065bffe90
|
HHH-13266 Test reading of values written without Hibernate ORM in AbstractJavaTimeTypeTest
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
ece5f1a180
|
HHH-13266 Add an abstract class for all java.time tests for this ticket
So that we can hopefully factorize the upcoming additions.
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
a17e9fc494
|
HHH-13266 Fix Instant serialization by using the proper conversion methods between Instant and Timestamp
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
c6cea4ce3d
|
HHH-13266 Test Instant serialization, in particular around 1900-01-01
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
6085310025
|
HHH-13266 Fix ZonedDateTime serialization by using the proper conversion methods between ZonedDateTime and Timestamp
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
8a782b1759
|
HHH-13266 Test ZonedDateTime serialization, in particular around 1900-01-01
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
527e3a25ca
|
HHH-13266 Fix OffsetDateTime serialization by using the proper conversion methods between OffsetDateTime and Timestamp
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
08bb8e149f
|
HHH-13266 Test OffsetDateTime serialization, in particular around 1900-01-01
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
c409c3305f
|
HHH-13266 Test LocalDate serialization, in particular around 1900-01-01
|
2019-04-19 00:48:08 -07:00 |
Gail Badner
|
a19a4d3340
|
HHH-13266 Change test to use raw JDBC for executing native query
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
bc4553b44e
|
HHH-13266 Fix LocalDateTime serialization by using the proper conversion methods between LocalDateTime and Timestamp
|
2019-04-19 00:48:08 -07:00 |
Yoann Rodière
|
0add2d42ba
|
HHH-13266 Test LocalDateTime serialization, in particular around 1900-01-01T00:00:00
|
2019-04-19 00:48:08 -07:00 |
Gail Badner
|
cfdcb201b1
|
HHH-13376 : Upgrade Javassist to 3.23.2-GA
|
2019-04-19 00:43:15 -07:00 |
Gail Badner
|
78a593b05b
|
HHH-13364 : Added a test using a named query
(cherry picked from commit 800b60e648 )
|
2019-04-19 00:36:16 -07:00 |
Gail Badner
|
e9fe3df6bd
|
HHH-13364 : Query.getSingleResult and getResultList() throw PessimisticLockException when pessimistic lock fails with timeout
(cherry picked from commit f62913ba1c )
|
2019-04-19 00:36:16 -07:00 |
Gail Badner
|
b2707589b3
|
HHH-13364 : Added test cases
(cherry picked from commit 288afa35e0 )
|
2019-04-19 00:36:16 -07:00 |
Gail Badner
|
bf85bfcf99
|
HHH-13300 Correctly convert Hibernate exceptions to JPA in executeUpdate()
(cherry picked from commit 634782fef6 )
|
2019-04-19 00:36:16 -07:00 |
Gail Badner
|
a93a5183ba
|
HHH-13300 Test behavior when Query.executeUpdate() throws an exception
(cherry picked from commit 5a1efe883e )
|
2019-04-19 00:36:16 -07:00 |
Yoann Rodière
|
a3433be822
|
HHH-13300 Correctly convert Hibernate exceptions to JPA in getSingleResult()
(cherry picked from commit 4665fd9cd9 )
|
2019-04-19 00:36:16 -07:00 |
Yoann Rodière
|
8d4c47bffc
|
HHH-13300 Test behavior when query.getSingleResult() throws an exception
(cherry picked from commit 53f70ab213 )
|
2019-04-19 00:36:16 -07:00 |
Gail Badner
|
7559ecf196
|
HHH-13326 : Transaction passed to Hibernate Interceptor methods is null when JTA is used
(cherry picked from commit 883465f525 )
|
2019-04-19 00:34:03 -07:00 |
Gail Badner
|
8aa976ea2d
|
HHH-13326 : test cases
(cherry picked from commit 705ecec94f )
|
2019-04-19 00:34:03 -07:00 |
Guillaume Smet
|
d25d7dc34b
|
HHH-13277 Add a couple of comments
(cherry picked from commit 89f523c87f )
|
2019-04-19 00:28:37 -07:00 |