Commit Graph

4901 Commits

Author SHA1 Message Date
Lukasz Antoniak 456dfd83f9 HHH-7807 - Cascade delete revisions
Conflicts:
	documentation/src/main/docbook/devguide/en-US/Envers.xml
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
2013-08-05 23:42:05 -04:00
Jan Šimek 5255c5074f ignoring collections and maps of any during populating JPA metamodel,
see HHH-6589
Conflicts:
	hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java
2013-08-05 23:20:08 -04:00
HGC 96e80b2df3 HHH-8397: MultiLineImportFileTest failing on some platforms (Fix) 2013-08-05 22:22:49 -04:00
Brett Meyer b9d3fa5581 HHH-8420 multiple test-only fixes from matrix failures 2013-08-05 17:05:24 -04:00
Steve Ebersole 3d595febc5 HHH-8419 - Tie javax.persistence.Parameter instance to javax.persistence.Query instance 2013-08-05 11:24:31 -05:00
Brett Meyer 742b1b4156 HHH-2736 query hints for Query and Criteria 2013-08-05 11:12:35 -04:00
Steve Ebersole 6beb5acb4b HHH-8415 - Throw exception types expected by JPA spec wrt StoredProcedureQuery 2013-08-02 19:18:14 -05:00
Sanne Grinovero aea6b767ae Micro-tuning for StandardListenerFactory 2013-08-02 18:09:56 +01:00
Sanne Grinovero 8aff7db2e0 HHH-8410 NaturalIdXrefDelegate could miss some cached entries from naturalIdResolutionCacheMap 2013-08-02 18:09:56 +01:00
Sanne Grinovero 168c06d062 HHH-8409 Improve usage of ConcurrentMaps by using putIfAbsent in StatefulPersistenceContext 2013-08-02 18:09:56 +01:00
Sanne Grinovero 1bed587355 HHH-8408 LegacyHiLoAlgorithmOptimizer.noTenantState is accessed with inconsistent synchronization 2013-08-02 18:09:56 +01:00
Sanne Grinovero 1ea823e0b5 HHH-8408 PooledLoOptimizer.noTenantState is accessed with inconsistent synchronization 2013-08-02 18:09:56 +01:00
Sanne Grinovero 4f1c8a4ba6 HHH-8407 Missing synchronization in DriverManagerConnectionProviderImpl#stop 2013-08-02 18:09:56 +01:00
Steve Ebersole 59d2bff81b HHH-8413 - Rename ProcedureResults -> ProcedureOutputs 2013-08-02 10:02:50 -05:00
Brett Meyer 49a2ee04b9 HHH-8414 enforce osgi test method ordering 2013-08-02 10:41:11 -04:00
Lukasz Antoniak bf11088e70 HHH-5845 - Collection proxy of deleted state 2013-08-02 12:37:20 +02:00
Steve Ebersole f99e1e4b4a HHH-8411 - StoredProcedureQuery : getResultList and hasMoreResults() mot implemented properly 2013-08-01 21:17:27 -05:00
Steve Ebersole f4cc86f7ad HHH-8405 - Track down tests that leak SessionFactories 2013-08-01 17:16:07 -05:00
Brett Meyer 580a71331c HHH-8390 generate FK after UK 2013-08-01 14:42:47 -04:00
Brett Meyer 31b881bc50 HHH-8388 updated hibernate-osgi.gradle to use libraries.gradle 2013-08-01 14:27:14 -04:00
Brett Meyer 2301fd215f HHH-8373 fix and test case 2013-08-01 12:02:35 -04:00
Lukasz Antoniak dd1bec53fb HHH-8280 - Identifiers reuse option 2013-08-01 13:13:39 +02:00
Adar Dembo 80873328d1 HHH-8280 - validity audit strategy breaks when entity IDs are reused 2013-08-01 13:13:39 +02:00
Steve Ebersole c1d1695606 HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied 2013-08-01 01:19:33 -05:00
Steve Ebersole 1a3a2a52a2 HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied 2013-08-01 00:18:56 -05:00
Brett Meyer 3102edba8b HHH-8399 corrected javassist in hibernate-osgi test 2013-07-31 14:42:12 -04:00
Steve Ebersole 15e9b028b5 HHH-8398 - StoredProcedureQuery passed resultClasses chooses incorrect aliases to extract results 2013-07-31 12:09:06 -05:00
Brett Meyer d210c0cae2 HHH-8389 removed a @FailureExpected 2013-07-31 12:26:29 -04:00
Brett Meyer 0a7725432e HHH-8399 Upgrade to Javassist 3.18.1-Beta1 2013-07-31 12:10:05 -04:00
Steve Ebersole cd1c80b82d HHH-8395 - JPA StoredProcedureQuery#getUpdateCount should prefer return -1 rather than throw exceptions 2013-07-31 08:35:27 -05:00
Brett Meyer 33b7e9f441 HHH-8388 Updated OSGi quickstarts and unit test for JPA 1.0.0.Final 2013-07-30 11:58:46 -04:00
Steve Ebersole 033bf4a22e HHH-8385 - Check whether EMF is closed (throwing ISE if so) when indicated methods are called 2013-07-26 18:26:33 -05:00
Steve Ebersole c101258e03 HHH-8389 - Look at JPA TCK StoredProcedureQuery related failures 2013-07-26 18:12:52 -05:00
Steve Ebersole cf9bd9d13f HHH-8388 - pull in final jpa-api 2.1 2013-07-26 14:22:53 -05:00
Steve Ebersole 8b7a92e170 HHH-8388 - pull in final jpa-api 2.1 2013-07-26 13:00:40 -05:00
Steve Ebersole fb4697d51a HHH-8386 - Commit transaction on connection used to export schema (JPA) 2013-07-26 13:00:40 -05:00
Brett Meyer c620eaa952 HHH-8378 Cleanup during Bundle#stop. Added shutdown unit test. 2013-07-24 11:43:20 -04:00
Brett Meyer 3ffc6ce6e8 HHH-8362 InformixUniqueDelegate 2013-07-23 22:49:00 -04:00
Brett Meyer cce9b81471 HHH-8371 corrected failing test 2013-07-23 22:31:21 -04:00
Brett Meyer a2287b6c6d HHH-8371 Consider explicit column name's "_" in alias creation 2013-07-23 22:02:38 -04:00
Strong Liu a9978a7c85 simple doc typo 2013-07-16 12:22:20 +08:00
Strong Liu 1825a4762c HHH-8211 Checkstyle and FindBugs fix-ups 2013-07-13 11:00:42 +08:00
Brett Meyer 0433a539b4 HHH-3078 copyright and refactored package 2013-07-11 19:14:29 -04:00
lgathy 228d14e8bc HHH-3078 Fixed bug with multiple classloaders and proxy class 2013-07-11 19:05:22 -04:00
Laurent RICHARD a300454a85 HHH-8302 init c3p0 initialPoolSize with minPoolSize
Adding C3P0_STYLE_INITIAL_POOL_SIZE directly to c3props doesn't work
because of prefix "c3p0."
Using setOverwriteProperty checks for the nullability of the value and
removes this prefix
2013-07-11 18:28:06 -04:00
Laurent RICHARD b968048485 HHH-8302 - add unit test 2013-07-11 18:25:51 -04:00
Strong Liu a4fa28d6b8 HHH-8358 Upgrade infinispan to 5.3.0.Final 2013-07-11 09:38:40 +08:00
Strong Liu 9afc17a209 HHH-8357 - remove dom4j proxy support 2013-07-11 17:39:14 +08:00
Brett Meyer c4f1084d20 HHH-8193 copyright dates 2013-07-10 13:49:19 -04:00
Lukasz Antoniak 6c2937e3c8 HHH-8193 - Reset input stream before binding
Conflicts:
	hibernate-core/src/main/java/org/hibernate/engine/jdbc/BlobProxy.java
	hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BlobDescriptorTest.java
2013-07-10 13:26:57 -04:00