Commit Graph

5338 Commits

Author SHA1 Message Date
Steve Ebersole 8c95a6077a HHH-8222 - Implement @NamedStoredProcedureQuery binding 2013-05-09 14:47:58 -05:00
Strong Liu a069d18a4f update infinispan test due to the change of cache service 2013-05-08 15:37:37 +08:00
Steve Ebersole 40373412e0 HHH-8220 - pom dependencies scope changed from compile to runtime 2013-05-07 21:19:15 -05:00
Brett Meyer 1df4b2ea3c HHH-8226 table synonyms cannot find columns on Oracle 2013-05-07 16:20:43 -04:00
Steve Ebersole f09a337601 HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException 2013-05-07 15:10:28 -05:00
Christian Beikov 4c47ba13e3 HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException (testcase) 2013-05-07 15:10:28 -05:00
Brett Meyer 9030fa015e HHH-8217 Make generated constraint names short and non-random 2013-05-07 12:36:54 -04:00
Lukasz Antoniak 9fc22a49be HHH-7214 - Validation of duplicated discriminator values 2013-05-07 09:40:12 -04:00
Lukasz Antoniak 51b9248c4b HHH-6875 - Fix and test 2013-05-07 09:40:12 -04:00
Steve Ebersole 2bc63badea HHH-8220 - pom dependencies scope changed from compile to runtime 2013-05-07 08:02:33 -05:00
Strong Liu 7004914ec0 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-07 13:30:29 +08:00
Brett Meyer d67a96e813 HHH-8225 EMF cannot be created, closed, then re-created in OSGi 2013-05-06 19:56:13 -04:00
Gunnar Morling 1bf647b7eb HHH-8218 - Upgrading to BV 1.1.0.Final and HV 5.0.1.Final 2013-05-06 16:29:52 -05:00
Gunnar Morling 196885498b HHH-8219 - Removing references to methods added in Java 7 2013-05-06 22:16:57 +02:00
Gunnar Morling 77a4c3e52e HHH-8219 - Adding Animal Sniffer plug-in to make sure only Java 6 APIs are used 2013-05-06 22:16:57 +02:00
Strong Liu b9249e548a merge master 2013-05-06 22:55:00 +08:00
Galder Zamarreño 23b6f6ab06 Add missing javadocs and fix rest of Checkstyle failures 2013-05-06 11:48:42 +01:00
Strong Liu 72291316fc HHH-8221 - mocking orm.xml is not processed well 2013-05-03 18:28:17 +08:00
Brett Meyer f40f814b00 4.3.0.Beta2 post release 2013-05-02 15:44:41 -04:00
Brett Meyer 9a003f921b 4.3.0.Beta2 release 2013-05-02 15:12:41 -04:00
Steve Ebersole 3275855c5b HHH-8159 - Apply fixups indicated by analysis tools 2013-05-02 10:11:59 -05:00
Steve Ebersole 364a47f2c7 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-02 10:01:21 -05:00
Steve Ebersole ad1d1ab8b4 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 22:42:16 -05:00
Steve Ebersole bfbc0b88a8 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 18:53:55 -05:00
Christian Beikov 1b637030bd HHH-8215 - Fix for windows build 2013-05-01 17:06:31 -05:00
Brett Meyer f83a2013b1 HHH-7943 test fix 2013-05-01 15:34:16 -04:00
Brett Meyer 257d8ee370 HHH-7943 Corrected RegionFactoryInitiator for failing inifinispan tests 2013-05-01 15:05:31 -04:00
Brett Meyer 60513d2e2e HHH-7995 Pushing class missed in previous commit 2013-05-01 15:05:31 -04:00
Brett Meyer 489ee4a734 HHH-7943 Added support for ehcache and infinispan strategies and OSGi
services.  Numerous ehcache and infinispan CL fixes.
2013-05-01 15:05:31 -04:00
Steve Ebersole 9d134955c4 HHH-8212 - Add CLA ref to CONTRIBUTING.md 2013-05-01 14:00:49 -05:00
Steve Ebersole 07a6abfab9 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 13:46:23 -05:00
Steve Ebersole 8c9ab58f44 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 11:52:08 -05:00
Steve Ebersole 2b20197249 HHH-8207 - Locale conversion is broken 2013-05-01 11:28:23 -05:00
Christian Beikov b39fdbf1f8 Fix string to locale conversion
The original implementation didn't care about leading underscores. StringTokenizer skips leading separators which is actually wrong. new Locale("", "XX").toString() produces "_XX" which can't be converted back to the same locale with the original implementation.
2013-05-01 10:43:23 -05:00
Steve Ebersole 4d04dfc088 HHH-8207 - Locale conversion is broken 2013-05-01 10:34:05 -05:00
Steve Ebersole a1d190d674 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 09:23:52 -05:00
Brett Meyer fe9e2798de HHH-7944 envers classloader issues
Conflicts:
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/spi/AuditConfiguration.java
2013-05-01 00:05:03 -04:00
Brett Meyer 04fe84994d HHH-7995 Added support for TypeContributors in OSGi. Integrated with
envers
Conflicts:
	hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
	hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProvider.java
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiSessionFactoryService.java
2013-05-01 00:05:03 -04:00
Steve Ebersole 06fb9e70db 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 23:58:43 -04:00
Steve Ebersole 459c061eb6 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 15:31:10 -05:00
Steve Ebersole 20866585f3 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 14:40:44 -05:00
Steve Ebersole 97e28200f0 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 13:27:38 -05:00
Steve Ebersole 09a54fdc54 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 09:30:04 -05:00
Steve Ebersole 59d1facfb6 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 09:26:55 -05:00
Steve Ebersole fdb30196fc HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 08:51:04 -05:00
Steve Ebersole bf781d4bf7 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 08:36:27 -05:00
Steve Ebersole 9b37f2a297 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 08:29:06 -05:00
Steve Ebersole d2ec514894 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-30 08:07:24 -05:00
Steve Ebersole 1c690ca89b HHH-8159 - Apply fixups indicated by analysis tools 2013-04-29 20:24:54 -05:00
Steve Ebersole 3b8320da7e HHH-8159 - Apply fixups indicated by analysis tools 2013-04-29 18:57:29 -05:00