Skip to content

Commit 4088342

Browse files
committed
4.2.1.Final release
1 parent 2e90658 commit 4088342

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ subprojects { subProject ->
5151
defaultTasks 'build'
5252

5353
group = 'org.hibernate'
54-
version = '4.2.1-SNAPSHOT'
54+
version = '4.2.1.Final'
5555

5656
// minimize changes, at least for now (gradle uses 'build' by default)..
5757
buildDir = "target"

changelog.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ 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.2.1.Final (2013.04.24)
9+
------------------------------------------------------------------------------------------------------------------------
10+
11+
Sub-task
12+
[HHH-7617] - Gradle eclipse task missing src paths and test source generation
13+
[HHH-7993] - Support jar scanning in OSGi
14+
15+
Bug
16+
[HHH-1904] - Identifier too long
17+
[HHH-5845] - Lazy Loading of audited entites with revision type 'delete'
18+
[HHH-6496] - ClassCastException inside proxy without explicit casting in application code
19+
[HHH-7357] - Incorrect exception translation when using Oracle
20+
[HHH-7478] - ConcurrentModificationException when adding a BeforeTransactionCompletionProcess from with a PostInsertEventListener for an @Audited entity
21+
[HHH-7880] - SessionFactory.openStatelessSession() does not respect tenant identifier from CurrentTenantIdentifierResolver
22+
[HHH-7974] - Session.getTenantIdentifier() not callable without active transaction
23+
[HHH-7984] - Prepared statement for callable returning cursor not closed
24+
[HHH-8049] - Initialization error with <dynamic-component> mapping
25+
[HHH-8082] - HQLScrollFetchTest.testScroll hangs on DB2-97
26+
[HHH-8084] - LobMergeTest fails on oracle
27+
[HHH-8085] - QueryCacheTest.testGetByCompositeId fails on db2-97 -- DB2 SQL Error: SQLCODE=-613
28+
[HHH-8087] - Envers delete doesn't insert a new row with revtype=2 for unidirectional manytomany collections
29+
[HHH-8092] - Configuration#generateSchemaUpdateScript does not create unique constraints
30+
[HHH-8103] - Oracle LOB ordering not working with SequenceIdentityGenerator
31+
[HHH-8136] - Correct "to_char" function in HSQL
32+
[HHH-8171] - Auditing of collections of embeddables only supporting single element changes
33+
[HHH-8178] - Natural IDs generating one UniqueKey per Column
34+
[HHH-8182] - Correct intermittent UpgradeLockTest failures
35+
[HHH-8189] - Audit records are not rolled back when transaction is rolled back
36+
[HHH-8203] - Hibernate 4.x can't work with proxool 0.9.1
37+
38+
Improvement
39+
[HHH-7605] - Provide details "An entity copy was already assigned to a different entity."
40+
[HHH-7714] - Add support for EntityMode.MAP to JPA Criteria API
41+
[HHH-7869] - bad performance problem with org.hibernate.internal.util.StringHelper#firstIndexOfChar
42+
[HHH-7908] - Logging level checking.
43+
[HHH-8096] - Re-work the OSGi class loading concepts
44+
[HHH-8122] - Scrub known-sensitive settings from EMF.getProperties()
45+
[HHH-8162] - Make unique constraint handling on schema update configurable
46+
[HHH-8180] - Improve performance of logging level checks
47+
[HHH-8183] - Also support synonyms for schema validation
48+
49+
Task
50+
[HHH-8095] - Upgrade to JTA API 1.0.1
51+
[HHH-8175] - Add support for Postgresql 9.2, Postgres Plus 9.2 and IBM DB2 10.1
52+
[HHH-8186] - Type in docs? Caching section nonstrict != nontrict
53+
854
Changes in version 4.2.0.Final (2013.03.18)
955
------------------------------------------------------------------------------------------------------------------------
1056

0 commit comments

Comments
 (0)