Commit Graph

4761 Commits

Author SHA1 Message Date
chris-manning ad48fabc16 HHH-7915 Include referenced columns when creating foreign keys from the included table 2013-08-21 15:40:02 -04:00
Anton Marsden 2396e6b99e HHH-5920: improve the performance of PersistentClass
Conflicts:
	hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
2013-08-19 15:53:56 -04:00
Brett Meyer 131c108e4b HHH-8447 HQL delete with multiple subqueries failing (incorrect alias
used)
2013-08-16 13:02:41 -04:00
Brett Meyer 0fbbcd782b HHH-8441 Hibernate is trying to add values to an Immutable List 2013-08-15 15:40:00 -04:00
Steve Ebersole 860c1fdab7 HHH-8207 - Locale conversion is broken
Conflicts:
	hibernate-core/src/main/java/org/hibernate/type/descriptor/java/LocaleTypeDescriptor.java
2013-08-15 13:08:47 -04:00
Steve Ebersole 700ec50bea HHH-8207 - Locale conversion is broken
Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/type/AttributeConverterTest.java
2013-08-15 13:07:05 -04:00
Steve Ebersole f7653aa7e3 HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException 2013-08-15 12:58:59 -04:00
Christian Beikov 33268fe0dd 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-08-15 12:58:56 -04:00
Brett Meyer 0fc57f6cc5 HHH-8383 ExceptionInInitializerError when changing System properties
while Environment class is initialized
2013-08-13 14:59:56 -04:00
Strong Liu c3e43f4fa7 HHH-7216 'java.lang.IllegalStateException: No supertype found' thrown on query with COUNT aggregate function 2013-08-14 01:04:36 +08:00
Brett Meyer b0e6960f67 HHH-8439 optional OSGi manifest imports in envers
Conflicts:
	hibernate-envers/hibernate-envers.gradle
2013-08-13 11:11:47 -04:00
Brett Meyer 8d75b032d5 HHH-8183 re-activating test now that QA allows Synonym creation 2013-08-13 10:31:32 -04:00
Brett Meyer e674ff34ba 4.2.4.Final post release 2013-08-07 23:01:14 -04:00
Brett Meyer 354ef063bc 4.2.4.Final release 2013-08-07 22:36:34 -04:00
Brett Meyer 78f8efd36d HHH-7959 gracefully handle non-transactional entity cache
Conflicts:
	hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/Caches.java
2013-08-07 11:50:13 -04:00
Darren Evenson 9b4c401d04 HHH-8427 Typo in documentation - Basic Mapping 2013-08-06 12:10:43 -04:00
Darren Evenson 74efab3e79 HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning 2013-08-06 12:08:40 -04:00
Darren Evenson baccf6ac03 HHH-4141 Typo: "declared" incorrectly spelled ("decalred") 2013-08-06 12:01:19 -04:00
Brett Meyer 010a94bb97 HHH-8428 comment & cleanup 2013-08-06 11:53:36 -04:00
Karl von Randow 70a1e23a38 HHH-8428 Protect SessionFactoryRegistry.getNamedSessionFactory(String) from NPE 2013-08-06 11:53:31 -04:00
Jan Šimek 5924a1b8c0 ignoring collections and maps of any during populating JPA metamodel,
see HHH-6589
2013-08-05 23:20:18 -04:00
HGC 1948fa97dc HHH-8397: MultiLineImportFileTest failing on some platforms (Fix) 2013-08-05 22:23:46 -04:00
Brett Meyer 2d85d84acc HHH-8420 multiple test-only fixes from matrix failures
Conflicts:
	hibernate-core/src/test/java/org/hibernate/loader/EncapsulatedCompositeAttributeResultSetProcessorTest.java
	hibernate-core/src/test/java/org/hibernate/loader/EntityWithNonLazyCollectionResultSetProcessorTest.java
	hibernate-testing/src/main/java/org/hibernate/testing/env/ConnectionProviderBuilder.java
