Commit Graph

2245 Commits

Author SHA1 Message Date
Gail Badner 3a658ca112 Update version to 3.6.4-SNAPSHOT 2011-04-06 14:21:49 -07:00
Gail Badner f910e7b1e9 Update version to 3.6.3.Final 2011-04-06 14:12:30 -07:00
Gail Badner 3e6916b313 Added fixes for 3.6.3 to changelog 2011-04-06 14:06:43 -07:00
Emmanuel Bernard c978788dd8 HHH-6084 Add tests for id strategy provider in hem 2011-04-06 18:19:20 +02:00
Emmanuel Bernard cea2cfdf44 HHH-6084 define id strategy provider in HEM 2011-04-06 18:19:20 +02:00
Strong Liu 8ca87139de HHH-5978 TS: Postgresql 8.x - CustomSQLTest fails because UPPER()'s result is not converted to number. 2011-04-06 15:51:40 +08:00
Alex Snaps 9fe7913003 Added RegionFactory to the default Ehcache hibernate integration. Plus tests. Upgraded Ehcache to 2.4.1 2011-04-05 12:40:12 +02:00
Strong Liu 57b60e30a7 HHH-6058 - Error in mapping file in Event.hbm.xml file for documentation in download 2011-03-30 19:04:03 +08:00
Strong Liu f3d00579a8 HHH-6057 documentation, hibernate.cfg.xml references wrong hbm path 2011-03-30 18:55:24 +08:00
Strong Liu e521d91dbb HHH-4999 implement new added method in the ExecutionEnvironment.Settings 2011-03-23 01:52:12 +08:00
Steve Ebersole 7ffe291739 HHH-4999 - createSQLQuery(query).list() result screw up when when columns in different tables have same name 2011-03-18 08:40:17 -05:00
Steve Ebersole b520b1df23 HHH-4999 - createSQLQuery(query).list() result screw up when when columns in different tables have same name 2011-03-18 08:31:49 -05:00
Steve Ebersole 57be51ba48 HHH-5803 - Better handling of implicit literal numeric expression typing 2011-03-17 14:12:59 -05:00
Emmanuel Bernard b465b42d50 HHH-6022 Make JBossTSStandaloneTransactionManagerLookup more resilient following Jonathan's advice 2011-03-17 14:55:05 +01:00
Emmanuel Bernard c526efd6be Add JavaDoc to signal Hibrnate OGM dependencies 2011-03-17 14:55:05 +01:00
Strong Liu e9f975e6f8 HHH-5974 unnecessary import which crashes the system in OSGi environement 2011-03-17 17:53:13 +08:00
Emmanuel Bernard edc7f962f2 HHH-5993 Add documentation for session factory observer config 2011-03-15 14:28:34 +01:00
Emmanuel Bernard 81e5f86305 HHH-5993 Add SessionFactoryObserver configuration option to HEM 2011-03-15 14:25:08 +01:00
Emmanuel Bernard 38e5042cb8 HHH-5916 Make sure to test the property approach for HEM 2011-03-15 14:13:49 +01:00
Emmanuel Bernard 3f2119b913 Fix type in JavaDoc 2011-03-15 14:12:58 +01:00
Emmanuel Bernard 9a2494b13f HHH-5940 Add tests for @MapKeyJoinColumns 2011-03-14 17:57:01 +01:00
Reza Hosseinzadeh 72ef0fd492 HHH-5940: This change fixes the problem where @MapKeyJoinColumns always throws an exception 2011-03-14 17:57:01 +01:00
Sanne Grinovero d3098ebcd7 HHH-5642 Disable Byteman tests on Java5 - feedback from Java6 runs is good enough to prevent regressions 2011-03-14 14:34:34 +00:00
Strong Liu 752ebe22e2 HHH-6009 update assmebly config xml to honor this directory update 2011-03-12 16:55:29 +08:00
Steve Ebersole ef156d2a76 HHH-6009 - Rename module directories on 3.6 branch to match master 2011-03-11 18:04:10 -06:00
Sanne Grinovero 4517a4e69f HHH-5642 Error configuring Hibernate with PostgreSQL JDBC3 8.2.511 driver
The functional test introduces a test dependency to Byteman to simulate broken drivers.
The rules for Byteman are defined in testsuite/src/test/resources/bytemanrules.txt

