Commit Graph

5773 Commits

Author SHA1 Message Date
Paul Lysak ef15ef1e9d HHH-8845 - More informative error message 2014-02-10 16:38:44 -05:00
akotlyarov c12963ae54 HHH-7205: Added catching exception for executing session.get when session cache contains proxy for non-existing object 2014-02-10 16:34:01 -05:00
Brett Meyer 4bb52196f1 HHH-7205 test assertion 2014-02-10 16:34:01 -05:00
akotlyarov 58e6e47ea4 HHH-7205: Added test to show bug exists when execute session.get after session.load for not-existing entity 2014-02-10 16:34:01 -05:00
Steve Ebersole c26a3fd732 log possible SF leaks in test suite 2014-02-10 12:33:08 -06:00
Thomas Jones-Low 757c067165 HHH-8900 annotations OneToOne test fail with some sequence supporting dialects
Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
2014-02-10 12:10:34 -05:00
Steve Ebersole b00ed51536 core tests no longer failing 2014-02-10 03:50:15 -06:00
Steve Ebersole 21bc0e8cc4 ehcache tests no longer failing 2014-02-10 01:52:58 -06:00
Steve Ebersole 5416b15ef7 HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD 2014-02-10 01:20:31 -06:00
Steve Ebersole 056024a8b6 HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD;
HHH-8894 - Use an "upgrade" approach to validate and bind (JAXB) mapping XML - hbm-to-orm XSLT
2014-02-10 01:00:20 -06:00
Steve Ebersole e8fdeb258f HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD;
HHH-8894 - Use an "upgrade" approach to validate and bind (JAXB) mapping XML - hbm-to-orm XSLT
2014-02-08 15:57:27 -06:00
Steve Ebersole 24b377a774 HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD;
HHH-8894 - Use an "upgrade" approach to validate and bind (JAXB) mapping XML - hbm-to-orm XSLT
2014-02-07 16:59:05 -06:00
Brett Meyer 8fe16b3519 HHH-8921 in-memory value generation (INSERT) only works if
hibernate.id.new_generator_mappings is enabled
2014-02-07 11:50:27 -05:00
Brett Meyer 66392f19d0 HHH-8942 log level checks should not be static 2014-02-07 11:15:48 -05:00
Sanne Grinovero 9b92856502 HHH-8942 Micro polishing in hot method of TransactionCoordinatorImpl
Conflicts:
	hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-07 11:06:08 -05:00
Brett Meyer c8116f5184 HHH-8922 ClassLoaderServiceImpl#getResources should use LinkedHashSet to
preserve ordering
2014-02-07 10:03:24 -05:00
Brett Meyer 2d964f1b5f HHH-8942 reorganized TransactionCoordinatorImpl#attemptToRegisterJtaSync
to further reduce log level checks
2014-02-07 09:57:06 -05:00
Brett Meyer dc0c207256 HHH-8942 reduced logging hits in TransactionCoordinatorImpl 2014-02-06 14:04:47 -05:00
Gail Badner 1a4b43720c HHH-8897 : Add support for key-many-to-one on-delete="cascade" 2014-02-05 16:18:15 -08:00
Steve Ebersole 76a2fc4b0f HHH-8934 - protect dumping manually built jandex index using isTraceEnabled 2014-02-05 17:09:42 -06:00
Steve Ebersole 6bdbde9734 HHH-8934 - ignore missing package-info.class files during jandex indexing 2014-02-05 17:03:35 -06:00
Steve Ebersole ee51f1a758 HHH-8934 - MetadataSources needs to index (Jandex) classes referenced in xml files (exclude hbm.xml files) 2014-02-05 16:28:37 -06:00
Steve Ebersole f8020670d0 HHH-8934 - MetadataSources needs to index (Jandex) classes referenced in xml files 2014-02-05 15:40:01 -06:00
Steve Ebersole 7fdf40c693 HHH-8894 - Use an "upgrade" approach to validate and bind (JAXB) mapping XML 2014-02-05 09:09:03 -06:00
Steve Ebersole 599c843eed HHH-7164 - Finish out SessionFactoryBuilder api;
HHH-8934 - MetadataSources needs to index (Jandex) classes referenced in xml files
2014-02-05 00:34:39 -06:00
Steve Ebersole 79368d2c39 HHH-7164 - Finish out SessionFactoryBuilder api;
HHH-8934 - MetadataSources needs to index (Jandex) classes referenced in xml files
2014-02-05 00:29:00 -06:00
Brett Meyer a2971e4f75 HHH-8935 MappedSuperclass can extend an Entity 2014-02-05 00:36:23 -05:00
Brett Meyer d8b669b951 HHH-8777 corrected configurations used in pom plugin 2014-02-04 12:30:53 -05:00
Brett Meyer f8b18a31bf HHH-8747 evictQueryRegions should evict the default region 2014-02-04 12:03:59 -05:00
Brett Meyer b946b5e2da HHH-8777 dynamically generate descriptor dependencies
Conflicts:
	.gitignore
	hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml
	hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml.original
	tooling/hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml
