Commit Graph

375 Commits

Author SHA1 Message Date
Brett Meyer 58622f3e10 HHH-7996 arquillian-based OSGi unit test, minor CL fixes 2013-07-01 16:38:20 -04:00
ouzned d49f68f1e3 HHH-8283 JdbcSQLException with CompositeCustomType and java.util.Date 2013-06-07 10:37:08 -04:00
Steve Ebersole 3bc26b6448 HHH-8270 - Support for accessing JPA schema export script files specified by URL 2013-05-29 12:39:35 -05:00
Steve Ebersole 120dbbb311 HHH-8257 - More concisely obtaining a JBoss logger 2013-05-21 16:25:21 -05:00
Strong Liu 21444339ec HHH-8247 Implement XML binding of NamedEntityGraph 2013-05-21 09:46:55 -07:00
Brett Meyer 19da1ad211 HHH-8241 Reusing of scanner instance is impossible with Apache Aries JPA 2013-05-21 10:50:15 -04:00
Gail Badner b846fa35b5 HHH-7841 - Redesign Loader 2013-05-21 01:07:20 -07:00
Strong Liu a03d44f290 HHH-8246 Implement XML binding of NamedStoredProcedureQuery 2013-05-20 20:37:16 -07:00
Steve Ebersole 14993a4637 HHH-8223 - Implement @NamedEntityGraph binding 2013-05-17 12:50:19 -05:00
Brett Meyer 21ae220a4c HHH-8254 throw HibernateException when transaction is rolledback by a
reaper thread
2013-05-17 13:22:46 -04:00
Scott Marlow 3e311a1370 HHH-8233 fix for exclude-unlisted-classes (was being ignored) 2013-05-14 13:36:26 -04:00
Gail Badner 4620ff4b4f HHH-7841 - Redesign Loader 2013-05-13 12:10:47 -07:00
Steve Ebersole 1337d36a79 HHH-8235 - Drop database profiles upstream 2013-05-10 15:59:02 -05:00
Steve Ebersole 0ff155d065 HHH-8231 - Pass along IOException as cause when trying to open script outputs 2013-05-09 14:52:54 -05:00
Steve Ebersole 8c95a6077a HHH-8222 - Implement @NamedStoredProcedureQuery binding 2013-05-09 14:47:58 -05:00
Steve Ebersole 3275855c5b HHH-8159 - Apply fixups indicated by analysis tools 2013-05-02 10:11:59 -05:00
Steve Ebersole ad1d1ab8b4 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 22:42:16 -05:00
Brett Meyer 60513d2e2e HHH-7995 Pushing class missed in previous commit 2013-05-01 15:05:31 -04:00
Steve Ebersole a1d190d674 HHH-8159 - Apply fixups indicated by analysis tools 2013-05-01 09:23:52 -05: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
Brett Meyer 0edd7b75b8 HHH-7943 C3P0 and Proxool OSGi support 2013-04-29 11:51:02 -04:00
Steve Ebersole 194cd5e4bd HHH-8159 - Apply fixups indicated by analysis tools 2013-04-29 09:55:39 -05:00
Steve Ebersole eaef21076d HHH-8159 - Apply fixups indicated by analysis tools 2013-04-25 17:38:43 -05:00
Gail Badner 073bb53c8f HHH-7841 - Redesign Loader 2013-04-18 14:23:33 -07:00
Steve Ebersole 3600ffb7f2 HHH-7841 - Redesign Loader 2013-04-18 12:47:18 -05:00
Steve Ebersole 8eeef7af3b HHH-8146 - Update to use maven-publishing plugin 2013-04-16 18:26:02 -05:00
Brett Meyer 079fd4ac01 HHH-8160 Corrected Import-Package in module manifests 2013-04-16 10:29:44 -04:00
Steve Ebersole fafce001e7 HHH-7841 - Redesign Loader 2013-04-15 20:46:18 -05:00
Steve Ebersole 8429d2bcb8 HHH-8173 - AvailableSettings constants for javax.persistence.schema-generation contain space 2013-04-15 10:36:17 -05:00
Steve Ebersole 8bca70e6a9 HHH-7841 - Redesign Loader 2013-04-12 14:08:35 -05:00
Zbyněk Roubalík 03daecfe49 Test fix: em2 should be closed before we do latch.countDown() 2013-04-11 19:52:34 -04:00
Steve Ebersole 87012e8101 HHH-8077 - Add MDC usage into attribute walking to help decode logs from recursive calls 2013-04-11 14:31:25 -05:00
Brett Meyer cc4ef44670 HHH-8160 Updated for Gradle 1.5 OSGi plugin changes and package
versioning issues
2013-04-09 09:57:36 -04:00
Steve Ebersole 378fc1378a HHH-8143 - Create a 'generateSources' task that performs all generation tasks 2013-04-04 14:45:49 -05:00
Steve Ebersole 26868ad314 HHH-8141 - Upgrade to Gradle 1.5 2013-04-04 13:01:39 -05:00
Steve Ebersole 907a2750b6 HHH-8138 - Log SQLException in DatabaseTarget with cause of schema export CREATE statement failure 2013-04-04 07:51:18 -05:00
Steve Ebersole 442c3268b3 HHH-8113 - Persistence.createEntityManagerFactory() should run schema export if JPA properties are set 2013-04-03 11:20:52 -05:00
Steve Ebersole 2f40949719 HHH-8129 - Unify BaseQueryImpl and AbstractQueryImpl hierarchies 2013-04-03 10:52:52 -05:00
Strong Liu bae5a85c26 HHH-8127 OutOfMemoryError when running tests
Conflicts:
	hibernate-core/src/test/java/org/hibernate/cfg/beanvalidation/ApplySchemaConstraintTest.java
	hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
2013-04-03 10:27:38 -04:00
Steve Ebersole ea8f587800 HHH-8121 - Make property-able JPA settings defined in persistence.xml available in EMF.getProperties() 2013-04-02 20:39:37 -05:00
Steve Ebersole 076e17e5b1 HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec 2013-04-02 20:10:44 -05:00
Steve Ebersole 8316367683 HHH-8113 - Persistence.createEntityManagerFactory() should run schema export if JPA properties are set 2013-04-02 14:55:19 -05:00
Steve Ebersole 84520cd6e3 HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec 2013-04-02 14:46:08 -05:00
Steve Ebersole 04a9701f8b HHH-7714 - Add support for EntityMode.MAP to JPA Criteria API 2013-04-01 08:23:41 -05:00
Steve Ebersole c694c26c1d HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec 2013-03-31 10:43:28 -05:00
Steve Ebersole bc85168015 HHH-8122 - Scrub known-sensitive settings from EMF.getProperties() 2013-03-29 12:43:17 -05:00
Brad Koehn f77b068e91 HHH-7714 Add support for EntityMode.MAP to JPA Criteria API
(cherry picked from commit 2758b8b494)

Conflicts:

	hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/predicate/InPredicate.java
	hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/metamodel/MetadataContext.java
2013-03-29 12:10:31 -05:00
Brett Meyer e9e29a40be HHH-8096 Re-work the OSGi class loading concepts
Conflicts:
	hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
	hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernatePersistence.java
	hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
2013-03-27 15:04:48 -04:00
Steve Ebersole 3bc89ad30f HHH-8099 - CDI 1.1 2013-03-25 15:48:29 -05:00
Steve Ebersole d184cb3eb4 HHH-7462 - Make JACC service 2013-03-24 12:09:52 -05:00