The used rule does not work on H2 as the method signature doesn't permit it to
throw a SQLException: but as it doesn't, it can't ever have this bug of course.
So drivers which could actually be affected by this would fail as Byteman forces them
to, and the test will be able to verify Hibernate is still able to boot on those
incomplete driver implementations.
2011-03-11 01:56:11 +00:00
Sanne Grinovero e88106ad2f backport proper .gitignore file from master 2011-03-10 19:31:00 +00:00
Gail Badner 46ff9e79fb Update version to 3.6.3-SNAPSHOT 2011-03-09 16:36:57 -08:00
Gail Badner 35feb69ad2 Update version to 3.6.2.Final 2011-03-09 16:04:37 -08:00
Gail Badner 9a791b1b71 update changelog.txt for 3.6.2 2011-03-09 15:50:37 -08:00
Gail Badner c582707c86 HHH-5590 : Don't log and rethrow exception in AbstractFlushingEventListener 2011-03-09 12:17:39 -08:00
Gail Badner 7d22b9bfe1 HHH-5890 : License comment refers to non-exiting page 2011-03-09 03:59:56 -08:00
Gail Badner d456598a65 HHH-5952 : BlobTypeDescriptor.PRIMITIVE_ARRAY_BINDING binder does not unwrap value before binding 2011-03-08 13:52:34 -08:00
Gail Badner e109a4c892 HHH-5842 : Types.Binary column type should be registered with a length for HSQLDialect 2011-03-08 13:15:42 -08:00
David M. Carr 79e0909772 HHH-5977 Add a couple additional unit tests for when you use a @JoinColumn with a secondary table specified. 2011-03-04 00:04:07 +01:00
Gail Badner f7fda73168 HHH-5968 : Deprecate nullSafeGet()/nullSafeSet() methods with no SessionImplementor argument from UserType and AbstractSingleColumnStandardBasicType 2011-02-25 14:11:13 -08:00
Emmanuel Bernard abd78660bd HHH-5916 Add documentation for PersisterClassProvider option on Hibernate EntityManager 2011-02-14 19:19:34 +01:00
Emmanuel Bernard 2de8fff68c Clean documentation 2011-02-14 19:19:34 +01:00
Emmanuel Bernard 84c7a0a6db HHH-5916 Add documentation for PersisterClassProvider 2011-02-14 19:19:34 +01:00
Emmanuel Bernard bbf7de5734 HHH-5916 Add test for PersisterClassProvider on Ejb3Configuration 2011-02-14 19:19:34 +01:00
Emmanuel Bernard 99ccbc8315 HHH-5916 Add test for Configuration.setPersisterClassProvider 2011-02-14 19:19:34 +01:00
Emmanuel Bernard ed62c3ba3c HHH-5916 Expose persister class provider via Ejb3Configuration 2011-02-14 19:19:34 +01:00
Emmanuel Bernard bdfbd324e3 HHH-5916 extract property name to instance logic into helper method 2011-02-14 19:19:34 +01:00
Emmanuel Bernard 2d6b6b0c46 HHH-5916 Use PersisterClassProvider in Binders 2011-02-14 19:19:34 +01:00
Emmanuel Bernard 3c3179a081 HHH-5916 Expose PersisterClassProvider configuration 2011-02-14 19:19:33 +01:00
Emmanuel Bernard b31754d18b HHH-5916 Add contract for custom default persister class provider 2011-02-14 19:19:33 +01:00
adamw d464f4e6cd Merge branch '3.6' of https://github.com/seabass21/hibernate-core into 3.6 2011-02-14 17:54:26 +01:00
Brian Parker 73729c97e3 Apply read and write expressions to the revision entity. 2011-02-12 15:12:15 -06:00
Strong Liu 3815ad36ee Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6 2011-02-09 20:37:36 +08:00
Strong Liu 1479a69fdd HHH-5907 change to use autobox instead of create new object everytime to get minor improvement 2011-02-09 20:20:09 +08:00