Commit Graph

4496 Commits

Author SHA1 Message Date
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
Steve Ebersole ac56d4eaae HHH-8318 - Problem determining qualifier to use for column names from HQL query parser in certain circumstances 2013-06-20 23:34:48 -04:00
Brett Meyer 8a63228c3b HHH-8318 updated test case 2013-06-20 23:34:47 -04:00
Brett Meyer 1b076074b0 HHH-8318 test case 2013-06-20 23:34:47 -04:00
Strong Liu 363a3b2b58 HHH-8312 - named parameters binding are not correct when used within subquery 2013-06-15 16:43:06 +08:00
Lukasz Antoniak 0ee13cfa08 HHH-8301 - SQLServer2005LimitHandler skips column alias generation
(cherry picked from commit 6a71cbb991)
2013-06-11 10:16:59 -07:00
Brett Meyer 7e87c71600 HHH-8117 Add package export versions in OSGi manifests 2013-06-07 14:39:21 -04:00
Brett Meyer b02364a737 HHH-8255 made a few hibernate-core imports optional in the manifest
Conflicts:
	hibernate-core/hibernate-core.gradle
2013-06-07 13:11:17 -04:00
Brett Meyer c2be11394c HHH-8283 missed a few commits 2013-06-07 13:07:31 -04:00
Brett Meyer 927a25ec21 HHH-8112 Added additional caveats to OSGi devguide 2013-06-07 11:33:03 -04:00
ouzned adc6059a21 HHH-8283 JdbcSQLException with CompositeCustomType and java.util.Date
Conflicts:
	hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/QueryImpl.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/basic/BasicCriteriaUsageTest.java
2013-06-07 11:32:41 -04:00
Brett Meyer 80dc1e6fd1 HHH-8265 Documented the reasoning for importing o.h.proxy and
javassist.util.proxy in the quickstarts.  Added a load proxy test.

Conflicts:
	documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/entity/DataPoint.java
2013-06-05 18:49:06 -04:00
Brett Meyer 4a419ed611 HHH-8275 union-subclass generates bad alter table for unique constraint 2013-06-03 17:29:25 -04:00
Brett Meyer 0dffbee80c HHH-8112 Minor tweaks for 4.2 devguide 2013-06-03 16:33:03 -04:00
Brett Meyer 76a06dbb33 HHH-8112 quickstart tutorial chapter 2013-06-03 16:16:08 -04:00
Brett Meyer 2f83a23958 HHH-8112 osgi devguide 2013-06-03 16:16:05 -04:00