Commit Graph

4857 Commits

Author SHA1 Message Date
Gail Badner 812e9f6079 4.2.17.Final post-release 2015-01-05 22:45:44 -08:00
Gail Badner 6ce3816f10 4.2.17.Final release 2015-01-05 13:31:13 -08:00
Gail Badner 0def0abcac HHH-9467 : Cannot enable NamingStrategyDelegator implementations using standalone schema tools
(cherry picked from commit 4bf3b162ad)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExportTask.java
	hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateTask.java
	hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidatorTask.java
2015-01-05 12:34:06 -08:00
George Gastaldi f66fcc461b HHH-6670: H2Dialect should use "if exists" when dropping sequences
(cherry picked from commit 60d4fe5001)
2014-12-18 12:42:41 -08:00
George Gastaldi 84918aaf15 HHH-9500: H2Dialect shoud not drop constraints
The constraints are automatically dropped when the table is also dropped.
Trying to drop a constraint on a table that doesn't exist present unnecessary error messages.

(cherry picked from commit 7854bc6769)
2014-12-18 12:40:12 -08:00
Gail Badner e8cf997eb3 HHH-8401 : Support fractional seconds on MySQL 5.7 (tweak test cases for 4.2) 2014-12-17 23:41:28 -08:00
Gail Badner c29cbf1753 HHH-8401 : Unit test fixes
(cherry picked from commit 45511f10ae)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/temporal/TimestampPropertyTest.java
	hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
2014-12-17 23:28:19 -08:00
Gail Badner b4446f368e HHH-8401 : Support fractional seconds on MySQL 5.7 (tweak test cases for 4.2) 2014-12-16 22:10:35 -08:00
Gail Badner deb1ee8e96 HHH-8401 : Support fractional seconds on MySQL 5.7
(cherry picked from commit fe94cda1d1)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/dialect/function/NoArgSQLFunction.java
2014-12-16 22:08:42 -08:00
Gail Badner b5435bfa2d HHH-9091 : Cascaded collection delete fails due to wrong execution sequence (test case)
(cherry picked from commit 3b57f1612d)
2014-12-02 22:16:50 -08:00
Gail Badner e863539c22 HHH-9330 : orphanRemoval=true does not work in bidirectional relationships (without cascading) 2014-11-26 16:03:04 -08:00
Gail Badner 0a6279df5b HHH-9330 : Test cases for orphanRemoval=true does not work in bidirectional relationships (without cascading) 2014-11-26 15:58:29 -08:00
Gail Badner 943f1cd14e HHH-9330 : Test cases for orphanRemoval=true does not work in bidirectional relationships (without cascading)
(cherry picked from commit 1ff9edfb81)
2014-11-26 15:37:31 -08:00
Gail Badner 90934aed63 4.2.16.Final post-release 2014-10-30 17:11:42 +01:00
Gail Badner b24450147b 4.2.16.Final release 2014-10-30 16:29:00 +01:00
Gail Badner 89d4fa9948 HHH-9388 : fix Entity Manager bug explicitly enabling ImprovedNamingStrategyDelegator/LegacyNamingStrategyDelegator 2014-10-22 11:25:17 -07:00
Gail Badner 552c1c06d5 HHH-9455 : Unnecessary select count query in some cases 2014-10-21 13:41:00 -07:00
Gail Badner e5a31caa09 HHH-9388 HHH-7079 : Default collection table and foreign key names are incorrect in some cases; deprecate NamingStrategy 2014-10-08 03:13:38 -07:00
Gail Badner 36576046b8 HHH-9388 HHH-7079 : Default collection table and foreign key names are incorrect in some cases; deprecate NamingStrategy 2014-10-06 11:51:22 -07:00
Gail Badner 1883fcbb7b HHH-9369 Fix @Formula of enum type results in ClassCastException (minor fix for 4.2) 2014-09-19 13:50:06 -07:00
andreas 5d065bc263 HHH-9369 Fix @Formula of enum type results in ClassCastException
(cherry picked from commit fff49977ab)
2014-09-19 13:19:11 -07:00
Gail Badner 45c786c54f HHH-9387 HHH-9389 HHH-9390 : Minor correct to tests to work on 4.2 2014-09-11 13:12:25 -07:00
Gail Badner ea1d63ef43 HHH-9390 : Default join column name (FK) for @ManyToMany uses owning entity primary table name (test cases) 2014-09-11 12:58:51 -07:00
Gail Badner 9193d8ce97 HHH-9387 HHH-9389 : Default collection table and join column names generated for @ElementCollection (test cases)
HHH-9387 HHH-9389 : Default collection join column names generated for @ElementCollection (test cases)