2014-02-04 10:43:52 -05:00
Jeremy Whiting 15acd847cf HHH-8777 Completed implementation of Maven Enhance Plugin fixing issue
with
missing descriptor files. Mojo will automatically hook into build
lifecycle compile phase.

Conflicts:
	hibernate-enhance-maven-plugin/src/main/java/org/hibernate/bytecode/enhance/plugins/MavenEnhancePlugin.java
	settings.gradle
	tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
2014-02-04 10:43:50 -05:00
Brett Meyer 5a570ad072 HHH-8897 removed @FailureExpectedWithNewMetamodel on passing tests, removed isDefaultUseNewMetamodel() 2014-02-03 17:47:54 -05:00
Brett Meyer 75df8c44fd fix an hibernate-osgi test import 2014-02-03 16:43:17 -05:00
Gail Badner 83becf4e09 HHH-8897 : Fix failures due to calling EntityType.determineAssociatedEntityClass() before persisters are bound 2014-02-03 12:18:27 -08:00
Steve Ebersole 70e965d750 HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD;
HHH-7556 - Clean up packages;
HHH-7164 - Finish out SessionFactoryBuilder api
2014-02-01 11:37:21 -06:00
Gail Badner e0d118d8c6 Merge branch 'HHH-8897-replace-metamodel' 2014-01-31 12:25:36 -08:00
Gail Badner cba82f2968 HHH-8897 : Add @FailureExpectedWithNewMetamodel for integration failures 2014-01-31 12:22:44 -08:00
Gail Badner 62631f7a58 HHH-8897 : Corrected DataSourceInjectionTest 2014-01-30 13:36:29 -08:00
Brett Meyer fdc3b3b009 HHH-8914 double negation broken on JPA criteria 2014-01-30 13:15:50 -05:00
Brett Meyer 535659d61f HHH-8822 ValueHolder fields need to be transient if owned by a
Serializable class
2014-01-30 11:21:12 -05:00
Gail Badner 4c6764d1cf HHH-8897 : Add @FailureExpectedWithNewMetamodel for integration failures 2014-01-29 22:15:39 -08:00
Gail Badner 51b9e31f23 HHH-8897 : Add @FailureExpectedWithNewMetamodel for integration failures 2014-01-29 16:17:33 -08:00
Lukasz Antoniak 2f6d4f10a9 HHH-8897 - Integrate org.hibernate.metamodel from metamodel branch into master 2014-01-29 23:08:18 +01:00
Lukasz Antoniak e025725f66 HHH-8912 - Test case 2014-01-29 22:52:06 +01:00
Labi0 1e7b03a2ae HHH-8912 - @NotFound applied to *-to-one relation in superclass 2014-01-29 22:52:06 +01:00
Gail Badner f19c8e995a HHH-8897 : Integrate org.hibernate.metamodel from metamodel branch into master 2014-01-29 11:59:19 -08:00
Gail Badner 513f8ca869 HHH-8897 : Integrate org.hibernate.metamodel from metamodel branch into master 2014-01-29 11:59:18 -08:00
Steve Ebersole 1a87adca08 HHH-8853 - Tomcat jdbc-pool interceptor exception 2014-01-29 13:14:20 -06:00
Brett Meyer d0c947c71c HHH-8674 - fixed usage of deprecated method
Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:06 -05:00
akotlyarov cb215c468d HHH-8674 - fixed usage of deprecated method Configuration#buildSessionFactory() in documentation 2014-01-28 17:05:33 -05:00