Add custom query update support #384
Annotations
2 errors and 4 warnings
OrderRepositoryTest.findByIds():
guide-projects/plus-repository-guide/src/test/java/com/navercorp/spring/data/jdbc/plus/repository/guide/order/OrderRepositoryTest.java#L151
java.lang.AssertionError:
Expecting all elements of:
[com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@49c74506,
com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@4ca83ec3,
com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@33e80a27,
com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@37f687c1]
to satisfy given requirements, but these elements did not:
com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@49c74506
error:
Expecting actual:
com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@49c74506
to be equal to:
com.navercorp.spring.data.jdbc.plus.sql.guide.order.Order@2be9add0
when recursively comparing field by field, but found the following difference:
field/property 'name' differ:
- actual value : null
- expected value: ""
The recursive comparison was performed with this configuration:
- the following fields were ignored in the comparison: id
- no equals methods were used in the comparison EXCEPT for java JDK types since introspecting JDK types is forbidden in java 17+ (use withEqualsForType to register a specific way to compare a JDK type if you need it)
- these types were compared with the following comparators:
- java.lang.Double -> DoubleComparator[precision=1.0E-15]
- java.lang.Float -> FloatComparator[precision=1.0E-6]
- java.nio.file.Path -> lexicographic comparator (Path natural order)
- actual and expected objects and their fields were compared field by field recursively even if they were not of the same type, this allows for example to compare a Person to a PersonDto (call strictTypeChecking(true) to change that behavior).
- the introspection strategy used was: DefaultRecursiveComparisonIntrospectionStrategy
|
Check
Gradle build failed: see console output for details
|
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v3, gradle/gradle-build-action@v2.4.2, mikepenz/action-junit-report@v3.0.3, test-summary/action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, test-summary/action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|