(cherry picked from commit f2ae61abf6)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
2014-09-11 12:57:50 -07:00
Gail Badner 30c6e060db HHH-9327 : NamingStrategy regression (reverts HHH-9280) 2014-09-10 12:57:55 -07:00
Christian Beikov 1df6c45f8a Added regression test for HHH-9327
(cherry picked from commit 3da903f064)
2014-08-27 15:15:19 -07:00
Gail Badner 24fd25306f HHH-9090 : HQL parser is trying to reuse parent implied join for subquery
(cherry picked from commit 153c4e32ef)
2014-08-12 17:41:46 -07:00
Steve Ebersole ea238b4c4f HHH-9312 - Database connection leak with JTA transaction tracking and background thread not releasing database connection 2014-08-04 14:55:52 -05:00
Steve Ebersole 9e1afbaf49 HHH-9312 - Database connection leak with JTA transaction tracking and background thread not releasing database connection 2014-08-04 13:34:09 -05:00
Gail Badner 88a93f8c03 HHH-9305 : HQL FromElement is not reused in some cases resulting in an additional join
(cherry picked from commit a0663f0d6c)
2014-07-29 19:57:37 -07:00
Gail Badner 8b5f959200 4.2.15.Final post-release 2014-07-17 00:01:45 -07:00
Gail Badner 2a4faa2227 4.2.15.Final release prep 2014-07-16 23:24:10 -07:00
Gail Badner 0e43f71ca0 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge) 2014-07-14 15:28:32 -07:00
Gail Badner 5597111f32 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge)
(cherry picked from commit 31bcb0ea0a)
2014-07-11 17:37:48 -07:00
Gail Badner 7109790ee3 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge)
(cherry picked from commit 368cdc1966)

Conflicts:
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/emops/MergeMultipleEntityCopiesDisallowedByDefaultTest.java
2014-07-11 17:37:13 -07:00
Gail Badner eef0ca4eab HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge)
(cherry picked from commit 6203b5da30)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java
	hibernate-core/src/main/java/org/hibernate/event/internal/EntityCopyAllowedObserver.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/emops/MergeMultipleEntityRepresentationsAllowedTest.java
2014-07-11 17:34:51 -07:00
Gail Badner e23fefd570 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge) 2014-07-11 17:26:05 -07:00
Gail Badner c871002da7 HHH-8310 : Lob proxy class loading problem
(cherry picked from commit 365bfe99d8)
2014-07-09 19:34:11 -07:00
Gail Badner 9f8f07c229 HHH-9280 : Table name generated for @ElementCollection uses owning entity class name instead of mapped entity name
(cherry picked from commit ccffe0dea9)
2014-07-09 15:09:59 -07:00
Gail Badner 4732c04f10 HHH-9231 : Uncommitted data can remain in transactional collection cache after rollback if collection is initialized after flush
(cherry picked from commit f9a49efd17)
2014-07-08 22:58:36 -07:00
Gail Badner ec17bcbc29 HHH-9231 : Avoid updating collection 2LC if contains entity added in tx
(cherry picked from commit 4851ab01df)
2014-07-08 22:58:36 -07:00
Galder Zamarreño 0b0516870d HHH-9231 Avoid updating collection 2LC if contains entity added in tx
(cherry picked from commit 3b098a94d3463086a230d6dbc1254e9ecbf76cda)

Conflicts:
	hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java

(cherry picked from commit 36e35207f6)
2014-07-08 22:58:36 -07:00
Gail Badner 7ae53f6eb9 HHH-9231 HHH-5690 : Test cases for transactional cache strategy
(cherry picked from commit af5791f6dd)

Conflicts:
	hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
2014-07-08 22:58:10 -07:00
Emmanuel Bernard 728592007d HHH-9269 Store persister to ReferenceCacheEntryImpl to avoid costly lookup at read time 2014-07-02 12:40:20 +02:00
Sanne Grinovero 92bd9e6310 HHH-9268 The NoopOptimizer used for default id generation doesn't need synchronization 2014-07-01 21:49:37 +02:00
Gail Badner a7822712cc Update version to 4.2.15-SNAPSHOT 2014-06-25 21:46:19 -07:00
Gail Badner 6f71e0e6f0 4.2.14.Final release 2014-06-25 17:24:13 -07:00
Gail Badner e40ade009f HHH-9106: revert HHH-9106 on 4.2 branch 2014-06-25 16:40:29 -07:00
Gail Badner cb70c16fdd HHH-9255 : Revert HHH-9222 on 4.2 branch 2014-06-23 16:58:48 -07:00
Steve Ebersole 133f0825a3 HHH-9090 - HQL: parser is trying to reuse parent implied join for subquery 2014-06-23 11:05:42 -05:00