Skip to content

Commit 3192515

Browse files
authored
Build Spring Batch Notion with Java 25 (#192)
1 parent 8107389 commit 3192515

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/spring-batch-notion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Spring Batch Notion
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-notion.yml'
67
- 'spring-batch-notion/**'
78
push:
89
paths:
@@ -20,7 +21,7 @@ jobs:
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

spring-batch-notion/src/main/java/org/springframework/batch/extensions/notion/Sort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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
*/

0 commit comments

Comments
 (0)