@@ -49,8 +49,10 @@ building a JDO application, see xref:impls.adoc[Implementations].
49
49
*JDO 3.2.1 is released* +
50
50
51
51
____
52
- JDO 3.2.1 has been released. This release contains minor bug fixes, such as support for Java 18, fixed warnings when using Java 9, and migration of schema descriptor URLs to db.apache.org. For a
53
- complete list of changes (features plus bug fixes) see
52
+ JDO 3.2.1 has been released. This release contains minor bug fixes, such
53
+ as support for Java 18, fixed warnings when using Java 9, and migration
54
+ of schema descriptor URLs to db.apache.org. For a complete list of changes
55
+ (features plus bug fixes) see
54
56
https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20fixVersion%20%3D%20%22JDO%203.2.1%22[JDO 3.2.1
55
57
changes]. You can download the release from the
56
58
xref:downloads.adoc[downloads page]. You can also use the new release in
77
79
____
78
80
JDO 3.1 has been released. This release contains minor bug fixes. For a
79
81
complete list of changes (features plus bug fixes) see
80
- https://issues.apache.org/jira/browse/JDO/fixforversion/12325878[JDO 3.1
81
- changes]. You can download the release from the
82
- xref:downloads.adoc[downloads page]. You can also use the new release in
83
- maven projects simply by referencing the jdo-api artifact in your
84
- pom.xml.
82
+ https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20fixVersion%20%3D%20%22JDO%203.1%22[JDO 3.1
83
+ changes].
85
84
____
86
85
87
86
*JDO 3.1-rc1 is released* +
88
87
89
88
____
90
89
JDO 3.1-rc1 has been released. This release contains minor bug fixes.
91
90
For a complete list of changes (features plus bug fixes) see
92
- https://issues.apache.org/jira/browse/JDO/fixforversion/12314921[JDO
93
- 3.1-rc1 changes]. You can download the release from the
94
- xref:downloads.adoc[downloads page]. You can also use the new release in
95
- maven projects simply by referencing the jdo-api artifact in your
96
- pom.xml.
91
+ https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20fixVersion%20%3D%20%22JDO%203.1-rc1%22[JDO
92
+ 3.1-rc1 changes].
97
93
____
98
94
99
95
*JDO 3.0.1 is released* +
100
96
101
97
____
102
98
JDO 3.0.1 has been released. This release contains minor bug fixes. For
103
99
a complete list of changes (features plus bug fixes) see
104
- https://issues.apache.org/jira/browse/JDO/fixforversion/12317950[JDO
105
- 3.0.1 changes]. You can download the release from the
106
- xref:downloads.adoc[downloads page]. You can also use the new release in
107
- maven projects simply by referencing the jdo-api artifact in your
108
- pom.xml.
100
+ https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20fixVersion%20%3D%20%22JDO%203%20update%201%20(3.0.1)%22[JDO
101
+ 3.0.1 changes].
109
102
____
110
103
111
104
*JDO 3.0 is released* +
@@ -116,18 +109,14 @@ features for better support of tooling and runtime: enhancer API,
116
109
dynamic class and metadata generation, locking, database timeouts, query
117
110
cancel, and exact object ids. For a complete list of changes (features
118
111
plus bug fixes) see
119
- https://issues.apache.org/jira/browse/JDO/fixforversion/12313404[JDO 3.0
120
- changes]. You can download the release from the
121
- xref:downloads.adoc[downloads page]. You can also use the new release in
122
- maven projects simply by referencing the jdo-api artifact in your
123
- pom.xml.
112
+ https://issues.apache.org/jira/issues/?jql=project%20%3D%20JDO%20AND%20fixVersion%20%3D%20%22JDO%203%20(3.0)%22[JDO 3.0
113
+ changes].
124
114
____
125
115
126
116
*JDO 2.2 is released* +
127
117
128
118
____
129
- JDO 2.2 is now available for download from the
130
- xref:downloads.adoc[downloads page]. The JDO 2.2 maintenance release
119
+ JDO 2.2 has been released. The JDO 2.2 maintenance release
131
120
provides support for copyOnAttach control, dynamic fetch groups, level2
132
121
caching control via metadata. For details, see
133
122
http://jcp.org/aboutJava/communityprocess/maintenance/jsr243/243MR2.html[ChangeLog
@@ -137,15 +126,13 @@ ____
137
126
*JDO 2.1.1 is released* +
138
127
139
128
____
140
- JDO 2.1.1 is now available for download from the
141
- xref:downloads.adoc[downloads page]. This is a minor bug fix release.
129
+ JDO 2.1.1 has been released. This is a minor bug fix release.
142
130
____
143
131
144
132
*JDO 2.1 is released* +
145
133
146
134
____
147
- JDO 2.1 is now available for download from the
148
- xref:downloads.adoc[downloads page]. The JDO 2.1 maintenance release
135
+ JDO 2.1 has been released. The JDO 2.1 maintenance release
149
136
provides support for JDK 1.5 features,including the use of annotations
150
137
as a means of specifying mapping. It also includes many corrections and
151
138
minor changes. For details, see
156
143
*JDO 2.0 has been approved by the JCP* +
157
144
158
145
____
159
- JDO 2.0 is now available for download from the
160
- xref:downloads.adoc[downloads page]. JDO 2.0 builds on JDO 1 and
146
+ JDO 2.0 has been released.xs JDO 2.0 builds on JDO 1 and
161
147
includes many features requested by users:
162
148
163
149
* Standard mapping from objects to relational databases
0 commit comments