File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4949 <name >Apache License, Version 2.0</name >
5050 <url >https://www.apache.org/licenses/LICENSE-2.0</url >
5151 <comments >
52- Copyright 2011-2019 the original author or authors.
52+ Copyright 2011-2020 the original author or authors.
5353
5454 Licensed under the Apache License, Version 2.0 (the "License");
5555 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 1.1.0.RELEASE (2020-05-11)
5+ ----------------------------------------
6+ - #1292 - Release 1.1.0.RELEASE.
7+ - #1280 - RepresentationModelProcessorInvoker incorrectly invokes generic processors.
8+ - #968 - @JsonUnwrapped ignored with (embedded) CollectionModel and HAL Forms.
9+ - #864 - Create a dedicated builder for HAL representations.
10+ - #270 - Sample for embedding HAL Resources of different types with root resource.
11+ - #193 - Support for Resources in a Resource to be added to _embedded.
12+
413Changes in version 1.1.0.RC1 (2020-04-28)
514----------------------------------------
615- #1277 - Upgrade to Jackson 2.11.0.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 45 ;
41+ private static final int MILESTONE_ID = 49 ;
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 ) {
You can’t perform that action at this time.
0 commit comments