[hibernate-commits] [hibernate/hibernate-core] 718d56: HHH-6013 - Consolidate on single JTA impl for test...

noreply at github.com noreply at github.com
Wed Mar 16 14:43:05 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-core

Commit: 718d56e267a08e9db8036caf58c84543ddbd6e0f
    https://github.com/hibernate/hibernate-core/commit/718d56e267a08e9db8036caf58c84543ddbd6e0f
Author: Steve Ebersole <steve at hibernate.org>
Date:   2011-03-16 (Wed, 16 Mar 2011)

Changed paths:
  M hibernate-core/hibernate-core.gradle
  M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
  M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JBossStandAloneJtaPlatform.java
  R hibernate-core/src/test/java/org/hibernate/test/common/jta/AtomikosDataSourceConnectionProvider.java
  R hibernate-core/src/test/java/org/hibernate/test/common/jta/AtomikosJtaPlatform.java
  M hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java
  M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
  M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/CreateTest.java
  M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
  M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
  M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/MergeTest.java
  M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
  M hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
  M hibernate-core/src/test/java/org/hibernate/test/transaction/jta/BasicDrivingTest.java
  M hibernate-core/src/test/java/org/hibernate/test/transaction/jta/ManagedDrivingTest.java
  R hibernate-core/src/test/java/org/hibernate/testing/tm/ConnectionProviderImpl.java
  R hibernate-core/src/test/java/org/hibernate/testing/tm/TransactionManagerLookupImpl.java
  M hibernate-envers/hibernate-envers.gradle
  M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEntityTest.java
  M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
  M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractSessionTest.java
  M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
  M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
  M hibernate-testing/hibernate-testing.gradle
  A hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java
  M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java

Log Message:
-----------
HHH-6013 - Consolidate on single JTA impl for testing


Commit: ba30df2f952ba230fffcb960563f534e45a61198
    https://github.com/hibernate/hibernate-core/commit/ba30df2f952ba230fffcb960563f534e45a61198
Author: Steve Ebersole <steve at hibernate.org>
Date:   2011-03-16 (Wed, 16 Mar 2011)

