Skip to content

Commit ebcbaeb

Browse files
committed
#1514 - Prepare changelog.
1 parent 16f3b91 commit ebcbaeb

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

src/main/resources/changelog.txt

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
Spring HATEOAS Changelog
22
========================
33

4+
Changes in version 1.3 GA (2021-04-13)
5+
--------------------------------------
6+
- #1513 - Upgrade to Jackson 2.12.3.
7+
- #1512 - Upgrade to Spring Framework 5.3.6 and Reactor 2020.0.6.
8+
- #1510 - Support for defining selected value on HalFormsOptions.
9+
- #1509 - Migrate to main branch.
10+
- #1507 - Potential NullPointerException in Jsr303AwarePropertyMetadata.
11+
412
Changes in version 1.3 RC1 (2021-03-31)
5-
----------------------------------------
13+
---------------------------------------
614
- #1505 - Improve signature of HalFormsOptions.inline(…).
715
- #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).
816

917
Changes in version 1.3 M3 (2021-03-16)
10-
----------------------------------------
18+
--------------------------------------
1119
- #1497 - Upgrade to Spring 5.3.5.
1220
- #1494 - Improve HAL Link deserialization.
1321
- #1493 - Upgrade to JaCoCo 0.8.6.
@@ -23,7 +31,7 @@ Changes in version 1.3 M3 (2021-03-16)
2331
- #1421 - Use JDK 15 for CI testing.
2432

2533
Changes in version 1.3 M2 (2021-02-16)
26-
----------------------------------------
34+
--------------------------------------
2735
- #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
2836
- #1462 - Upgrade to Reactor 2020.0.4.
2937
- #1458 - Link.parse(…) should be able to handle unquoted link relations.
@@ -52,7 +60,7 @@ Changes in version 1.3 M2 (2021-02-16)
5260
- #144 - linkTo and methodOn with custom RequestMappingHandlerMapping.
5361

5462
Changes in version 1.3 M1 (2021-01-13)
55-
----------------------------------------
63+
--------------------------------------
5664
- #1433 - Upgrade to Spring Framework 5.3.3.
5765
- #1425 - RepresentationModelProcessor not invoked for PagedModel / CollectionModel consisting of RepresentationModels.
5866
- #1424 - More convenience methods for MvcLink.
@@ -65,20 +73,20 @@ Changes in version 1.3 M1 (2021-01-13)
6573
- #475 - Allow all UriTemplate variable names following RFC.
6674

6775
Changes in version 1.2 GA (2020-10-27)
68-
----------------------------------------
76+
--------------------------------------
6977
- #1384 - Upgrade to Spring Framework 5.3.
7078
- #1382 - Create an ObjectMapperCustomizer to allow tailoring ObjectMapper through media types configuration.
7179

7280
Changes in version 1.2 RC1 (2020-09-15)
73-
----------------------------------------
81+
---------------------------------------
7482
- #1367 - Release Spring HATEOAS 1.2.0.RC1.
7583
- #1366 - Upgrade to Spring Framework 5.3.0-RC1.
7684
- #1364 - Document that media type implementation configuration should be public.
7785
- #1358 - Update links to JSON:API documentation (community based media types).
7886
- #1352 - Map content is not getting serialized properly.
7987

8088
Changes in version 1.2 M1 (2020-08-11)
81-
----------------------------------------
89+
--------------------------------------
8290
- #1351 - Upgrade to Jackson 2.11.2.
8391
- #1350 - Upgrade to Kotlin 1.4 RC.
8492
- #1349 - Release 1.2 M1.
@@ -104,7 +112,7 @@ Changes in version 1.2 M1 (2020-08-11)
104112
- #361 - Add Support for Resolving Property Values in @RequestMapping(value).
105113