2013-08-05 16:52:55 -04:00
Brett Meyer 2fa9a6cd48 HHH-8390 generate FK after UK 2013-08-01 14:43:02 -04:00
Ouzned a0d0641c80 added test case to reproduce HHH-8373 2013-08-01 11:24:21 -04:00
Ouzned e8035ccbb3 Fix proposal for HHH-8373 2013-08-01 11:24:10 -04:00
Brett Meyer acafe63ead HHH-8378 Cleanup during Bundle#stop. Added shutdown unit test.
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
	hibernate-osgi/src/test/java/org/hibernate/osgi/test/OsgiTestCase.java
2013-07-24 11:47:55 -04:00
Brett Meyer 2cd2c3955f HHH-8371 corrected failing test 2013-07-24 10:20:43 -04:00
Brett Meyer 4d9e182fed HHH-8371 Consider explicit column name's "_" in alias creation 2013-07-24 10:20:24 -04:00
Brett Meyer 5d1ebeda01 HHH-8362 InformixUniqueDelegate
Conflicts:
	hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java
2013-07-23 23:06:02 -04:00
Brett Meyer d596ea160c HHH-3078 copyright and refactored package 2013-07-11 19:27:32 -04:00
lgathy 4dc9dc6ada HHH-3078 Fixed bug with multiple classloaders and proxy class 2013-07-11 19:27:30 -04:00
Laurent RICHARD df69a3b0a3 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

Conflicts:
	hibernate-c3p0/src/main/java/org/hibernate/c3p0/internal/C3P0ConnectionProvider.java
2013-07-11 19:03:36 -04:00
Laurent RICHARD 08a32f745f HHH-8302 - add unit test 2013-07-11 19:00:41 -04:00
Brett Meyer 5085ac9e60 HHH-8193 copyright dates 2013-07-10 13:51:18 -04:00
Lukasz Antoniak 99aef7c0ce 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

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:51:13 -04:00
Guenther Demetz 7f7abb7970 Bugfix proposal HHH-4294 2013-07-10 13:15:08 -04:00
Guenther Demetz b9fac8af11 Testcase HHH-4294 2013-07-10 13:15:04 -04:00
Brett Meyer 08e3b16a95 HHH-4261 comment and checkstyle 2013-07-10 11:42:56 -04:00
amkad 0aa4d6cfb5 Changed test to reproduce HHH-4261 2013-07-10 11:42:54 -04:00
amkad 3a07c28c08 Fixed @Any and @ManyToAny support in overridden JPA annotation reader HHH-4261 2013-07-10 11:42:52 -04:00
Brett Meyer 95d113f8d2 HHH-8318 @SkipForDialect added 2013-07-09 13:06:26 -04:00
Brett Meyer 16b0187765 4.2.3.Final post-release 2013-07-03 11:32:41 -04:00
Brett Meyer e4eb223dcf 4.2.3.Final release 2013-07-03 11:00:53 -04:00
JohnOhara 750903fc1d HHH-8106 Fixed bug with Enhancement Task 2013-07-03 10:27:37 -04:00
Brett Meyer 504f430911 HHH-8336 upgraded to c3p0 0.9.2.1 2013-07-03 10:14:09 -04:00
Brett Meyer a618323e57 HHH-8335 Hibernate OSGi not included in build's /lib 2013-06-29 12:56:06 -04:00
Brett Meyer ded1303b30 HHH-8210 JdbcCoordinatorImpl logs excessive warnings with some
connection pools
2013-06-27 22:49:09 -04:00
Brett Meyer 77fd4d6a89 HHH-8319 checkstyle 2013-06-21 10:52:58 -04:00
justinsubert 5abe02f92d HHH-8319
Conflicts:
	hibernate-core/src/main/java/org/hibernate/dialect/MySQL5Dialect.java
2013-06-21 10:52:54 -04:00