Commit Graph

4496 Commits

Author SHA1 Message Date
Brett Meyer 8f07d59243 HHH-8273 Incorrect "unique-key" naming comment in docs 2013-05-25 20:29:31 -04:00
Brett Meyer 7fad06da4a HHH-8269 DenormalizedTable FK constraint names can be too long 2013-05-25 20:29:25 -04:00
Brett Meyer a826f2b1ac 4.2.2.Final post release 2013-05-22 13:45:45 -04:00
Brett Meyer 8082a8213c 4.2.2.Final release 2013-05-22 13:12:53 -04:00
Brett Meyer ad2639f01b HHH-8083 @OrderColumn not updated on @OneToMany cascade
Conflicts:
	hibernate-core/src/main/java/org/hibernate/action/internal/CollectionUpdateAction.java
2013-05-22 13:06:18 -04:00
Brett Meyer 2a23b9fa99 HHH-8112 removed variables from POMs -- not supported by docbook 2013-05-21 18:04:08 -04:00
Brett Meyer 61f0843a94 HHH-8112 OSGi quickstart tutorial projects 2013-05-21 15:16:46 -04:00
Brett Meyer 6f6e3c62b2 HHH-6813 Corrected EntityType#getRHSUniqueKeyPropertyName() and added
regression test.
2013-05-20 11:19:06 -04:00
Brett Meyer 335ddeaefc HHH-8254 throw HibernateException when transaction is rolledback by a
reaper thread
Conflicts:
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/transaction/TransactionJoiningTest.java
2013-05-17 13:37:00 -04:00
Brett Meyer e361ad49fe HHH-6813 @Id @OneToOne cause NullPointerException during query 2013-05-16 18:51:12 -04:00
george-007 c1eff0f8b9 Update DefaultInitializeCollectionEventListener.java 2013-05-16 11:54:32 -04:00
Brett Meyer 79c3658ac2 HHH-8238 OsgiJtaPlatform null pointer exception
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiJtaPlatform.java
2013-05-16 11:47:37 -04:00
Brett Meyer 920ba3641f HHH-2664 full join not working 2013-05-15 00:35:23 -04:00
Brett Meyer 65895fb68e HHH-8236 Update to hibernate-commons-annotations 4.0.2.Final 2013-05-14 23:55:41 -04:00
Brett Meyer b48f83b055 HHH-6813 @Id @OneToOne cause NullPointerException during query 2013-05-10 13:09:35 -04:00
Brett Meyer 66c15d39fd HHH-8226 2013-05-07 16:06:34 -04:00
Brett Meyer 17c6204091 HHH-8217 Make generated constraint names short and non-random
Conflicts:
	hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
	hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
	hibernate-core/src/main/java/org/hibernate/mapping/Constraint.java
	hibernate-core/src/main/java/org/hibernate/mapping/UniqueKey.java
2013-05-07 15:18:21 -04:00
Brett Meyer 0ea24c6945 HHH-8225 EMF cannot be created, closed, then re-created in OSGi
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiClassLoader.java
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProvider.java
2013-05-06 19:59:52 -04:00
Brett Meyer 8e3fd81046 HHH-7995 Added support for TypeContributors in OSGi. Integrated with
envers
2013-04-30 12:50:02 -04:00
Steve Ebersole aecd5a444b HHH-7998 - Add TypeContributions contract
Conflicts:
	hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
	hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
	hibernate-core/src/main/java/org/hibernate/metamodel/spi/TypeContributor.java
2013-04-30 10:54:16 -04:00
Brett Meyer 2d0a757157 HHH-7944 envers classloader issues 2013-04-30 10:54:06 -04:00
Brett Meyer 50a9995a92 4.2.1.Final post release 2013-04-25 11:04:12 -04:00
Brett Meyer 4088342b6e 4.2.1.Final release 2013-04-25 10:40:55 -04:00
Strong Liu 2e90658116 HHH-8203 HHH-8204 Hibernate 4.x can't work with proxool 0.9.1 2013-04-25 22:37:21 +08:00
Strong Liu dc6d2555ec HHH-8203 HHH-8204 Hibernate 4.x can't work with proxool 0.9.1 2013-04-25 19:06:53 +08:00
Brett Meyer d0098f3caa HHH-8162 Make unique constraint handling on schema update configurable
Conflicts:
	hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
	hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
	hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinOrderingTest.java
