Commit Graph

2473 Commits

Author SHA1 Message Date
Steve Ebersole d4783bdaeb HHH-6051 - Create a SessionFactory scoped ServiceRegistry 2011-03-25 10:54:18 -05:00
Steve Ebersole 7ece2ee52f HHH-5942 - Migrate to JUnit 4 2011-03-25 10:54:03 -05:00
Steve Ebersole 815baf4348 HHH-6051 - Create a sessionfactory scoped ServiceRegistry 2011-03-24 22:18:38 -05:00
Steve Ebersole 731d00fd6d HHH-6047 - allow nesting of ServiceRegistry 2011-03-24 14:38:58 -05:00
JPAV 4d3ad4b4c8 Merge branch 'master' of git://github.com/hibernate/hibernate-core 2011-03-24 13:12:56 -05:00
JPAV f5a3e38cd7 HHH-6050 Changed single compile-time dependency to slf4j in parent build file to testRuntime 2011-03-24 13:12:51 -05:00
Steve Ebersole 64c38a0726 HHH-2680 - Blobs not updated on Session.merge() for detached instances 2011-03-24 08:15:10 -05:00
Strong Liu d55e33c919 HHH-6036 - ignore publican temp output directory 2011-03-24 16:10:21 +08:00
Strong Liu aa24c3a0c5 HHH-6036 Doc integration 2011-03-24 15:48:07 +08:00
Steve Ebersole 97fb031dba HHH-2680 - Blobs not updated on Session.merge() for detached instances 2011-03-23 17:32:00 -05:00
Steve Ebersole a491f64570 HHH-2680 - Blobs not updated on Session.merge() for detached instances 2011-03-23 17:30:13 -05:00
Steve Ebersole fd08540859 Merge branch 'master' of github.com:hibernate/hibernate-core 2011-03-23 12:07:15 -05:00
Steve Ebersole 1421c3f54d HHH-5284 - Allow Type to dictate the default length/scale/precision 2011-03-23 12:06:19 -05:00
JPAV 9b06108300 Merge branch 'master' of git://github.com/hibernate/hibernate-core 2011-03-22 14:12:21 -05:00
JPAV 7767dfbc06 HHH-5615 Replaced slf4j references with jboss-logging for a few classes that fell through the cracks 2011-03-22 14:11:59 -05:00
Steve Ebersole a933851765 HHH-6001 - Add a top-level directory inside the release bundle archives 2011-03-22 11:35:28 -05:00
Strong Liu 8c56875fc5 HHH-6036 integration documentation generation 2011-03-22 23:39:53 +08:00
Steve Ebersole 51b2fa1e2b HHH-6016 - Migrate version injection plugin to Gradle 2011-03-22 09:53:42 -05:00
Strong Liu 02021165f2 HHH-6036 jdocbook does not support Common_Content notation 2011-03-22 22:43:26 +08:00
Steve Ebersole 29e21e9b25 HHH-6038 - Migrate to use newly separated gradle-upload-auth-plugin 2011-03-22 08:29:49 -05:00
Steve Ebersole 671ef3accd HHH-6016 - Migrate version injection plugin to Gradle 2011-03-21 20:33:19 -05:00
Steve Ebersole 4f188a934c HHH-6033 - Migrate stats to api/spi/internal split 2011-03-21 18:37:44 -05:00
Steve Ebersole 398cabe2a7 minor updates to upload auth gradle plugin 2011-03-21 15:32:50 -05:00
Steve Ebersole f93d1412a4 HHH-6033 - Migrate stats to api/spi/internal split 2011-03-21 11:51:49 -05:00
Steve Ebersole b14de70d7b HHH-6028 - Remove o.h.classic stuff 2011-03-21 09:01:04 -05:00
Steve Ebersole 3402ba3a67 HHH-6028 - Remove o.h.classic.Session/Validatable 2011-03-19 08:16:33 -05:00
Steve Ebersole efa325f5db HHH-6027 - Migrate o.h.action pakcage to api/spi/internal split 2011-03-18 17:47:49 -05:00
Steve Ebersole 19791a6c7d HHH-6026 - Migrate bytecode provider integrations to api/spi/internal split 2011-03-18 15:51:44 -05:00
Steve Ebersole 82d2ef4b1f HHH-6025 - Remove cglib dependencies 2011-03-18 14:48:17 -05:00
Steve Ebersole 0af3a39c86 HHH-5650 - Pull documentation building into 'release' module 2011-03-18 14:05:51 -05:00
Steve Ebersole fcc4593eb3 HHH-5650 - Pull documentation building into 'release' module 2011-03-18 12:39:01 -05:00
Steve Ebersole f09b5921ef HHH-6001 - Add a top-level directory inside the release bundle archives 2011-03-18 09:49:00 -05:00
Steve Ebersole 13f6417ea6 HHH-6002 - Use today's year when building copyright footer for aggregated javadocs 2011-03-18 09:02:31 -05:00
Steve Ebersole 53941b9b72 HHH-4999 - createSQLQuery(query).list() result screw up when when columns in different tables have same name 2011-03-18 08:29:15 -05:00
Steve Ebersole 0a908cb518 HHH-5942 - Migrate to JUnit 4 2011-03-17 18:30:33 -05:00
Steve Ebersole a4562f4da1 HHH-5942 - Migrate to JUnit 4 2011-03-17 18:30:33 -05:00
Steve Ebersole 819f8da9ea HHH-5672 - Develop the binding model (binding between logical and relational) 2011-03-17 15:07:08 -05:00
Steve Ebersole 394211b42f Merge branch 'master' of github.com:hibernate/hibernate-core 2011-03-17 13:49:28 -05:00
Steve Ebersole 6493976266 Better handling of implicit literal numeric expression typing 2011-03-17 13:46:49 -05:00
Emmanuel Bernard 5f3749e590 Add JavaDoc to signal Hibrnate OGM dependencies 2011-03-17 13:46:49 -05:00
Emmanuel Bernard 77130ca9cd Add JavaDoc to signal Hibrnate OGM dependencies 2011-03-17 14:56:56 +01:00
Steve Ebersole ba30df2f95 Merge branch 'master' of github.com:hibernate/hibernate-core 2011-03-16 13:42:23 -05:00
Steve Ebersole 718d56e267 HHH-6013 - Consolidate on single JTA impl for testing 2011-03-16 13:38:14 -05:00
Galder Zamarreño 5c8e4f195d HHH-6015 - Investigate hibernate-infinispan test failures
Some tests were relying on empty caches at the start, so
make sure these are clear.
2011-03-16 18:35:53 +01:00
Misty Stanley-Jones 29a90c3aa8 Adding Dev Guide 2011-03-16 02:29:48 +10:00
Emmanuel Bernard 1419b51736 HHH-5993 Add documentation for session factory observer config 2011-03-15 14:49:22 +01:00
Emmanuel Bernard 12bd0f24c0 HHH-5993 Add SessionFactoryObserver configuration option to HEM 2011-03-15 14:49:22 +01:00
Galder Zamarreño f3bab56382 HHH-6015 - hibernate-infinispan test failures after migration to JUnit4
Fixed isolated classloader test making sure the two classloaders
required are created, one with the classes and the other without them.
2011-03-15 14:12:01 +01:00
Steve Ebersole 5fb8b92eef cleaned up erroneously committed bin/ directories 2011-03-14 13:38:58 -05:00
Steve Ebersole bcff8948fb HHH-5942 - Migrate to JUnit 4 2011-03-14 13:30:28 -05:00