forked from hibernate/hibernate-commons-annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
71 lines (43 loc) · 1.52 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Hibernate Annotations Changelog
===============================
4.0.1.Final (29-11-2011)
------------------------
** Task
* [HCANN-43] - Move to JBoss Logging 3.1.0.CR2
4.0.0.Final (10-11-2011)
------------------------
* [HCANN-41] - Upgrade JBoss Logging and align version numbers
* [HCANN-42] - Make sure project build with JDK 7
4.0.0.CR2 (31-08-2011)
----------------------
* [HCANN-40] - Make JBoss logging annotation processor an optional dependency to avoid JDK bug uncovering in Core
4.0.0.CR1 (31-08-2011)
----------------------
** Bug
* [HCANN-37] - Upgrade pom.xml info on SCM (move to Git)
** Improvement
* [HCANN-36] - Add lgpl.txt file to the repository
* [HCANN-39] - Move to new Maven groupId
** New Feature
* [HCANN-38] - change to use jboss logging from slf4j
** Task
* [HCANN-20] - Update pom to use the new distributationManagement information
3.2.0.GA (9-03-2010)
--------------------
** New Feature
* [HCANN-5] - Decouple the reflection work from the metadata overriding facility
3.1.0.GA (20-08-2008)
----------------------
3.1.0.CR2 (23-07-2008)
----------------------
** Bug
* [HCANN-4] - NullPointerException in JavaXCollectionType
3.1.0.CR1 (27-05-2008)
----------------------
** New Feature
* [HCANN-1] - Move to slf4j
* [HCANN-2] - Add POM
* [HCANN-3] - Make build independent of Hibernate Core structure
3.0.0.GA (19-03-2007)
---------------------
Initial release as a standalone product (see Hibernate Annotations changelog for previous informations)