|
1 |
| -Hibernate 5.0 Changelog |
| 1 | +Hibernate 5 Changelog |
2 | 2 | =======================
|
3 | 3 |
|
4 | 4 | Note: Please refer to JIRA to learn more about each issue.
|
5 | 5 |
|
6 | 6 |
|
| 7 | +Changes in 5.2.7.Final (January 19, 2017) |
| 8 | +------------------------------------------------------------------------------------------------------------------------ |
| 9 | +https://hibernate.atlassian.net/projects/HHH/versions/26401 |
| 10 | + |
| 11 | +** Bug |
| 12 | + * [HHH-4712] - Field named "id" (but not an @Id) in a class referenced via join table leads to "Column 'col_1_1_' not found" when retrieving old versions |
| 13 | + * [HHH-8973] - support auditing revised properties on detatched objects |
| 14 | + * [HHH-9108] - Envers with Embeddable having a collection of other entities results in PropertyAccessException: IllegalArgumentException |
| 15 | + * [HHH-9834] - Audit table creation fails for ElementCollection Map with CLOB/NCLOB element column |
| 16 | + * [HHH-10183] - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9 |
| 17 | + * [HHH-10561] - Join on treated root not rendered in HQL |
| 18 | + * [HHH-11134] - StringIndexOutOfBoundsException in BooleanTypeDescriptor |
| 19 | + * [HHH-11173] - Bytecode enhanced lazy collection won't load from cache |
| 20 | + * [HHH-11202] - IllegalAccessException on Embeddable ID after serializing Getter in cache key |
| 21 | + * [HHH-11236] - JPA hbm2ddl auto-generation creates ddl with invalid syntax for Unique Key with any MySQLDialect |
| 22 | + * [HHH-11242] - Unable to enhance property from MappedSuperclass: class is frozen |
| 23 | + * [HHH-11284] - Enhancer dirty tracking doesn't work with inherited entities |
| 24 | + * [HHH-11309] - Cannot install Hibernate feature into Karaf 4.0.7 |
| 25 | + * [HHH-11323] - Evict during concurrent update and putFromLoad can result in stale entry in 2LC |
| 26 | + * [HHH-11350] - Intermittent failure in testEvictAll/testRemoveAll |
| 27 | + * [HHH-11352] - Hibernate & Paging: BROKEN when a column contains the word "FROM" for SQL Server |
| 28 | + * [HHH-11364] - Unable to populate an ElementCollection (of an embeddable type) of an audited entity when the collection has a null value for a property with JoinColumn |
| 29 | + * [HHH-11369] - gradle tasks fail to list |
| 30 | + * [HHH-11375] - SINGLE_TABLE associated entity query missing restriction of DiscriminatorColumn |
| 31 | + * [HHH-11376] - Malformed SQL query sent to SQL Server with left outer join and pessimistic lock |
| 32 | + * [HHH-11383] - Envers Query API: Cannot traverse relation of superclass with table-per-subclass mapping |
| 33 | + * [HHH-11393] - Hibernate/JPA CriteriaQuery trim function generate wrong SQL for PostgreSQL |
| 34 | + * [HHH-11394] - Custom WildFly modules include a duplicate dependency on Javassist |
| 35 | + * [HHH-11400] - HHH90000016: Found use of deprecated 'collection property' issue for valid JPQL query |
| 36 | + * [HHH-11401] - Subquery join rewrite produces wrong SQL in some cases |
| 37 | + * [HHH-11404] - ManagedSuperclass not enhanced when extending another ManagedSuperclass |
| 38 | + * [HHH-11407] - JPA + JDBC transaction - when a commit fails rollback is executed twice |
| 39 | + |
| 40 | +** Task |
| 41 | + * [HHH-11382] - Upgrade WildFly version used for integration tests to 10.1.0.Final |
| 42 | + |
| 43 | +** Improvement |
| 44 | + * [HHH-10858] - Could not find matching type descriptor for requested Java class [...]; using fallback |
| 45 | + * [HHH-11339] - PutFromLoads in replicated/distributed caches should propagate asynchronously |
| 46 | + * [HHH-11344] - Reduce execution time of hibernate-infinispan testsuite |
| 47 | + * [HHH-11370] - Consider making javax.enterprise:cdi-api dependency "provided" |
| 48 | + * [HHH-11377] - ReflectHelper#getConstantValue should consider digits as well |
| 49 | + * [HHH-11388] - Fix documentation typos spotted by FabioUeno |
| 50 | + * [HHH-11389] - Upgrade Byte Buddy to 1.6.0 |
| 51 | + * [HHH-11395] - ServiceRegistry#getService(...) throws NPE when service initiator returns null |
| 52 | + * [HHH-11408] - Fixing typos in documentation |
| 53 | + |
| 54 | + |
7 | 55 | Changes in 5.2.6.Final (December 20, 2016)
|
8 | 56 | ------------------------------------------------------------------------------------------------------------------------
|
9 | 57 | https://hibernate.atlassian.net/projects/HHH/versions/26100
|
|
0 commit comments