Skip to content

Commit 3ca7da3

Browse files
committed
4.3.1 release
1 parent 28334c7 commit 3ca7da3

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ buildscript {
4141

4242
ext {
4343
expectedGradleVersion = '1.9'
44-
hibernateTargetVersion = '4.3.0-SNAPSHOT'
44+
hibernateTargetVersion = '4.3.1.Final'
4545
javaLanguageLevel = '1.6'
4646

4747
osgiExportVersion = hibernateTargetVersion.replaceAll( "-SNAPSHOT", ".SNAPSHOT" )

changelog.txt

+54
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,60 @@ 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.1.Final (2014.01.22)
9+
------------------------------------------------------------------------------------------------------------------------
10+
https://hibernate.atlassian.net/browse/HHH/fixforversion/15351
11+
12+
** Sub-task
13+
* [HHH-8640] - SubgraphImpl fails with inheritance
14+
* [HHH-8865] - Create topical guide for logging
15+
16+
** Bug
17+
* [HHH-2188] - Query metadata gives NPE for polymorphic queries
18+
* [HHH-2988] - UnionSubclassEntityPersister.generateSubquery() does not use column.getQuotedName()
19+
* [HHH-3051] - NPE while query.list on a Native SQL, using L2 cache
20+
* [HHH-3453] - mess in a list of supported dialects (OracleDialect, H2Dialect, etc.)
21+
* [HHH-3541] - wrong xml tags in documentation examples
22+
* [HHH-3604] - Creation of table for HiLoGenerator fails to create table of the correct to for MySQL InnoDB
23+
* [HHH-7630] - JOINED classes cause exception when referenced as a Collection and using @OrderBy
24+
* [HHH-8404] - ListIndexExpression seems to be rendered incorrectly
25+
* [HHH-8638] - Unable to create unique key constraint on foreign key annotated with @UniqueConstraint
26+
* [HHH-8655] - Classloader conflicts with embedded OSGi frameworks
27+
* [HHH-8699] - Criteria API multiselect not working with Predicates
28+
* [HHH-8730] - uploadDocumentation task needs to stage aggregated javadocs before rsync
29+
* [HHH-8735] - Do not log deprecation warning from org.hibernate.ejb.HibernatePersistence#getProviderUtil
30+
* [HHH-8756] - Exception on lock mode when setting lock mode NONE for named query
31+
* [HHH-8763] - OsgiServiceUtil#getServiceImpls broken
32+
* [HHH-8765] - Column not found in Turkish locale because of toLowerCase()
33+
* [HHH-8783] - @javax.persistence.Foreignkey#name does not change contraint name
34+
* [HHH-8784] - @Generated( GenerationTime.ALWAYS ) w/ @ColumnDefault not generating on insert
35+
* [HHH-8790] - The "ESCAPE" key word is not recognized by a Hibernate filter.
36+
* [HHH-8794] - Annotating collection with @OrderBy without specifying attribute does nothing
37+
* [HHH-8811] - Collectionread causes open cursors
38+
* [HHH-8812] - JPAOverriddenAnnotationReader and @Convert annotations
39+
* [HHH-8821] - Scanning for META-INF/orm.xml does not work on Windows in jpa mode
40+
* [HHH-8827] - @SortNatural and @SortComparator not working.
41+
* [HHH-8850] - UnsupportedOperationException when using addScalar on querys created via NamedSQLQueryDefinition
42+
* [HHH-8855] - Multiple @ManyToOnes in load/fetch graph aren't loaded
43+
* [HHH-8863] - org.hibernate.engine.internal.StatisticalLoggingSessionEventListener not displaying properly time for partial flushes
44+
* [HHH-8884] - SelectStatement cleanRestrictions misses the space in the search clause
45+
46+
** Improvement
47+
* [HHH-2298] - Hibernate only uses info level on logger message to disencourage Hibernate Pool Manager. This should be a warning.
48+
* [HHH-5289] - Remove unnecessary security checks in property accessors
49+
* [HHH-6911] - Read/write DiscriminatorValue from/to DiscriminatorColumn when combined with InheritanceType#JOINED
50+
* [HHH-8772] - PutFromLoadValidatorUnitTestCase.testRemovalCleanup intermittent failure
51+
* [HHH-8773] - Remove cleaning as release task dep
52+
* [HHH-8831] - Give a better message about where a problem with a mapping could be
53+
54+
** Patch
55+
* [HHH-4638] - Allow hibernate connect to Firebird database without set "hibernate.dialect" property
56+
57+
** Task
58+
* [HHH-8741] - More checkstyle cleanups
59+
60+
61+
862
Changes in version 4.3.0.Final (2013.12.16)
963
------------------------------------------------------------------------------------------------------------------------
1064
- 4.3.0.Final was a re-tagging of 4.3.0.CR2

0 commit comments

Comments
 (0)