Skip to content

Commit e4eb223

Browse files
committed
4.2.3.Final release
1 parent 750903f commit e4eb223

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

build.gradle

+1-1
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.3-SNAPSHOT'
54+
version = '4.2.3.Final'
5555

5656
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
5757
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");

changelog.txt

+30
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ 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.3.Final (2013.07.03)
9+
------------------------------------------------------------------------------------------------------------------------
10+
11+
** Sub-task
12+
* [HHH-8112] - Document OSGi capabilities
13+
14+
** Bug
15+
* [HHH-8106] - Broken org.hibernate.tool.enhance.EnhancementTask
16+
* [HHH-8210] - JdbcCoordinatorImpl logs excessive HHH000387 warnings when used with some connection pools
17+
* [HHH-8255] - Clean up compile and optional dependencies from OSGi manifests
18+
* [HHH-8269] - DenormalizedTable FK constraint names can be too long
19+
* [HHH-8273] - Incorrect "unique-key" naming comment in docs
20+
* [HHH-8275] - union-subclass generates bad alter table for unique constraint
21+
* [HHH-8283] - JdbcSQLException with CompositeCustomType and java.util.Date
22+
* [HHH-8301] - SQLServer2005LimitHandler skips column alias generation
23+
* [HHH-8312] - named parameters binding are not correct when used within subquery
24+
* [HHH-8318] - "delete" with "member of" query fails
25+
* [HHH-8335] - Hibernate OSGi not included in build's /lib
26+
27+
** Improvement
28+
* [HHH-8117] - Add package export versions in OSGi manifests
29+
* [HHH-8319] - ConstraintViolationException not showing constraint name for MySQL
30+
31+
** New Feature
32+
* [HHH-7527] - OSGi hibernate-orm
33+
34+
** Task
35+
* [HHH-8265] - Investigate proxy package imports in OSGi client bundles
36+
* [HHH-8336] - Upgrade c3p0 dependency
37+
838
Changes in version 4.2.2.Final (2013.05.22)
939
------------------------------------------------------------------------------------------------------------------------
1040

0 commit comments

Comments
 (0)