Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: eab5fb28685c8aeb27164f96dceea27c777a1f96
https://github.com/hibernate/hibernate-orm/commit/eab5fb28685c8aeb27164f9...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2018-09-06 (Thu, 06 Sep 2018)
Changed paths:
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
M documentation/src/main/asciidoc/userguide/chapters/portability/Portability.adoc
A documentation/src/main/asciidoc/userguide/chapters/statistics/Statistics.adoc
M hibernate-core/src/main/java/org/hibernate/stat/Statistics.java
Log Message:
-----------
HHH-12952 - Document the hibernate.statistics.query_max_size behavior and explain its implications
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: bb9e22eb1de457cf8a757de81ea2e7e366fe09cd
https://github.com/hibernate/hibernate-ogm/commit/bb9e22eb1de457cf8a757de...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
M core/src/main/java/org/hibernate/ogm/boot/impl/OgmServiceRegistryInitializer.java
A core/src/test/java/org/hibernate/ogm/backendtck/jpa/JPAConfigWithoutProviderTest.java
M core/src/test/java/org/hibernate/ogm/test/boot/StandAloneNoOgmTest.java
M core/src/test/java/org/hibernate/ogm/test/jpa/JPAStandaloneNoOGMTest.java
M core/src/test/resources/persistencexml/no-ogm.xml
A core/src/test/resources/persistencexml/ogm-noprovider.xml
Log Message:
-----------
OGM-1517 Allow implicit activation of OGM over ORM
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 50990dd76b1f682adb997fd14f5bb83b055a53df
https://github.com/hibernate/hibernate-orm/commit/50990dd76b1f682adb997fd...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/relational/Database.java
M hibernate-core/src/main/java/org/hibernate/boot/model/relational/Namespace.java
M hibernate-core/src/main/java/org/hibernate/id/ExportableColumn.java
M hibernate-core/src/test/java/org/hibernate/test/boot/database/qualfiedTableNaming/NamespaceTest.java
Log Message:
-----------
HHH-12954 Refactor boot/model/relational/Database to avoid holding references to MetadataBuildingOptions
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 8cf00ad3fd10c322e1190da47f83ba34527b3cd0
https://github.com/hibernate/hibernate-orm/commit/8cf00ad3fd10c322e1190da...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryBuilderImplementor.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryBuilderImplementor.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceInitiatorContext.java
M hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.java
M hibernate-core/src/main/java/org/hibernate/type/spi/TypeConfiguration.java
Log Message:
-----------
HHH-12947 Remove need for BootstrapContext where it's unused
Commit: 935601e29d1f77db5b41b54bb1fe393b2269e03f
https://github.com/hibernate/hibernate-orm/commit/935601e29d1f77db5b41b54...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryBuilderImpl.java
Log Message:
-----------
HHH-12948 Allow using a custom SessionFactoryOptionsBuilder to create a SessionFactoryBuilderImpl
Compare: https://github.com/hibernate/hibernate-orm/compare/b3c2c2fe47ef...935601e...
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: b3c2c2fe47ef5cf35c5ae1bf64e89efddbc716dc
https://github.com/hibernate/hibernate-orm/commit/b3c2c2fe47ef5cf35c5ae1b...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2018-09-03 (Mon, 03 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/main/java/org/hibernate/stat/Statistics.java
M hibernate-core/src/main/java/org/hibernate/stat/internal/StatisticsImpl.java
A hibernate-core/src/test/java/org/hibernate/test/stats/ExplicitQueryStatsMaxSizeTest.java
A hibernate-core/src/test/java/org/hibernate/test/stats/QueryStatsMaxSizeTest.java
Log Message:
-----------
HHH-12933 - Generate_statistics grows QueryStatistics ConcurrentHashMap indefinitely
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 440a2ef49096ecd7051520c288256a264cbd6e73
https://github.com/hibernate/hibernate-orm/commit/440a2ef49096ecd7051520c...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2018-09-03 (Mon, 03 Sep 2018)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc
M gradle/libraries.gradle
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java
A hibernate-core/src/main/java/org/hibernate/engine/transaction/jta/platform/internal/AtomikosJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/jta/platform/internal/StandardJtaPlatformResolver.java
A hibernate-core/src/test/java/org/hibernate/test/lazyload/AtomikosJtaLazyLoadingTest.java
Log Message:
-----------
HHH-12929 - Add AtomikosJtaPlatform implementation
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.