Skip to content

Commit e10f136

Browse files
committed
Add release notes
1 parent 29863fc commit e10f136

4 files changed

Lines changed: 368 additions & 1 deletion

File tree

src/docs/guide/releases.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
To make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the https://github.com/graceframework/grace-framework[Grace Framework].
2+
3+
[cols="1,1"]
4+
|===
5+
| Plugin Version
6+
| Grace Version
7+
8+
| link:{github}/tree/6.3.x[6.3.x]
9+
| 2023.3.x
10+
11+
| link:{github}/tree/6.2.x[6.2.x]
12+
| 2023.2.x
13+
14+
| link:{github}/tree/6.1.x[6.1.x]
15+
| 2023.1.x
16+
17+
| link:{github}/tree/6.0.x[6.0.x]
18+
| 2023.0.x
19+
20+
| link:{github}/tree/5.2.x[5.2.x]
21+
| 2022.2.x
22+
23+
| link:{github}/tree/5.1.x[5.1.x]
24+
| 2022.1.x
25+
26+
| link:{github}/tree/5.0.x[5.0.x]
27+
| 2022.0.x
28+
|===

src/docs/guide/releases/6.x.adoc

Lines changed: 336 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,336 @@
1+
=== 6.3.0
2+
3+
link:{github}/releases/tag/v6.3.0[release notes]
4+
5+
⭐️ New Features
6+
7+
* Setup github docs workflows
8+
* Use 'grace-doc' Gradle plugin to generate documentation link:{github}/issues/66[#66]
9+
10+
🛠 Improvements
11+
12+
* Add release notes
13+
* Update documentation
14+
* Remove deprecated gradle/actions/wrapper-validation
15+
* Add LICENSE
16+
* Update README - Add document links - Add badge
17+
* Overriding GORM version in Grace Bom link:{github}/issues/68[#68] link:{github}/issues/67[#67]
18+
* Update github workflows - Upgrade to setup-gradle@v4
19+
20+
🚀 Dependency Upgrades
21+
22+
* Upgrade to Grace 2023.3.0-RC2 link:{github}/issues/65[#65]
23+
* Upgrade to Grace 2023.3.0-RC1 link:{github}/issues/62[#62]
24+
* Upgrade to Grace Data 2023.3.0 link:{github}/issues/67[#67]
25+
* Upgrade to Grace Scaffolding 6.3.0 link:{github}/issues/63[#63]
26+
* Upgrade to Gradle 8.14 link:{github}/issues/64[#64]
27+
28+
=== 6.3.0-RC1
29+
30+
link:{github}/releases/tag/v6.3.0-RC1[release notes]
31+
32+
🛠 Improvements
33+
34+
* Update README Update badge versions of Grace, Groovy and Spring Boot
35+
* Remove setting archiveClassifier for Jar task link:{github}/issues/60[#60]
36+
* Streamline Gradle build scripts: using the Spring Dependency Management Plugin to manage dependencies and versions link:{github}/issues/59[#59]
37+
* Remove the unnecessary workaround for removing the generated extra dependencyManagement of POM link:{github}/issues/58[#58]
38+
39+
🚀 Dependency Upgrades
40+
41+
* Upgrade to Grace 2023.3.0-M2 link:{github}/issues/53[#53]
42+
* Upgrade to Grace Data 2023.3.0-RC1 link:{github}/issues/54[#54]
43+
* Upgrade to Grace Scaffolding 6.3.0-RC1 link:{github}/issues/57[#57]
44+
* Upgrade to Gradle 8.13 link:{github}/issues/56[#56]
45+
* Upgrade to Groovy 4.0.26 link:{github}/issues/55[#55]
46+
* Upgrade to Java Parser 3.26.4 link:{github}/issues/61[#61]
47+
48+
⚙️ Tasks
49+
50+
* Release v6.3.0-RC1
51+
52+
=== 6.3.0-M1
53+
54+
link:{github}/releases/tag/v6.3.0-M1[release notes]
55+
56+
🛠 Improvements
57+
58+
* Update README Update badge versions of Grace and Spring Boot
59+
* Update github workflows Switch to 6.3.x branch
60+
61+
🚀 Dependency Upgrades
62+
63+
* Upgrade to Grace 2023.3.0-M1 link:{github}/issues/50[#50]
64+
* Upgrade to Grace Data 2023.3.0-M1 link:{github}/issues/51[#51]
65+
* Upgrade to Grace Scaffolding 6.3.0-M1 link:{github}/issues/52[#52]
66+
67+
⚙️ Tasks
68+
69+
* Release v6.3.0-M1
70+
* Set version to 6.3.0-SNAPSHOT
71+
72+
=== 6.2.0
73+
74+
link:{github}/releases/tag/v6.2.0[release notes]
75+
76+
🛠 Improvements
77+
78+
* Update README
79+
* Add GitHub issue template link:{github}/issues/46[#46]
80+
* Update build scripts to avoid deprecation warnings with Gradle 8 link:{github}/issues/45[#45]
81+
* Enables testing in CI link:{github}/issues/44[#44]
82+
83+
🚀 Dependency Upgrades
84+
85+
* Upgrade to Grace 2023.2.0-RC1 link:{github}/issues/43[#43]
86+
* Upgrade to Grace Data 2023.2.0 link:{github}/issues/47[#47]
87+
* Upgrade to Grace Scaffolding 6.2.0 link:{github}/issues/48[#48]
88+
89+
⚙️ Tasks
90+
91+
* Release v6.2.0
92+
93+
=== 6.2.0-RC1
94+
95+
link:{github}/releases/tag/v6.2.0-RC1[release notes]
96+
97+
🚀 Dependency Upgrades
98+
99+
* Upgrade to Grace 2023.2.0-M3 link:{github}/issues/41[#41]
100+
* Upgrade to Grace 2023.2.0-M2 link:{github}/issues/38[#38]
101+
* Upgrade to Grace Data 2023.2.0-RC1 link:{github}/issues/39[#39]
102+
* Upgrade to Grace Scaffolding 6.2.0-RC1 link:{github}/issues/40[#40]
103+
* Upgrade to Gradle 8.12 link:{github}/issues/42[#42]
104+
105+
⚙️ Tasks
106+
107+
* Release v6.2.0-RC1
108+
109+
=== 6.2.0-M1
110+
111+
link:{github}/releases/tag/v6.2.0-M1[release notes]
112+
113+
🛠 Improvements
114+
115+
* Fixes tests
116+
* Resolve JUnit version conflicts link:{github}/issues/37[#37]
117+
* Exclude Constable, ConstantDesc from super classes and interfaces link:{github}/issues/36[#36]
118+
* Update README Update badge of Grace to current version
119+
* Update github workflows Switch to 6.2.x branch
120+
121+
🚀 Dependency Upgrades
122+
123+
* Upgrade to Byte Buddy 1.14.19 link:{github}/issues/30[#30]
124+
* Upgrade to Commons Lang3 3.13.0 link:{github}/issues/33[#33]
125+
* Upgrade to Grace 2023.2.0-M1 link:{github}/issues/29[#29]
126+
* Upgrade to Grace Data 2023.2.0-M1 link:{github}/issues/34[#34]
127+
* Upgrade to Grace Scaffolding 6.2.0-M1 link:{github}/issues/35[#35]
128+
* Upgrade to JUnit Platform 1.10.5 link:{github}/issues/32[#32]
129+
* Upgrade to JUnit Jupiter 5.10.5 link:{github}/issues/31[#31]
130+
131+
⚙️ Tasks
132+
133+
* Release v6.2.0-M1
134+
* Set version to 6.2.0-SNAPSHOT
135+
136+
=== 6.1.0
137+
138+
link:{github}/releases/tag/v6.1.0[release notes]
139+
140+
🛠 Improvements
141+
142+
* Update Badges
143+
144+
🚀 Dependency Upgrades
145+
146+
* Upgrade to Grace 2023.1.0-RC1 link:{github}/issues/24[#24]
147+
* Upgrade to Grace Data 2023.1.0 link:{github}/issues/26[#26]
148+
* Upgrade to Grace Scaffolding 6.1.0 link:{github}/issues/27[#27]
149+
* Upgrade to Groovy 4.0.24 link:{github}/issues/25[#25]
150+
151+
⚙️ Tasks
152+
153+
* Release v6.1.0
154+
155+
=== 6.1.0-RC1
156+
157+
link:{github}/releases/tag/v6.1.0-RC1[release notes]
158+
159+
🛠 Improvements
160+
161+
* Use Java 17 toolchain link:{github}/issues/22[#22]
162+
* Adding `grails.plugin.fields.localizeNumbers` to additional Spring Boot configuration metadata file link:{github}/issues/23[#23]
163+
* Adding `grails.plugin.fields.disableLookupCache` to additional Spring Boot configuration metadata file link:{github}/issues/21[#21]
164+
* Use `classesDirectory` property instead of deprecated `outputDir` link:{github}/issues/20[#20]
165+
* Use `gradlePluginPortal()` link:{github}/issues/18[#18]
166+
167+
🚀 Dependency Upgrades
168+
169+
* Upgrade to Grace 2023.1.0-M3 link:{github}/issues/15[#15]
170+
* Upgrade to Grace Data 2023.1.0-RC1 link:{github}/issues/16[#16]
171+
* Upgrade to Grace Scaffolding 6.1.0-RC1 link:{github}/issues/17[#17]
172+
* Upgrade to Gradle Nexus Publish Plugin 2.0.0 link:{github}/issues/19[#19]
173+
174+
⚙️ Tasks
175+
176+
* Release v6.1.0-RC1
177+
178+
=== 6.1.0-M3
179+
180+
link:{github}/releases/tag/v6.1.0-M3[release notes]
181+
182+
🛠 Improvements
183+
184+
* Cleanup Dependencies
185+
* Generate Spring Boot configuration metadata file link:{github}/issues/12[#12]
186+
187+
🚀 Dependency Upgrades
188+
189+
* Upgrade to Grace 2023.1.0-M2 link:{github}/issues/11[#11]
190+
* Upgrade to Grace Data 2023.1.0-M3 link:{github}/issues/13[#13]
191+
* Upgrade to Grace Scaffolding 6.1.0-M3 link:{github}/issues/14[#14]
192+
193+
⚙️ Tasks
194+
195+
* Release v6.1.0-M3
196+
197+
=== 6.1.0-M2
198+
199+
link:{github}/releases/tag/v6.1.0-M2[release notes]
200+
201+
⭐️ New Features
202+
203+
* Auto-Configure Fields Plugin link:{github}/issues/6[#6]
204+
205+
🛠 Improvements
206+
207+
* Update meta info of Fields plugin link:{github}/issues/8[#8]
208+
* Update readme
209+
210+
🚀 Dependency Upgrades
211+
212+
* Upgrade to Grace 2023.1.0-M1
213+
* Upgrade to Grace Data 2023.1.0-M2 link:{github}/issues/9[#9]
214+
* Upgrade to Grace Scaffolding 6.1.0-M2 link:{github}/issues/10[#10]
215+
216+
⚙️ Tasks
217+
218+
* Release v6.1.0-M2
219+
220+
=== 6.1.0-M1
221+
222+
link:{github}/releases/tag/v6.1.0-M1[release notes]
223+
224+
🛠 Improvements
225+
226+
* Use default Bean `domainPropertyFactory` provided by Scaffolding Plugin Change `fieldsDomainPropertyFactory` to `domainPropertyFactory` link:{github}/issues/3[#3]
227+
* Use default Bean `domainModelService` provided by Scaffolding Plugin link:{github}/issues/2[#2]
228+
* Start building against Grace Scaffolding 6.1.0 snapshots link:{github}/issues/1[#1]
229+
* Update readme
230+
* Update readme
231+
* Update README
232+
233+
🐞 Bug Fixes
234+
235+
* Remove exclude dependency: groovy 3
236+
* Update tests Make tests compiled
237+
238+
🚀 Dependency Upgrades
239+
240+
* Upgrade to Byte Buddy 1.14.16
241+
* Upgrade to Groovy 4.0.23
242+
* Upgrade to Grace 2023.0.2
243+
* Upgrade to Grace 2023.0.1
244+
* Upgrade to Grace Scaffolding 6.1.0-M1 link:{github}/issues/1[#1]
245+
* Upgrade to GORM 2023.1.0-M1 link:{github}/issues/4[#4]
246+
* Upgrade to Jansi 1.18
247+
* Upgrade to JavaParser 3.26.2
248+
* Upgrade to JUnit Jupiter 5.9.3 and JUnit Platform 1.9.3
249+
* Upgrade to Objenesis 3.3
250+
* Upgrade to Objenesis 3.4 link:{github}/issues/5[#5]
251+
252+
⚙️ Tasks
253+
254+
* Release v6.1.0-M1
255+
* Update github workflows
256+
* Set version to 6.1.0-SNAPSHOT
257+
258+
=== 6.0.1
259+
260+
link:{github}/releases/tag/v6.0.1[release notes]
261+
262+
* Release v6.0.1
263+
* Upgrade to Gradle Wrapper 7.6.4
264+
* Upgrade to Grace Scaffolding 6.0.1
265+
* Upgrade to GORM 2023.0.1
266+
* Upgrade to Grace 2023.0.0
267+
* Set version to 6.0.1-SNAPSHOT
268+
269+
=== 6.0.0
270+
271+
link:{github}/releases/tag/v6.0.0[release notes]
272+
273+
* Release v6.0.0
274+
* Upgrade to Grace Scaffolding 6.0.0
275+
* Upgrade to GORM 2023.0.0
276+
* Upgrade to Groovy 4.0.22
277+
* Upgrade to Grace 2023.0.0-RC2
278+
279+
=== 6.0.0-RC1
280+
281+
link:{github}/releases/tag/v6.0.0-RC1[release notes]
282+
283+
* Release v6.0.0-RC1
284+
* Upgrade to Grace Scaffolding 6.0.0-RC1
285+
* Upgrade to GORM 2023.0.0-RC1
286+
* Upgrade to Groovy 4.0.21
287+
* Upgrade to Grace 2023.0.0-M7
288+
* Set plugin jar `archiveClassifier` with 'plugin'
289+
* Update github workflows
290+
* Back to 6.0.0-SNAPSHOT
291+
292+
=== 6.0.0-M3
293+
294+
link:{github}/releases/tag/v6.0.0-M3[release notes]
295+
296+
* Release v6.0.0-M3
297+
* Groovy: Fixes STC errors
298+
* Update build.gradle
299+
* Upgrade to Grace Scaffolding 6.0.0-M3
300+
* Upgrade to Groovy 4.0.12
301+
* Upgrade to Grace GORM 2023.0.0-M5
302+
* Upgrade to Grace 2023.0.0-M6
303+
* Grace: update github workflows
304+
* Grace: migrate to grace
305+
* Upgrade to Grails Scaffolding 6.0.0-M3
306+
* Upgrade to GORM 2023.0.0-M3
307+
* Upgrade to Grails 2023.0.0-M5
308+
309+
=== 6.0.0-M2
310+
311+
link:{github}/releases/tag/v6.0.0-M2[release notes]
312+
313+
* Release v6.0.0-M2
314+
* Update readme
315+
* Fixes domainPropertyFactory ref error
316+
* Upgrade to Grace Scaffolding 6.0.0-M2
317+
* Upgrade to Grace GORM 2023.0.0-M4
318+
* Upgrade to Grace 2023.0.0-M5
319+
* Grace: update github workflows
320+
* Grace: migrate to grace
321+
* Update Dependencies
322+
323+
=== 6.0.0-M1
324+
325+
link:{github}/releases/tag/v6.0.0-M1[release notes]
326+
327+
* Release v6.0.0-M1
328+
* Update plugin info
329+
* Grace: update github workflows
330+
* Upgrade to Grace Scaffolding 6.0.0-M1
331+
* Grace: migrate to grace
332+
* Upgrade to Groovy 4.0.11
333+
* Upgrade to Grails 2023.0.0-M2
334+
* Support Jakarta EE
335+
* Upgrade to Gradle 7.6.1
336+
* Set version to 6.0.0-SNAPSHOT

src/docs/guide/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
introduction: Introduction
2+
releases:
3+
title: Release History
4+
6.x: What's new in 6.x
25
usage: Usage
36
customizingFieldRendering: Customizing Field Rendering
47
embeddedProperties: Embedded Properties

src/docs/resources/doc.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
springApi=https://docs.spring.io/spring-framework/docs/6.1.19/javadoc-api
21
api=../api
32
guide=../../guide
43
tags=../ref/Tags
4+
github=https://github.com/graceframework/grace-fields
55
sourcedir=.
66
sourceRepo=https://github.com/graceframework/grace-fields/6.3.x/src/docs
77
safe=UNSAFE

0 commit comments

Comments
 (0)