File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-batch-notion/src/main/java/org/springframework/batch/extensions/notion Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Spring Batch Notion
33on :
44 pull_request :
55 paths :
6+ - ' .github/workflows/spring-batch-notion.yml'
67 - ' spring-batch-notion/**'
78 push :
89 paths :
2021 uses : actions/setup-java@v4
2122 with :
2223 distribution : ' temurin'
23- java-version : ' 21 '
24+ java-version : ' 25 '
2425 cache : ' maven'
2526 - name : Build with Maven
2627 run : ./mvnw $MAVEN_ARGS verify javadoc:javadoc
Original file line number Diff line number Diff line change 2626 * <p>
2727 * Sorts operate on property values or entry timestamps, and can be combined.
2828 * <p>
29- * The direction defaults to {@link Direction #DEFAULT_DIRECTION}.
29+ * The direction defaults to {@link Sort #DEFAULT_DIRECTION}.
3030 *
3131 * @author Stefano Cordio
3232 */
You can’t perform that action at this time.
0 commit comments