2013-04-24 17:31:58 -04:00
Brett Meyer a30347552c HHH-7995 Auto-discovery of Hibernate extension points in OSGi 2013-04-22 15:19:23 -04:00
Lukasz Antoniak bbe408f994 HHH-8189 - Rollback audit records on flushed transaction rollback 2013-04-17 16:12:05 +02:00
Lukasz Antoniak 76fe91cf4a HHH-5845 - Lazy loading of audited entites with revision type DEL 2013-04-17 09:46:21 +02:00
Strong Liu 2daa528cd1 HHH-8186 Typo in docs, Caching section nonstrict != nontrict 2013-04-16 12:42:17 +08:00
Steve Ebersole cf8113d54a HHH-7880 - SessionFactory.openStatelessSession() does not respect tenant identifier from CurrentTenantIdentifierResolver 2013-04-15 14:46:49 -05:00
Brett Meyer b455b2ddc9 HHH-8183 Added setting to enable synonyms
Conflicts:
	hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
2013-04-15 13:25:26 -04:00
Baptiste Mathus e2afe7f55d Adding SYNONYM in the list of searched types. 2013-04-15 13:25:26 -04:00
Steve Ebersole 812d3f6bf0 HHH-7974 - Session.getTenantIdentifier() not callable without active transaction
(cherry picked from commit d9aa9d3cd2)
2013-04-15 11:29:33 -05:00
Lukasz Antoniak 772f3cbc5d HHH-8171 - Cleanup 2013-04-15 00:00:08 +02:00
Kristoffer Lundberg 120237e007 HHH-8171 - SETORDINAL to support set of embeddables 2013-04-15 00:00:07 +02:00
Nikolay Shestakov 06e6c04e39 HHH-7908 Logging level checking
Conflicts:
	hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BasicExtractor.java
2013-04-12 09:47:50 -04:00
Zbyněk Roubalík b5d2f455f0 Test fix: em2 should be closed before we do latch.countDown() 2013-04-11 19:51:57 -04:00
Brett Meyer 934e7476a3 HHH-7478 Corrected test 2013-04-11 19:00:21 -04:00
Lukasz Antoniak 0958313ebc HHH-7478 - Fix and test 2013-04-11 18:16:31 -04:00
Nikolay Shestakov 8730320ad6 using ConcurrentHashMap for decrease synchronization 2013-04-11 17:59:59 -04:00
Jeremy Whiting afeabdc7b0 HHH-8180 Checks for logging level. Logging level check moved to variable
outside for loop.

Conflicts:
	hibernate-core/src/main/java/org/hibernate/loader/Loader.java
2013-04-11 17:54:29 -04:00
Lukasz Antoniak ed9d7f2fa2 HHH-7357 - Constraint violation exception while inserting NULL to not nullable column 2013-04-11 16:37:41 -04:00
Lukasz Antoniak b838344eeb HHH-7605 - Event cache descriptive error messages 2013-04-11 16:19:46 -04:00
Lukasz Antoniak cbd1d1e0c2 HHH-8103 - Oracle LOBs with SequenceIdentityGenerator 2013-04-11 15:33:14 -04:00
Brett Meyer 486cac2174 HHH-8178 Natural IDs generate one UniqueKey for all columns 2013-04-11 14:19:51 -04:00
Brett Meyer e63dc96b13 HHH-8175 Test fixes for postgresplus92 2013-04-11 14:19:47 -04:00
Lukasz Antoniak 8d82be8d30 HHH-2403 - Test cleanup
(cherry picked from commit 35bd192556)
2013-04-11 09:15:00 +02:00
Brett Meyer cde3d876d8 HHH-8084 LobMergeTest fails on oracle 2013-04-10 15:13:23 -04:00
Brett Meyer ac4f422aa2 HHH-7617 Gradle eclipse task missing src paths and test source generation 2013-04-09 15:28:20 -04:00