You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/dialect/OffsetDateTimeToTimestampConverter.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/config/AbstractJdbcConfiguration.java
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/core/dialect/OffsetDateTimeToTimestampConverterUnitTests.java
+3-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
importjava.time.ZoneOffset;
8
8
9
9
importstaticorg.assertj.core.api.Assertions.*;
10
-
importstaticorg.junit.jupiter.api.Assertions.*;
11
10
12
11
/*
13
12
* Copyright 2021 the original author or authors.
@@ -26,18 +25,18 @@
26
25
*/
27
26
28
27
/**
29
-
* Tests for {@link OffsetDateTime2TimestampConverter}.
28
+
* Tests for {@link OffsetDateTimeToTimestampConverter}.
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/config/AbstractJdbcConfigurationIntegrationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ public Dialect jdbcDialect(NamedParameterJdbcOperations operations) {
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/dialect/PostgresDialect.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public ArrayColumns getArraySupport() {
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/dialect/TimestampAtUtcToOffsetDateTimeConverter.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/core/dialect/TimestampAtUtcToOffsetDateTimeConverterUnitTests.java
0 commit comments