File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
main/java/com/contentgrid/hateoas/client/hal
test/java/com/contentgrid/hateoas/client/hal Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1+ config.stopBubbling = true
2+ lombok.addLombokGeneratedAnnotation = true
3+ lombok.nonnull.exceptiontype = IllegalArgumentException
4+ lombok.anyConstructor.addConstructorProperties=true
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ reckon {
2323 stageCalc = { inventory , targetNormal -> java.util.Optional . empty() }
2424}
2525
26- rootProject. name = ' java-hateoas- hal-client'
26+ rootProject. name = ' java-hal-client'
Original file line number Diff line number Diff line change 1111@ RequiredArgsConstructor (access = AccessLevel .PACKAGE )
1212public class HalLink {
1313
14- @ Getter
1514 @ NonNull
1615 String href ;
1716
Original file line number Diff line number Diff line change 33import static org .assertj .core .api .Assertions .assertThat ;
44import static org .assertj .core .api .Assertions .assertThatThrownBy ;
55
6- import java .io .IOException ;
76import java .net .URI ;
87import java .nio .charset .StandardCharsets ;
98import org .junit .jupiter .api .Test ;
109import org .springframework .hateoas .MediaTypes ;
11- import org .springframework .http .HttpRequest ;
1210import org .springframework .http .HttpStatus ;
13- import org .springframework .http .client .ClientHttpRequestExecution ;
14- import org .springframework .http .client .ClientHttpRequestInterceptor ;
15- import org .springframework .http .client .ClientHttpResponse ;
1611import org .springframework .mock .http .client .MockClientHttpResponse ;
1712import org .springframework .web .client .RestClient ;
1813
You can’t perform that action at this time.
0 commit comments