Skip to content

Commit 9a003f9

Browse files
committed
4.3.0.Beta2 release
1 parent 3275855 commit 9a003f9

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
}
2626
}
2727

28-
ext.hibernateTargetVersion = '4.3.0-SNAPSHOT'
28+
ext.hibernateTargetVersion = '4.3.0.Beta2'
2929
ext.javaLanguageLevel = "1.6"
3030

3131
task wrapper(type: Wrapper) {

changelog.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,68 @@ 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.Beta2 (2013.05.02)
9+
------------------------------------------------------------------------------------------------------------------------
10+
https://hibernate.atlassian.net/browse/HHH/fixforversion/13052
11+
12+
** Sub-task
13+
* [HHH-7617] - Gradle eclipse task missing src paths and test source generation
14+
* [HHH-7943] - C3P0, Proxool, ehcache, and infinispan services for OSGi
15+
* [HHH-7944] - Envers OSGi support
16+
* [HHH-7993] - Support jar scanning in OSGi
17+
* [HHH-7995] - Auto-discovery of Hibernate extension points in OSGi
18+
* [HHH-8141] - Upgrade to Gradle 1.5
19+
* [HHH-8142] - Create a 'compile' task that performs all copmpilations
20+
* [HHH-8143] - Create a 'generateSources' task that performs all generation tasks
21+
* [HHH-8145] - Add MaxPermSize to test configuration
22+
* [HHH-8146] - Update to use maven-publishing plugin
23+
* [HHH-8147] - Update to use distribution plugin for createing release bundles
24+
* [HHH-8151] - Consolidate defining "java language level" in one place
25+
* [HHH-8152] - General cleanup
26+
* [HHH-8156] - Apply new Gradle plugins
27+
* [HHH-8160] - Integrate with Aries JPA 2.1 branch
28+
29+
** Bug
30+
* [HHH-5845] - Lazy Loading of audited entites with revision type 'delete'
31+
* [HHH-7357] - Incorrect exception translation when using Oracle
32+
* [HHH-7478] - ConcurrentModificationException when adding a BeforeTransactionCompletionProcess from with a PostInsertEventListener for an @Audited entity
33+
* [HHH-7880] - SessionFactory.openStatelessSession() does not respect tenant identifier from CurrentTenantIdentifierResolver
34+
* [HHH-7974] - Session.getTenantIdentifier() not callable without active transaction
35+
* [HHH-8049] - Initialization error with <dynamic-component> mapping
36+
* [HHH-8084] - LobMergeTest fails on oracle
37+
* [HHH-8103] - Oracle LOB ordering not working with SequenceIdentityGenerator
38+
* [HHH-8137] - Javadoc generation is currently not playing nicely with Java7 javadoc changes
39+
* [HHH-8171] - Auditing of collections of embeddables only supporting single element changes
40+
* [HHH-8173] - AvailableSettings constants for javax.persistence.schema-generation contain space
41+
* [HHH-8178] - Natural IDs generating one UniqueKey per Column
42+
* [HHH-8182] - Correct intermittent UpgradeLockTest failures
43+
* [HHH-8189] - Audit records are not rolled back when transaction is rolled back
44+
* [HHH-8207] - Locale conversion is broken
45+
* [HHH-8215] - Windows Build with Eclipse does not work
46+
47+
** Deprecation
48+
* [HHH-8170] - Deprecate Hibernate @ForeignKey in favor of JPA 2.1 introduced @ForeignKey annotation
49+
50+
** Improvement
51+
* [HHH-7605] - Provide details "An entity copy was already assigned to a different entity."
52+
* [HHH-7908] - Logging level checking.
53+
* [HHH-8138] - Log SQLException in DatabaseTarget with cause of schema export CREATE statement failure
54+
* [HHH-8159] - Apply fixups indicated by analysis tools
55+
* [HHH-8162] - Make unique constraint handling on schema update configurable
56+
* [HHH-8167] - Adding @NotNull to a @ManyToOne association with @JoinColumnsOrFormulas leads to ClassCastException
57+
* [HHH-8180] - Improve performance of logging level checks
58+
* [HHH-8183] - Also support synonyms for schema validation
59+
60+
** New Feature
61+
* [HHH-8157] - Adding DBAllocator labels for new DBs
62+
* [HHH-8163] - Deprecate @IndexColumn and add @ListIndexBase
63+
64+
** Task
65+
* [HHH-8164] - Deprecate @Sort in favor of @SortNatural and @SortComparator
66+
* [HHH-8175] - Add support for Postgresql 9.2, Postgres Plus 9.2 and IBM DB2 10.1
67+
* [HHH-8186] - Type in docs? Caching section nonstrict != nontrict
68+
* [HHH-8212] - Add CLA ref to CONTRIBUTING.md
69+
870

971
Changes in version 4.3.0.Beta1 (2012.07.12)
1072
------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)