Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 3ff5bdf

Browse files
committed
Downgrade hateoas to 1.0.1
- There's something wrong with hateoas(1.0.2/1.0.3) not applying our Jackson2ObjectMapperBuilderCustomizer where mapper is customised for StepExecution which causes StackOverflowException.
1 parent 2d67457 commit 3ff5bdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<spring-cloud-common-security-config.version>1.2.1.RELEASE</spring-cloud-common-security-config.version>
8585

8686
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
87+
<spring-hateoas.version>1.0.1.RELEASE</spring-hateoas.version>
8788
<!-- Use older flyway until we can use flaway 6.x given to us from boot -->
8889
<flyway.version>5.2.4</flyway.version>
8990
<commons-io.version>2.4</commons-io.version>
@@ -248,6 +249,11 @@
248249
<artifactId>spring-security-oauth2</artifactId>
249250
<version>${spring-security-oauth2.version}</version>
250251
</dependency>
252+
<dependency>
253+
<groupId>org.springframework.hateoas</groupId>
254+
<artifactId>spring-hateoas</artifactId>
255+
<version>${spring-hateoas.version}</version>
256+
</dependency>
251257
</dependencies>
252258
</dependencyManagement>
253259
<build>

0 commit comments

Comments
 (0)