Commit Graph

4676 Commits

Author SHA1 Message Date
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
Lukasz Antoniak f732164b8c HHH-8049 - Fix and test 2013-04-09 12:16:32 +02:00
Brett Meyer 838e71a0ee HHH-8092 Added comment about unique constraints in schema update. 2013-04-05 12:16:27 -04:00
Lukasz Antoniak d35dee771b HHH-5845 - Cleanup
(cherry picked from commit 4213e3c13a)
2013-04-05 15:52:05 +02:00
Adar Dembo dcf3fa4ff6 HHH-5845 (partial fix) Lazy Loading of audited entites with revision type 'delete'
Fixed for to-one associations, but not for one-to-many and other collection types.
(cherry picked from commit 52ab4baafb)
2013-04-05 15:51:50 +02:00
Brett Meyer 8d4b4857b7 HHH-7993 Support jar scanning in OSGi 2013-04-04 15:01:37 -04:00
Brett Meyer e750fe7755 HHH-8136 Correct "to_char" function in HSQL 2013-04-03 11:16:31 -04:00
Steve Ebersole 919a0e4244 HHH-7714 - Add support for EntityMode.MAP to JPA Criteria API
(cherry picked from commit 04a9701f8b)
2013-04-01 08:39:16 -05:00
Steve Ebersole f22a8f627b HHH-8122 - Scrub known-sensitive settings from EMF.getProperties()
(cherry picked from commit bc85168015)

Conflicts:

	hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
2013-03-29 12:55:39 -05:00
Brad Koehn 2758b8b494 HHH-7714 Add support for EntityMode.MAP to JPA Criteria API 2013-03-29 09:14:47 -05:00
Brett Meyer 1df99fc066 HHH-8096 Re-work the OSGi class loading concepts 2013-03-27 15:06:37 -04:00
Tim Ward 206a846934 HHH-8095 Update javax.transaction dependency so that it auto-generates a version range 2013-03-27 11:15:32 -04:00
Strong Liu b2fe7423a6 HHH-7869 code format 2013-03-26 16:37:27 +08:00
Strong Liu ba2dc24c42 HHH-7869 simple improvement, using generic 2013-03-26 16:37:10 +08:00
Strong Liu 8850c1fa91 HHH-7869 bad performance problem with org.hibernate.internal.util.StringHelper#firstIndexOfChar 2013-03-26 16:37:03 +08:00
Brett Meyer 941579da74 HHH-6496 Added LOG 2013-03-25 16:30:00 -04:00
Kamyar Sajjadi 18b0325e51 HHH-6496 - Changed line 200 returning real object instead of proxy 2013-03-25 16:22:00 -04:00
Lukasz Antoniak 62cea68007 HHH-7984 - Oracle callable statement closing
Conflicts:
	hibernate-core/src/main/java/org/hibernate/loader/Loader.java
	hibernate-core/src/main/java/org/hibernate/loader/entity/DynamicBatchingEntityLoaderBuilder.java
2013-03-25 13:48:55 -04:00
Lukasz Antoniak 2fb5a9292d HHH-8087 - Cleanup
(cherry picked from commit 03a56f58b9)
2013-03-22 16:03:57 +01:00
Lukasz Antoniak 50f641a47b HHH-8087 - Fix and test
(cherry picked from commit fa12131267)
2013-03-22 15:26:49 +01:00
Brett Meyer f83d29be90 HHH-1904 Hash the natural id unique key names 2013-03-21 15:57:43 -04:00