Skip to content

Commit c5db421

Browse files
committed
Use new datetime property
1 parent 58ce767 commit c5db421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-bus-tests/src/test/java/org/springframework/cloud/bus/jackson/BusJacksonIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT;
4949
import static tools.jackson.databind.cfg.DateTimeFeature.WRITE_DATES_AS_TIMESTAMPS;
5050

51-
@SpringBootTest(properties = "spring.jackson.datetime.write-dates-as-timestamps=true", webEnvironment = RANDOM_PORT)
51+
@SpringBootTest(properties = "spring.jackson.datatype.datetime.write-dates-as-timestamps=true", webEnvironment = RANDOM_PORT)
5252
@DirtiesContext
5353
public class BusJacksonIntegrationTests {
5454

0 commit comments

Comments
 (0)