106114
Changes in version 1.1.0.RELEASE (2020-05-11)
107-
----------------------------------------
115+
---------------------------------------------
108116
- #1292 - Release 1.1.0.RELEASE.
109117
- #1280 - RepresentationModelProcessorInvoker incorrectly invokes generic processors.
110118
- #968 - @JsonUnwrapped ignored with (embedded) CollectionModel and HAL Forms.
@@ -113,7 +121,7 @@ Changes in version 1.1.0.RELEASE (2020-05-11)
113121
- #193 - Support for Resources in a Resource to be added to _embedded.
114122

115123
Changes in version 1.1.0.RC1 (2020-04-28)
116-
----------------------------------------
124+
-----------------------------------------
117125
- #1277 - Upgrade to Jackson 2.11.0.
118126
- #1275 - Align Naming for Kotlin Extension Functions with Spring.
119127
- #1270 - Add Kotlin source to released artifacts.
@@ -208,7 +216,7 @@ Changes in version 1.1.0.M1 (2020-01-15)
208216
- #345 - Vnd.error links key on json response.
209217

210218
Changes in version 1.0.2.RELEASE (2019-12-03)
211-
----------------------------------------
219+
---------------------------------------------
212220
- #1142 - Release 1.0.2.RELEASE.
213221
- #1140 - WebClientConfigurer "drops" ObjectMapper customizations from WebClients.
214222
- #1139 - Upgrade to Spring Framework 5.2.2.
@@ -221,15 +229,15 @@ Changes in version 1.0.2.RELEASE (2019-12-03)
221229
- #1123 - MemoryLeak caused by UriTemplate cache.
222230

223231
Changes in version 1.0.1.RELEASE (2019-11-03)
224-
----------------------------------------
232+
---------------------------------------------
225233
- #1112 - Release 1.0.1.RELEASE.
226234
- #1111 - Add 1.0.1.RELEASE to the ChangeLog.
227235
- #1110 - Upgrade to Reactor Dysprosium-SR1.
228236
- #1108 - Upgrade to Spring Framework 5.2.1.RELEASE.
229237
- #1104 - Migration for ResourceAssemblerSupport -> RepresentationModelAssemblerSupport missing.
230238

231239
Changes in version 1.0.0.RELEASE (2019-09-30)
232-
----------------------------------------
240+
---------------------------------------------
233241
- #1090 - Release 1.0.0.RELEASE.
234242
- #1089 - Upgrade Reactor to Dysprosium-RELEASE.
235243
- #1088 - Upgrade to Jackson 2.10.
@@ -245,7 +253,7 @@ Changes in version 1.0.0.RELEASE (2019-09-30)
245253
- #837 - Update reference docs to reflect new APIs, SPIs, and package structures.
246254

247255
Changes in version 1.0.0.RC2 (2019-09-05)
248-
----------------------------------------
256+
-----------------------------------------
249257
- #1072 - Expose null handling configuration of HalFormsTemplate.title.
250258
- #1070 - Release 1.0.0.RC2.
251259
- #1069 - Upgrade to Reactor Dyprosium-RC1.
@@ -262,7 +270,7 @@ Changes in version 1.0.0.RC2 (2019-09-05)
262270
- #1044 - Properly deprecate UriTemplate's constructors.
263271

264272
Changes in version 1.0.0.RC1 (2019-08-05)
265-
----------------------------------------
273+
-----------------------------------------
266274
- #1042 - Upgrade to AssertJ 3.13.2.
267275
- #1041 - Upgrade to JUnit 5.5.1.
268276
- #1039 - ALPS documents should not render null attributes.

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 65;
41+
private static final int MILESTONE_ID = 66;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {
@@ -95,7 +95,7 @@ private static void readPage(String content, boolean header) {
9595

9696
for (Object title : titles) {
9797

98-
String format = String.format("- #%s - %s", ids.next(), title);
98+
String format = String.format("- #%s - %s", ids.next(), title.toString().replaceAll("`", ""));
9999
System.out.println(format.endsWith(".") ? format : format.concat("."));
100100
}
101101
}

0 commit comments

Comments
 (0)