Skip to content

Commit 6258647

Browse files
committed
4.3.0.Beta5 release
1 parent cf903b7 commit 6258647

File tree

2 files changed

+89
-2
lines changed

2 files changed

+89
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232
}
3333

34-
ext.hibernateTargetVersion = '4.3.0-SNAPSHOT'
34+
ext.hibernateTargetVersion = '4.3.0.Beta5'
3535
ext.javaLanguageLevel = "1.6"
3636

3737
idea {

changelog.txt

+88-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,94 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
55
refer to the particular case on JIRA using the issue tracking number to learn
66
more about each case.
77

8-
Changes in version 4.3.0.Beta4 (2013.05.29)
8+
Changes in version 4.3.0.Beta5 (2013.10.09)
9+
------------------------------------------------------------------------------------------------------------------------
10+
https://hibernate.atlassian.net/browse/HHH/fixforversion/14250
11+
12+
** Technical task
13+
* [HHH-7841] - Introduce LoadPlan
14+
* [HHH-8276] - Integrate LoadPlans into UniqueEntityLoader (PoC)
15+
* [HHH-8354] - New dirty-checking options based on bytecode enhancement
16+
17+
** Bug
18+
* [HHH-1835] - mysql dialect doesn't contain standard deviation/std() function
19+
* [HHH-3812] - Documentation says bags are Lists in Java, but are not
20+
* [HHH-4118] - Hibernate ignores invalid values for hibernate.hbm2ddl.auto
21+
* [HHH-5744] - Return value check missing for ResultSet.next method
22+
* [HHH-5818] - Malformed exception message
23+
* [HHH-6255] - SchemaExport quote foreignkey names not correct
24+
* [HHH-6576] - NPE in HibernateUtil in case there is no default configuration
25+
* [HHH-7513] - PropertyAccessException while reattachement: could not get a field value by reflection getter
26+
* [HHH-7689] - Error executing batch should abort rest of batch for "cleanliness" sake
27+
* [HHH-8328] - Typo in Query.list Javadoc
28+
* [HHH-8394] - Wrong processing of package-info.java on Windows
29+
* [HHH-8432] - Wrong bindings of named parameters in IN clause
30+
* [HHH-8434] - CriteriaUpdate doesn't separate multiple assignments in rendered string
31+
* [HHH-8500] - Interbase does not have a boolean type
32+
* [HHH-8502] - EnversIntegrator#disintegrate needs to check config for null
33+
* [HHH-8509] - malformed LOG.tracef() throws exception
34+
* [HHH-8514] - EntityManager#createQuery(CriteriaQuery) should throw IAE rather than ISE
35+
* [HHH-8515] - EntityManager#createStoredProcedureQuery( String, String...) should throw IAE if result set mapping name(s) do not exist
36+
* [HHH-8516] - EnumeratedTypeTest.testTrimmedEnum fails on oracle databases
37+
* [HHH-8517] - ResultSet#getDate includes time in oracle12c JDBC
38+
* [HHH-8518] - Validate EMF#addNamedQuery transfers all query settings
39+
* [HHH-8522] - CompositeIdTypeBindingTest.testCompositeTypeBinding fails on sybase157
40+
* [HHH-8523] - Incorrect parameter binding for Calendar and TemporalType
41+
* [HHH-8530] - Align JPA "positional parameter" handling in javax.persistence.Parameter impl
42+
* [HHH-8532] - ManagedType#getAttribute(String) should throw IAE rather than return null
43+
* [HHH-8533] - Add tests of JPA Metamodel handling for MappedSuperclass and mixed @Id/@IdClass declaration
44+
* [HHH-8537] - @UniqueConstraint naming non-existent column leads to NPE
45+
* [HHH-8539] - @Column#table naming primary table fails
46+
* [HHH-8540] - Throw ISE on attempts to create EntityManager using any form of createEntityManager accepting SynchronizationType if RESOURCE_LOCAL
47+
* [HHH-8541] - EntityManager#getLockMode should technically throw TransactionRequiredException if transaction is not active
48+
* [HHH-8542] - javax.persistence.Query#setLockMode should throw ISE if not a SELECT JPQL or Criteria query
49+
* [HHH-8543] - Complete org.hibernate.ejb.HibernatePersistence deprecation
50+
* [HHH-8548] - HHH-3047 causes regressions
51+
* [HHH-8549] - JPQL TREAT keyword handling is currently case sensitive
52+
* [HHH-8551] - Cannot use with-clause on the RHS of a join
53+
* [HHH-8553] - hibernate-osgi needs to support alternative locations for hibernate.cfg.xml
54+
* [HHH-8556] - QueryStructure#collectCorrelatedJoins should add correlationRoots implementing Join
55+
* [HHH-8561] - hibernate.dialect_resolvers causes failures
56+
* [HHH-8563] - javax.persistence.Query#getLockMode should throw ISE in some cases
57+
* [HHH-8576] - Query not properly locking non-versioned entities associated with PersistenceContext
58+
* [HHH-8578] - Bulk delete cascading into many-to-many join table not properly handling where clause
59+
* [HHH-8580] - NPE while deleting items from collection
60+
* [HHH-8584] - Prefer returning UNKNOWN from PersistenceUtilHelper
61+
* [HHH-8586] - Synchronization beforeCompletion/afterCompletion should check if TransactionCoordinator is closed
62+
* [HHH-8593] - EntityManager.refresh should throw EntityNotFoundException if the entity no longer exists in the database
63+
64+
** Improvement
65+
* [HHH-2155] - mysql dialect should not generate automatically index for foreign key
66+
* [HHH-4577] - 2L query cache: Low performance of flush and commit due many unnecessary (pre)invalidate calls on UpdateTimestampsCache
67+
* [HHH-7130] - Evicting query regions is not logged
68+
* [HHH-7150] - evictAll() method is missing in SessionFactory getCache()
69+
* [HHH-8453] - Investigate improving DriverManager-based connection pooling
70+
* [HHH-8476] - Bulk delete doesn't cascade delete on join table
71+
* [HHH-8503] - invoke determineDialect instead of constructDialect when hibernate.dialect is blank
72+
* [HHH-8504] - resolve proper dialect for mysql5 when determine by connection metadata
73+
* [HHH-8521] - LockMode should be checked on query execution, not during call to setLockMode
74+
* [HHH-8560] - Add (trace/debug) logging of SQL ResultSet mapping info
75+
76+
** New Feature
77+
* [HHH-4910] - automatic L2 collection cache eviction when an element is added/updated/removed
78+
* [HHH-8478] - AttributeConverters need to be applied to JPQL and Criteria queries
79+
* [HHH-8495] - Support ilike in Hibernate Envers
80+
* [HHH-8510] - Add a Logger which is able to monitor the creation of new Sessions at DEBUG/TRACE level
81+
* [HHH-8520] - Apply "global quote identifier" to HBM processing
82+
* [HHH-8529] - AttributeConverter not applied to @ElementCollection
83+
* [HHH-8577] - ClearListener: allow to listen for clear events
84+
85+
** Task
86+
* [HHH-8445] - Implement REF_CURSOR support for StoredProcedureQuery
87+
* [HHH-8498] - Full ConstructorResult handling
88+
* [HHH-8525] - Hook in XML overriding of ConstructorResult for sql-result-set-mapping
89+
* [HHH-8594] - Update to "final" version of jboss-transaction-api_1.2_spec once it is "final"
90+
* [HHH-8595] - Update Jandex to 1.1.0.Final
91+
* [HHH-8601] - remove commons-logging and slf4j, using log4j as the backend of jboss-logging for testing
92+
93+
94+
95+
Changes in version 4.3.0.Beta4 (2013.09.12)
996
------------------------------------------------------------------------------------------------------------------------
1097
https://hibernate.atlassian.net/browse/HHH/fixforversion/13652
1198

0 commit comments

Comments
 (0)