Hibernate 5 Changelog
=======================
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.5.8.Final (October 13, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31982
** Bug
* [HHH-14828] - Bytecode enhancement generates invalid bytecode for final fields
* [HHH-14827] - @AttributeOverride at type level does not work when also using orm.xml
* [HHH-14826] - Regression: OneToOne fields are always null if parent is loaded from L2 cache
* [HHH-14796] - Cannot replace an existing JPQL NamedQuery with a native NamedQuery
** Deprecation
* [HHH-14847] - Deprecate JMX integration
* [HHH-14845] - Deprecate JACC integration
Changes in 5.5.7.Final (August 25, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31970
** Bug
* [HHH-14760] - Close resource - potential resource leak
** Improvement
* [HHH-14777] - Support LockOptions.SKIP_LOCKED for MariaDB 10.6+
* [HHH-14625] - Avoid performing a ServiceRegistryLookup in JtaTransactionCoordinatorImpl constructor
** Task
* [HHH-14788] - Upgrade to Byteman 4.0.16
* [HHH-14776] - Optimize Loader instantiate when EntityPersister is known
* [HHH-14773] - JdbcCoordinatorImpl micro improvement: unguarded tracev parameters should be constant
* [HHH-14771] - Upgrade to Byte Buddy 1.11.12
Changes in 5.5.6.Final (August 04, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31968
** Bug
* [HHH-14768] - hibernate-jpamodelgen fails to generate metamodel for recursive type variable definition
Changes in 5.5.5.Final (July 29, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31963
** Bug
* [HHH-14740] - HHH-14740 Still need the nullcheck removed in HHH-14727
* [HHH-14724] - Metamodel generates invalid model classes for converters and user types
** Improvement
* [HHH-14755] - Allow to instantiate a DefaultIdentifierGeneratorFactory which does not bind to the BeanManager
** Task
* [HHH-10661] - Method serialize() in StatefulPersistenceContext has duplicate code
Changes in 5.5.4.Final (July 19, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31959
** Bug
* [HHH-14730] - Failure during lazy loading of bytecode-enhancement proxy triggered by the loading of a collection with eager references to that proxy
* [HHH-14722] - InformationExtractorJdbcDatabaseMetaDataImpl#getCurrentSchema() method returns currentCatalog if schema == null
* [HHH-14720] - Aliases generated for mixed-case column names that end in a number are not all lower-case
* [HHH-14719] - Hibernate has a dependency on apache-derby:10.11.1.1 that is vulnerable to CVE-2015-1832 with a CVSS of 9.1 and CVE-2018-1313 with a CVSS of 5.3
* [HHH-14715] - Hibernate has a dependency to maven-core:3.0.5 that is vulnerable to CVE-2021-26291 with a CVSS of 9.1
* [HHH-14608] - Merge causes StackOverflow when JPA proxy compliance is enabled
** Improvement
* [HHH-14734] - No good reason tu use TypeCache(s) with WithInlineExpunction in ByteBuddy proxy generation
* [HHH-14733] - Not useful to clear the bycodeprovider caches on sessionFactoryClosing
* [HHH-14732] - ProxyDefinitionHelpers are immutable and can be declared static
* [HHH-14731] - Simplify SPI ProxyFactoryFactory#buildBasicProxyFactory to accept a single class or interface only
* [HHH-14728] - Include CamelCaseToUnderscoresNamingStrategy from Spring Boot
* [HHH-14727] - Minor code cleanup in StandardSQLExceptionConverter
* [HHH-14706] - Improve error message on incompatible types due to mismatched classloader
* [HHH-14688] - Get IdentifierGenerator from BeanContainer if not registered
** Task
* [HHH-14709] - Upgrade to Gradle 6.7.1 and move to Gradle's built-in way of testing Java modules
* [HHH-14707] - Upgrade to Byte Buddy 1.11.8
Changes in 5.5.3.Final (June 22, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31957
** Bug
* [HHH-14654] - geolatte-geom Geometry types no longer works with geography column types
* [HHH-14597] - Regression bug: could not resolve property: null of:
* [HHH-13788] - Schema update try to recreate existing tables
* [HHH-4808] - SessionImpl.initializeCollection() does not release JDBC connection (if outside of a transaction)
** Improvement
* [HHH-14691] - Small optimisation for updating Query Cache Statistics
* [HHH-14690] - Avoid fully resetting StatisticsImpl just after its constructor
** New Feature
* [HHH-11817] - Allow schema-export commands written to file to truncate in addition to current appending
Changes in 5.5.2.Final (June 14, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31957
** Bug
* [HHH-14609] - Fetch join association within fetched element collection fails
* [HHH-14608] - Merge causes StackOverflow when JPA proxy compliance is enabled
** Task
* [HHH-14599] - Upgrade to Gradle 7 in support of Java 17
Changes in 5.5.0.Final (June 01, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31946
** Bug
* [HHH-14139] - BasicBinder Trace Logging Causes Duplicated Message
** Improvement
* [HHH-14632] - Call statistics.queryPlanCacheHit and statistics.queryPlanCacheMiss for FilterQueryPlan and NativeSQLQueryPlan
* [HHH-14624] - Oracle from version 12 started supporting the `offset ? rows fetch next ? rows only`syntax for pagination
* [HHH-14240] - Stop generating fragments of SQL as uppercase
** Task
* [HHH-14635] - Upgrade to latest JUnit and to Log4j 2
Changes in 5.5.0.CR1 (May 24, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31942
** Bug
* [HHH-14620] - Retrieving a collection from an entity triggers collection initialization (with extended bytecode enhancement enabled)
* [HHH-14619] - ClassCastException because collection of uninitialized proxy is dirty checked
* [HHH-14616] - Optimistic Lock throws org.hibernate.exception.SQLGrammarException: could not retrieve version
* [HHH-14596] - WhereAnnotatedOneToManySizeTest fails on HANA database
** Improvement
* [HHH-14622] - Improved iteration of PreLoadEventListener
* [HHH-14621] - Introduce new methods on EventListenerGroup which allow Hibernate Reactive to fire events more efficiently
* [HHH-14618] - Having the possibility to include several SQL files into the import.sql file
* [HHH-14574] - Avoid NullPointerExceptions from LoadContexts.cleanup(ResultSet)
** Task
* [HHH-14610] - Upgrade to Byte Buddy 1.10.22
Changes in 5.5.0.Beta1 (May 12, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31938
** Bug
* [HHH-14541] - SessionFactoryObserver#sessionFactoryClosing() gets called after the session factory is marked as closed
* [HHH-13779]
没有合适的资源?快使用搜索试试~ 我知道了~
Hibernate稳定版(hibernate-release-5.5.8.Final.zip)
共19088个文件
java:10377个
html:7063个
xml:800个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 197 浏览量
2022-01-07
10:48:30
上传
评论
收藏 66.95MB ZIP 举报
温馨提示
Hibernate稳定版(hibernate-release-5.5.8.Final.zip),Hibernate ORM 是一个为应用程序、库和框架提供对象/关系映射 (ORM) 支持的库。它还提供了 JPA 规范的实现,这是 ORM 的标准 Java 规范。
资源推荐
资源详情
资源评论
收起资源包目录
Hibernate稳定版(hibernate-release-5.5.8.Final.zip) (19088个子文件)
org.hibernate.boot.spi.AdditionalJaxbMappingProducer 528B
Configurations.adoc 88KB
Annotations.adoc 76KB
HQL.adoc 72KB
Envers.adoc 71KB
basic_types.adoc 63KB
PersistenceContext.adoc 56KB
Native.adoc 34KB
collections.adoc 31KB
Caching.adoc 31KB
identifiers.adoc 28KB
associations.adoc 28KB
ServiceRegistries.adoc 28KB
entity.adoc 25KB
Fetching.adoc 25KB
Database_Access.adoc 22KB
Services.adoc 21KB
Transactions.adoc 21KB
Locking.adoc 20KB
Batching.adoc 19KB
Legacy_Criteria.adoc 17KB
Bootstrap.adoc 16KB
inheritance.adoc 15KB
BestPractices.adoc 15KB
Spatial.adoc 14KB
MetamodelGenerator.adoc 14KB
MultiTenancy.adoc 13KB
Criteria.adoc 13KB
Events.adoc 13KB
Legacy_Native_Queries.adoc 12KB
OSGi.adoc 12KB
NativeBootstrapping.adoc 11KB
embeddables.adoc 11KB
tutorial_native.adoc 10KB
Statistics.adoc 10KB
Flushing.adoc 10KB
mapping-model.adoc 9KB
GeneratedValues.adoc 9KB
BytecodeEnhancement.adoc 8KB
Schema.adoc 7KB
Portability.adoc 7KB
naming.adoc 7KB
natural_id.adoc 6KB
BytecodeEnhancement.adoc 6KB
CustomSessionFactory.adoc 5KB
LegacyBootstrapping.adoc 5KB
access.adoc 4KB
tutorial_jpa.adoc 4KB
Legacy_Bootstrap.adoc 4KB
Preface.adoc 4KB
obtaining.adoc 4KB
Logging.adoc 4KB
test-case-guide.adoc 3KB
tutorial_annotations.adoc 3KB
types.adoc 3KB
immutability.adoc 3KB
preface.adoc 3KB
Legacy_DomainModel.adoc 3KB
dynamic_model.adoc 3KB
index.adoc 3KB
JpaBootstrapping.adoc 3KB
tutorial_envers.adoc 2KB
Architecture.adoc 2KB
Hibernate_User_Guide.adoc 2KB
DomainModel.adoc 2KB
JNDI.adoc 1KB
migration-guide.adoc 1KB
Preface.adoc 1KB
Wildfly.adoc 972B
Bibliography.adoc 397B
index.adoc 247B
Hibernate_Integration_Guide.adoc 186B
jandex.bnd 231B
el-api.bnd 108B
cdi-api.bnd 106B
COPYRIGHT 866B
jstree-style.css 32KB
jstree-style.css 32KB
jstree-style.css 32KB
asciidoctor.css 29KB
asciidoctor.css 29KB
asciidoctor.css 29KB
hibernate-fonts.css 25KB
hibernate-fonts.css 25KB
hibernate-fonts.css 25KB
stylesheet.css 13KB
hibernate-layout.css 7KB
hibernate-layout.css 7KB
hibernate-layout.css 7KB
stylesheet.css 3KB
hibernate.css 105B
hibernate.css 105B
hibernate.css 105B
jstree-toc.css 102B
jstree-toc.css 102B
jstree-toc.css 102B
db2_11_env 268B
hibernate-mapping-3.0.dtd 45KB
hibernate-configuration-3.0.dtd 3KB
ex2-meta-inf 75B
共 19088 条
- 1
- 2
- 3
- 4
- 5
- 6
- 191
资源评论
YunFeiDong
- 粉丝: 171
- 资源: 4034
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功