Changed paths:
  A documentation/devguide/en-US/Author_Group.xml
  A documentation/devguide/en-US/Batch_Processing.xml
  A documentation/devguide/en-US/Book_Info.xml
  A documentation/devguide/en-US/Caching.xml
  A documentation/devguide/en-US/Chapter.xml
  A documentation/devguide/en-US/Criteria.xml
  A documentation/devguide/en-US/Data_Categorizations.xml
  A documentation/devguide/en-US/Database_Access.xml
  A documentation/devguide/en-US/HQL_JPAQL.xml
  A documentation/devguide/en-US/Hibernate_Development_Guide.ent
  A documentation/devguide/en-US/Hibernate_Development_Guide.xml
  A documentation/devguide/en-US/JMX.xml
  A documentation/devguide/en-US/Locking.xml
  A documentation/devguide/en-US/Mapping_Association.xml
  A documentation/devguide/en-US/Mapping_Entities.xml
  A documentation/devguide/en-US/Native_SQL.xml
  A documentation/devguide/en-US/Preface.xml
  A documentation/devguide/en-US/Revision_History.xml
  A documentation/devguide/en-US/Transactions.xml
  A documentation/devguide/en-US/appendix-Configuration_Properties.xml
  A documentation/devguide/en-US/extras/batch_insert.java
  A documentation/devguide/en-US/extras/bmt-idiom.java
  A documentation/devguide/en-US/extras/browsing_cache.java
  A documentation/devguide/en-US/extras/cache_providers.xml
  A documentation/devguide/en-US/extras/cache_providers_mapping.java
  A documentation/devguide/en-US/extras/check.xml
  A documentation/devguide/en-US/extras/child-column-elements.xml
  A documentation/devguide/en-US/extras/cmt-idiom.java
  A documentation/devguide/en-US/extras/comments.xml
  A documentation/devguide/en-US/extras/database-identity.java
  A documentation/devguide/en-US/extras/default-attribute.xml
  A documentation/devguide/en-US/extras/embedding_SchemaExport.java
  A documentation/devguide/en-US/extras/evicting_from_second_level_cache.java
  A documentation/devguide/en-US/extras/evicting_item.java
  A documentation/devguide/en-US/extras/executeUpdate.java
  A documentation/devguide/en-US/extras/flush_and_clear_session.java
  A documentation/devguide/en-US/extras/foreign-key.xml
  A documentation/devguide/en-US/extras/hibernate.cfg.xml
  A documentation/devguide/en-US/extras/hibernate.properties
  A documentation/devguide/en-US/extras/hql-insert.java
  A documentation/devguide/en-US/extras/hql_delete.java
  A documentation/devguide/en-US/extras/jvm-identity.java
  A documentation/devguide/en-US/extras/length-precision-scale.xml
  A documentation/devguide/en-US/extras/letting_hibernate_find_mapping_files.java
  A documentation/devguide/en-US/extras/notnull-unique.xml
  A documentation/devguide/en-US/extras/opening_a_session.java
  A documentation/devguide/en-US/extras/setCacheRegion.java
  A documentation/devguide/en-US/extras/specify_mapping_files_directly.java
  A documentation/devguide/en-US/extras/specifying_configuration_properties_programmatically.java
  A documentation/devguide/en-US/extras/sql-type.xml
  A documentation/devguide/en-US/extras/timestamp_version.java
  A documentation/devguide/en-US/extras/timestamp_version.xml
  A documentation/devguide/en-US/extras/transaction-bound-Session.java
  A documentation/devguide/en-US/extras/updating_version.java
  A documentation/devguide/en-US/extras/using_a_StatelessSession.java
  A documentation/devguide/en-US/extras/using_scroll.java
  A documentation/devguide/en-US/extras/version_annotation.java
  A documentation/devguide/en-US/extras/version_property.xml
  A documentation/devguide/en-US/images/icon.svg
  R documentation/devguide/pom.xml
  A documentation/devguide/publican.cfg
  R documentation/devguide/src/main/docbook/en-US/Author_Group.xml
  R documentation/devguide/src/main/docbook/en-US/Book_Info.xml
  R documentation/devguide/src/main/docbook/en-US/Hibernate_Developer_Guide.ent
  R documentation/devguide/src/main/docbook/en-US/Hibernate_Developer_Guide.xml
  R documentation/devguide/src/main/docbook/en-US/content/database.xml
  R documentation/devguide/src/main/docbook/en-US/content/preface.xml
  R documentation/devguide/src/main/docbook/en-US/images/hibernate_logo_a.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/css/common.css
  A documentation/devguide/tmp/en-US/html-single/Common_Content/css/default.css
  A documentation/devguide/tmp/en-US/html-single/Common_Content/css/lang.css
  A documentation/devguide/tmp/en-US/html-single/Common_Content/css/overrides.css
  A documentation/devguide/tmp/en-US/html-single/Common_Content/css/print.css
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/1.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/1.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/10.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/10.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/11.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/11.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/12.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/12.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/13.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/13.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/14.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/14.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/15.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/15.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/16.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/16.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/17.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/17.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/18.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/18.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/19.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/19.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/2.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/2.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/20.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/20.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/21.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/21.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/22.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/22.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/23.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/23.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/24.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/24.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/25.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/25.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/26.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/26.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/27.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/27.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/28.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/28.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/29.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/29.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/3.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/3.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/30.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/30.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/31.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/31.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/32.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/32.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/33.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/33.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/34.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/34.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/35.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/35.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/36.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/36.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/37.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/37.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/38.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/38.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/39.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/39.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/4.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/4.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/40.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/40.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/5.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/5.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/6.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/6.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/7.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/7.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/8.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/8.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/9.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/9.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/bkg_gradient.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/caution.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/caution.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/dot.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/dot2.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/green.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/h1-bg.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/image_left.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/image_right.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/important.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/important.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/note.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/note.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/red.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/shine.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/stock-go-back.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/stock-go-forward.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/stock-go-up.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/stock-home.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/tip.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/tip.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/title_logo.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/title_logo.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/warning.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/warning.svg
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-alpha1.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-alpha2.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-beta1.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-beta2.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-blank.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-draft.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-pre-release-candidate.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/watermark-release-candidate.png
  A documentation/devguide/tmp/en-US/html-single/Common_Content/images/yellow.png
  A documentation/devguide/tmp/en-US/html-single/images/icon.svg
  A documentation/devguide/tmp/en-US/html-single/index.html
  A documentation/devguide/tmp/en-US/xml/Author_Group.xml
  A documentation/devguide/tmp/en-US/xml/Batch_Processing.xml
  A documentation/devguide/tmp/en-US/xml/Book_Info.xml
  A documentation/devguide/tmp/en-US/xml/Caching.xml
  A documentation/devguide/tmp/en-US/xml/Chapter.xml
  A documentation/devguide/tmp/en-US/xml/Common_Content/Conventions.xml
  A documentation/devguide/tmp/en-US/xml/Common_Content/Feedback.xml
  A documentation/devguide/tmp/en-US/xml/Common_Content/Legal_Notice.xml
  A documentation/devguide/tmp/en-US/xml/Common_Content/css/common.css
  A documentation/devguide/tmp/en-US/xml/Common_Content/css/default.css
  A documentation/devguide/tmp/en-US/xml/Common_Content/css/lang.css
  A documentation/devguide/tmp/en-US/xml/Common_Content/css/overrides.css
  A documentation/devguide/tmp/en-US/xml/Common_Content/css/print.css
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/1.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/1.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/10.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/10.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/11.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/11.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/12.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/12.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/13.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/13.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/14.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/14.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/15.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/15.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/16.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/16.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/17.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/17.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/18.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/18.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/19.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/19.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/2.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/2.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/20.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/20.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/21.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/21.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/22.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/22.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/23.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/23.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/24.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/24.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/25.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/25.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/26.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/26.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/27.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/27.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/28.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/28.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/29.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/29.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/3.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/3.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/30.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/30.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/31.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/31.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/32.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/32.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/33.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/33.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/34.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/34.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/35.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/35.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/36.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/36.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/37.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/37.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/38.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/38.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/39.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/39.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/4.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/4.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/40.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/40.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/5.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/5.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/6.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/6.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/7.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/7.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/8.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/8.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/9.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/9.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/bkg_gradient.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/caution.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/caution.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/dot.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/dot2.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/green.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/h1-bg.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/image_left.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/image_right.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/important.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/important.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/note.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/note.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/red.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/shine.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/stock-go-back.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/stock-go-forward.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/stock-go-up.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/stock-home.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/tip.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/tip.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/title_logo.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/title_logo.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/warning.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/warning.svg
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-alpha1.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-alpha2.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-beta1.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-beta2.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-blank.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-draft.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-pre-release-candidate.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/watermark-release-candidate.png
  A documentation/devguide/tmp/en-US/xml/Common_Content/images/yellow.png
  A documentation/devguide/tmp/en-US/xml/Criteria.xml
  A documentation/devguide/tmp/en-US/xml/Data_Categorizations.xml
  A documentation/devguide/tmp/en-US/xml/Database_Access.xml
  A documentation/devguide/tmp/en-US/xml/HQL_JPAQL.xml
  A documentation/devguide/tmp/en-US/xml/Hibernate_Development_Guide.ent
  A documentation/devguide/tmp/en-US/xml/Hibernate_Development_Guide.xml
  A documentation/devguide/tmp/en-US/xml/JMX.xml
  A documentation/devguide/tmp/en-US/xml/Locking.xml
  A documentation/devguide/tmp/en-US/xml/Mapping_Association.xml
  A documentation/devguide/tmp/en-US/xml/Mapping_Entities.xml
  A documentation/devguide/tmp/en-US/xml/Native_SQL.xml
  A documentation/devguide/tmp/en-US/xml/Preface.xml
  A documentation/devguide/tmp/en-US/xml/Revision_History.xml
  A documentation/devguide/tmp/en-US/xml/StatelessSession.xml
  A documentation/devguide/tmp/en-US/xml/Transactions.xml
  A documentation/devguide/tmp/en-US/xml/appendix-Configuration_Properties.xml
  A documentation/devguide/tmp/en-US/xml/content/Batch_Processing.xml
  A documentation/devguide/tmp/en-US/xml/content/Caching.xml
  A documentation/devguide/tmp/en-US/xml/content/Criteria.xml
  A documentation/devguide/tmp/en-US/xml/content/Data_Categorizations.xml
  A documentation/devguide/tmp/en-US/xml/content/Database_Access.xml
  A documentation/devguide/tmp/en-US/xml/content/HQL_JPAQL.xml
  A documentation/devguide/tmp/en-US/xml/content/JMX.xml
  A documentation/devguide/tmp/en-US/xml/content/Locking.xml
  A documentation/devguide/tmp/en-US/xml/content/Mapping_Association.xml
  A documentation/devguide/tmp/en-US/xml/content/Mapping_Entities.xml
  A documentation/devguide/tmp/en-US/xml/content/Native_SQL.xml
  A documentation/devguide/tmp/en-US/xml/content/Transactions.xml
  A documentation/devguide/tmp/en-US/xml/content/appendix-Configuration_Properties.xml
  A documentation/devguide/tmp/en-US/xml/extras/batch_insert.java
  A documentation/devguide/tmp/en-US/xml/extras/bmt-idiom.java
  A documentation/devguide/tmp/en-US/xml/extras/browsing_cache.java
  A documentation/devguide/tmp/en-US/xml/extras/cache_providers.xml
  A documentation/devguide/tmp/en-US/xml/extras/cache_providers_mapping.java
  A documentation/devguide/tmp/en-US/xml/extras/check.xml
  A documentation/devguide/tmp/en-US/xml/extras/child-column-elements.xml
  A documentation/devguide/tmp/en-US/xml/extras/cmt-idiom.java
  A documentation/devguide/tmp/en-US/xml/extras/comments.xml
  A documentation/devguide/tmp/en-US/xml/extras/database-identity.java
  A documentation/devguide/tmp/en-US/xml/extras/default-attribute.xml
  A documentation/devguide/tmp/en-US/xml/extras/embedding_SchemaExport.java
  A documentation/devguide/tmp/en-US/xml/extras/evicting_from_second_level_cache.java
  A documentation/devguide/tmp/en-US/xml/extras/evicting_item.java
  A documentation/devguide/tmp/en-US/xml/extras/executeUpdate.java
  A documentation/devguide/tmp/en-US/xml/extras/flush_and_clear_session.java
  A documentation/devguide/tmp/en-US/xml/extras/foreign-key.xml
  A documentation/devguide/tmp/en-US/xml/extras/hibernate.cfg.xml
  A documentation/devguide/tmp/en-US/xml/extras/hibernate.properties
  A documentation/devguide/tmp/en-US/xml/extras/hql-insert.java
  A documentation/devguide/tmp/en-US/xml/extras/hql_delete.java
  A documentation/devguide/tmp/en-US/xml/extras/jvm-identity.java
  A documentation/devguide/tmp/en-US/xml/extras/length-precision-scale.xml
  A documentation/devguide/tmp/en-US/xml/extras/letting_hibernate_find_mapping_files.java
  A documentation/devguide/tmp/en-US/xml/extras/notnull-unique.xml
  A documentation/devguide/tmp/en-US/xml/extras/opening_a_session.java
  A documentation/devguide/tmp/en-US/xml/extras/setCacheRegion.java
  A documentation/devguide/tmp/en-US/xml/extras/specify_mapping_files_directly.java
  A documentation/devguide/tmp/en-US/xml/extras/specifying_configuration_properties_programmatically.java
  A documentation/devguide/tmp/en-US/xml/extras/sql-type.xml
  A documentation/devguide/tmp/en-US/xml/extras/timestamp_version.java
  A documentation/devguide/tmp/en-US/xml/extras/timestamp_version.xml
  A documentation/devguide/tmp/en-US/xml/extras/transaction-bound-Session.java
  A documentation/devguide/tmp/en-US/xml/extras/updating_version.java
  A documentation/devguide/tmp/en-US/xml/extras/using_a_StatelessSession.java
  A documentation/devguide/tmp/en-US/xml/extras/using_scroll.java
  A documentation/devguide/tmp/en-US/xml/extras/version_annotation.java
  A documentation/devguide/tmp/en-US/xml/extras/version_property.xml
  A documentation/devguide/tmp/en-US/xml/images/icon.svg
  A documentation/devguide/tmp/en-US/xml_tmp/Author_Group.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Batch_Processing.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Book_Info.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Caching.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Chapter.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Criteria.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Data_Categorizations.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Database_Access.xml
  A documentation/devguide/tmp/en-US/xml_tmp/HQL_JPAQL.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Hibernate_Development_Guide.ent
  A documentation/devguide/tmp/en-US/xml_tmp/Hibernate_Development_Guide.xml
  A documentation/devguide/tmp/en-US/xml_tmp/JMX.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Locking.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Mapping_Association.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Mapping_Entities.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Native_SQL.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Preface.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Revision_History.xml
  A documentation/devguide/tmp/en-US/xml_tmp/StatelessSession.xml
  A documentation/devguide/tmp/en-US/xml_tmp/Transactions.xml
  A documentation/devguide/tmp/en-US/xml_tmp/appendix-Configuration_Properties.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Batch_Processing.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Caching.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Criteria.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Data_Categorizations.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Database_Access.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/HQL_JPAQL.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/JMX.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Locking.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Mapping_Association.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Mapping_Entities.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Native_SQL.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/Transactions.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/appendix-Configuration_Properties.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/batch_insert.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/bmt-idiom.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/browsing_cache.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/cache_providers.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/cache_providers_mapping.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/check.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/child-column-elements.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/cmt-idiom.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/comments.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/database-identity.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/default-attribute.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/embedding_SchemaExport.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/evicting_from_second_level_cache.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/evicting_item.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/executeUpdate.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/flush_and_clear_session.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/foreign-key.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/hibernate.cfg.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/hibernate.properties
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/hql-insert.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/hql_delete.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/jvm-identity.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/length-precision-scale.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/letting_hibernate_find_mapping_files.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/notnull-unique.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/opening_a_session.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/setCacheRegion.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/specify_mapping_files_directly.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/specifying_configuration_properties_programmatically.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/sql-type.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/timestamp_version.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/timestamp_version.xml
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/transaction-bound-Session.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/updating_version.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/using_a_StatelessSession.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/using_scroll.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/version_annotation.java
  A documentation/devguide/tmp/en-US/xml_tmp/content/extras/version_property.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/batch_insert.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/bmt-idiom.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/browsing_cache.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/cache_providers.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/cache_providers_mapping.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/check.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/child-column-elements.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/cmt-idiom.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/comments.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/database-identity.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/default-attribute.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/embedding_SchemaExport.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/evicting_from_second_level_cache.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/evicting_item.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/executeUpdate.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/flush_and_clear_session.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/foreign-key.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/hibernate.cfg.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/hibernate.properties
  A documentation/devguide/tmp/en-US/xml_tmp/extras/hql-insert.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/hql_delete.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/jvm-identity.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/length-precision-scale.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/letting_hibernate_find_mapping_files.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/notnull-unique.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/opening_a_session.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/setCacheRegion.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/specify_mapping_files_directly.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/specifying_configuration_properties_programmatically.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/sql-type.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/timestamp_version.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/timestamp_version.xml
  A documentation/devguide/tmp/en-US/xml_tmp/extras/transaction-bound-Session.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/updating_version.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/using_a_StatelessSession.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/using_scroll.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/version_annotation.java
  A documentation/devguide/tmp/en-US/xml_tmp/extras/version_property.xml
  A documentation/devguide/tmp/en-US/xml_tmp/images/icon.svg
  A documentation/devguide/tmp/en-US/xml_tmp/letting_hibernate_find_mapping_files.java
  A documentation/devguide2/pom.xml
  A documentation/devguide2/src/main/docbook/en-US/Author_Group.xml
  A documentation/devguide2/src/main/docbook/en-US/Book_Info.xml
  A documentation/devguide2/src/main/docbook/en-US/Hibernate_Developer_Guide.ent
  A documentation/devguide2/src/main/docbook/en-US/Hibernate_Developer_Guide.xml
  A documentation/devguide2/src/main/docbook/en-US/content/database.xml
  A documentation/devguide2/src/main/docbook/en-US/content/preface.xml
  A documentation/devguide2/src/main/docbook/en-US/images/hibernate_logo_a.png
  M hibernate-entitymanager/src/main/docbook/en/modules/configuration.xml
  M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java
  M hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
  A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/SessionFactoryObserverTest.java
  M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicJdbcTransactionalTestCase.java
  M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
  M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedClassLoaderTest.java

Log Message:
-----------
Merge branch 'master' of github.com:hibernate/hibernate-core


Compare: https://github.com/hibernate/hibernate-core/compare/5c8e4f1...ba30df2


More information about the hibernate-commits mailing list