Gail Badner
3005b4bc60
HHH-13891 : ProxyFactory should not be built if any ID or property getter/setter methods are final
...
(cherry picked from commit a54d657d98
)
2020-03-25 19:52:42 -07:00
Gail Badner
c1f79fd304
HHH-13891 : Added test
...
(cherry picked from commit 3427bc8414
)
2020-03-25 19:52:42 -07:00
Sanne Grinovero
e0be465f2c
HHH-13851 Remove a dead code field from PojoEntityTuplizer
...
(cherry picked from commit 8043e49384
)
2020-03-25 19:52:42 -07:00
Sanne Grinovero
8d73884cbf
HHH-13851 Rework initialization of ProxyFactoryFactory, allow some code reuse from SPI
...
(cherry picked from commit 0964b881f7
)
2020-03-25 19:52:42 -07:00
Joël Arnold
9fc4f5b8e7
HHH-13184 - Oracle dialect detection does not return latest dialect in the default case
2020-03-25 19:47:53 -07:00
Gail Badner
d484a92156
5.3.15.Final
2020-01-07 20:38:37 -08:00
Gail Badner
46aa354760
5.3.15.Final
2020-01-07 20:02:35 -08:00
Andrea Boriero
f0ffae0198
HHH-12858 HHH-13432 fix Oracle failing tests
...
(cherry picked from commit 1c840f9dd1
)
2020-01-07 14:06:41 -08:00
Steve Ebersole
814a5ce6e2
HHH-12858 - integration overrides during JPA bootstrap ought to override all logically related settings
...
HHH-13432 - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property
(cherry picked from commit ab508d2afa
)
2020-01-07 14:06:41 -08:00
Steve Ebersole
cec3107e13
HHH-12858 - integration overrides during JPA bootstrap ought to override all logically related settings
...
HHH-13432 - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property
(cherry picked from commit fd72e4f75f
)
2020-01-07 14:06:41 -08:00
Steve Ebersole
7eb0911fd6
HHH-12858 + HHH-13432 Persistence.createEntityManagerFactory(Map) should allow overwriting jta-data-source of persistence.xml
...
HHH-12858 - integration overrides during JPA bootstrap ought to override all logically related settings
- e.g. a datasource passed in the integration overrides map ought to effectively override JDBC-connection settings in `persistence.xml` (and vice-versa)
HHH-13432 - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property
2020-01-07 14:06:41 -08:00
Yosef Yona
3e1663a66e
HHH-13651 Applying hibernate codestyle to PersistentBag
...
(cherry picked from commit a5c8a812f5
)
2020-01-07 13:40:36 -08:00
Yosef Yona
bdf0a89f82
HHH-13651 NPE on flushing when ElementCollection field contains null element
...
(cherry picked from commit 2808a75d5c
)
2020-01-07 13:40:36 -08:00
Christoph Dreis
0115b89fe1
HHH-13675 : Optimize PersistentBag.groupByEqualityHash()
...
(cherry picked from commit 3b1e7afb20
)
2020-01-07 13:40:36 -08:00
Sanne Grinovero
e641afa674
HHH-13651 Adding a regression test for the issue
...
(cherry picked from commit e5539cc36c
)
2020-01-07 13:40:36 -08:00
Gail Badner
39a0c2f714
HHH-13737 : Correct log message and fix checkstyle failure
2020-01-07 12:04:44 -08:00
Gail Badner
edb3c1992c
HHH-13737 : Add debug logging
2020-01-07 12:04:44 -08:00
Scott Marlow
64eb4c56f7
HHH-13433 EntityManager.find() should only check for roll-back-only condition if there is an active JTA transaction, otherwise ORM should throw throw convert( e, lockOptions )
2020-01-07 12:04:44 -08:00
Gail Badner
25023486f1
HHH-13737 : Add test case for HHH-13433
2020-01-07 12:04:44 -08:00
Andrea Boriero
a1cc53e794
upgrade gradle-bintray-plugin to 1.8.4
...
(cherry picked from commit 87441781c6
)
2019-11-08 13:23:03 -08:00
Andrea Boriero
7635805e84
5.3.14.Final
2019-11-08 12:12:05 +00:00
Gail Badner
f15bed87c6
5.3.14.Final
2019-11-07 21:24:54 -08:00
Gail Badner
b865294e96
HHH-13698 : Hibernate does not recognize MySQL 8 error code 3572 as PessimisticLockException
...
(cherry picked from commit 0c1df5fc0d
)
2019-11-07 15:31:17 -08:00
Gail Badner
24ff81d34e
HHH-13307 : On release of batch it still contained JDBC statements using JTA
...
(cherry picked from commit a7f017c3dc
)
2019-11-06 22:06:00 -08:00
Gail Badner
329a1663ec
HHH-13307 : Added test
...
(cherry picked from commit 1241d35a50
)
2019-11-06 22:06:00 -08:00
Gail Badner
81f42693dd
HHH-13634 : Fix test case queries to order results
...
(cherry picked from commit 93a07453f0
)
2019-11-06 21:51:53 -08:00
Gail Badner
04eba997e2
HHH-13634 : PersistenceContext can get cleared before load completes using StatelessSessionImpl
...
(cherry picked from commit 42de569a37
)
2019-11-06 21:51:53 -08:00
Gail Badner
dd92c0f9a8
HHH-13634 : Test cases
...
(cherry picked from commit eccb786ba4
)
2019-11-06 21:51:53 -08:00
Gail Badner
f56a5847ec
HHH-13633 : Fix test case queries to order results
...
(cherry picked from commit 81d5f5eb21
)
2019-11-06 21:51:53 -08:00
Gail Badner
52ceafaa87
HHH-13633 : Bugs join-fetching a collection when scrolling with a stateless session using enhancement as proxy
...
Make corrections.
2019-11-06 21:51:53 -08:00
Gail Badner
7121001fd4
HHH-13633 : Add tests including for no HibernateProxy factory
2019-11-06 21:51:53 -08:00
Gail Badner
cf0f6a6410
HHH-13640 : Correct DefaultLoadEventListener#proxyOrLoad to work properly enhancement but no HibernateProxy factory
2019-11-06 21:51:53 -08:00
Gail Badner
ea5de89f56
HHH-13640 : Add test using custom EntityTuplizer with no HibernateProxy factory using Session
2019-11-06 21:51:53 -08:00
Gail Badner
cd0054cec1
HHH-13633 : Bugs join-fetching a collection when scrolling with a stateless session using enhancement as proxy
...
Minor changes suggested by Andrea.
2019-11-06 21:51:53 -08:00
Gail Badner
9cb4d2f411
HHH-13633 : Bugs join-fetching a collection when scrolling with a stateless session using enhancement as proxy
2019-11-06 21:51:53 -08:00
Gail Badner
daae4c9090
HHH-13633 : Added more tests based on renamed original (w/ and w/o bytecode enhancement)
2019-11-06 21:51:53 -08:00
Andrea Boriero
471e64ede0
HHH-13633 : Add test for issue
2019-11-06 21:51:53 -08:00
Gail Badner
d3d7705fa6
HHH-13640 : Remove SharedSessionContractImplementor#internalLoad(String, Serializable, boolean, boolean, Boolean unwrapProxy)
...
(cherry picked from commit e10e84159a
)
2019-11-06 21:51:53 -08:00
Gail Badner
7249e4f736
HHH-13640 : Added/modified tests
...
(cherry picked from commit c21ecb511c
)
2019-11-06 21:51:53 -08:00
Gail Badner
45604c53cd
HHH-13653 : More test cases
...
(cherry picked from commit c712b83955
)
2019-11-06 21:51:53 -08:00
Andrea Boriero
20beec97c1
HHH-13653 Uninitialized entity does not get initialized when a setter is called with enhancement-as-proxy enabled
...
(cherry picked from commit 3c1f4356dd
)
2019-11-06 21:51:53 -08:00
Gail Badner
b788b62e08
HHH-13653 : Test case
...
(cherry picked from commit 00f45951da
)
2019-11-06 21:51:53 -08:00
Gail Badner
ff6f2e5bf8
HHH-13640 : Minor improvement
...
(cherry picked from commit d6376834a7
)
2019-11-06 21:51:53 -08:00
Andrea Boriero
a3ec300866
HHH-13640 - Fix initialization of existing proxy association leaf subclass
...
(cherry picked from commit cec4228d70
)
2019-11-06 21:51:53 -08:00
Andrea Boriero
8b855d631b
HHH-13640 - Add PrepareStatement executed check to LazyToOnesProxyWithoutSubclassesTest
...
(cherry picked from commit 2bc7fed96e
)
2019-11-06 21:51:53 -08:00
Gail Badner
295702a7ae
HHH-13640 : Added failing test where a proxy is found in PersistenceContext, but it does not have a subclass
...
(cherry picked from commit 616f549f8c
)
2019-11-06 21:51:53 -08:00
Steve Ebersole
ce24b3c389
HHH-13640 - Uninitialized HibernateProxy mapped as NO_PROXY gets initialized when reloaded with enhancement-as-proxy enabled
...
(cherry picked from commit ee304305e8
)
2019-11-06 21:51:53 -08:00
Gail Badner
fdb5ba7d4e
HHH-13640 : Test case (marked FailureExpected)
...
(cherry picked from commit 283802c491
)
2019-11-06 21:51:53 -08:00
Andrea Boriero
9884c253b1
5.3.13.Final
2019-10-08 11:41:44 +01:00
Andrea Boriero
1fd19e648a
5.3.13.Final
2019-10-08 07:55:25 +01:00