Skip to content

Commit a778298

Browse files
authored
Merge branch 'main' into spring-batch-s3
Signed-off-by: Andrea Cioni <[email protected]>
2 parents 6aefce9 + 2db69f0 commit a778298

File tree

78 files changed

+1672
-1243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1672
-1243
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/spring-batch-bigquery/ @dgray16
2-
/spring-batch-elasticsearch/
2+
/spring-batch-elasticsearch/ @hpoettker
33
/spring-batch-excel/ @mdeinum
4-
/spring-batch-geode/
54
/spring-batch-neo4j/ @michael-simons @meistermeier
65
/spring-batch-notion/ @scordio

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch BigQuery
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-bigquery.yml'
67
- 'spring-batch-bigquery/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-bigquery.yml'
911
- 'spring-batch-bigquery/**'
1012

1113
jobs:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch Elasticsearch
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-elasticsearch.yml'
67
- 'spring-batch-elasticsearch/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-elasticsearch.yml'
911
- 'spring-batch-elasticsearch/**'
1012

1113
jobs:

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ name: Spring Batch Excel
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-excel.yml'
67
- 'spring-batch-excel/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-excel.yml'
911
- 'spring-batch-excel/**'
1012

1113
jobs:
1214
build:
1315
runs-on: ubuntu-latest
1416
steps:
1517
- uses: actions/checkout@v4
16-
- name: Set up JDK 17
18+
- name: Set up JDK 21
1719
uses: actions/setup-java@v4
1820
with:
1921
distribution: 'temurin'
20-
java-version: '17'
22+
java-version: '21'
2123
cache: 'maven'
2224
- name: Build with Maven
2325
run: mvn -B package

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

Lines changed: 0 additions & 24 deletions
This file was deleted.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch Neo4j
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-neo4j.yml'
67
- 'spring-batch-neo4j/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-neo4j.yml'
911
- 'spring-batch-neo4j/**'
1012

1113
jobs:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ 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:
10+
- '.github/workflows/spring-batch-notion.yml'
911
- 'spring-batch-notion/**'
1012

1113
env:
@@ -20,7 +22,7 @@ jobs:
2022
uses: actions/setup-java@v4
2123
with:
2224
distribution: 'temurin'
23-
java-version: '21'
25+
java-version: '25'
2426
cache: 'maven'
2527
- name: Build with Maven
2628
run: ./mvnw $MAVEN_ARGS verify javadoc:javadoc

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
44

55
## Directory-based project format
6-
.idea/
6+
.idea/*
7+
!/.idea/icon.svg
78
*.iml
89
# if you remove the above rule, at least ignore user-specific stuff:
910
# .idea/workspace.xml

.idea/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ This project is part of the [Spring organization][] on GitHub.
99
| Module | Description | Lead | Version | CI build |
1010
|------------------------------------------------------------|-------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1111
| [`spring-batch-bigquery`](spring-batch-bigquery) | Support for [Google BigQuery] | [@dgray16](https://github.com/dgray16) | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-bigquery?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-bigquery) | [![Spring Batch BigQuery](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-bigquery.yml/badge.svg)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-bigquery.yml?query=branch%3Amain) |
12-
| [`spring-batch-elasticsearch`](spring-batch-elasticsearch) | Support for [Elasticsearch] | TBA | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-elasticsearch?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-elasticsearch) | [![Spring Batch Elasticsearch](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-elasticsearch.yml/badge.svg)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-elasticsearch.yml?query=branch%3Amain) |
12+
| [`spring-batch-elasticsearch`](spring-batch-elasticsearch) | Support for [Elasticsearch] | [@hpoettker](https://github.com/hpoettker) | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-elasticsearch?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-elasticsearch) | [![Spring Batch Elasticsearch](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-elasticsearch.yml/badge.svg)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-elasticsearch.yml?query=branch%3Amain) |
1313
| [`spring-batch-excel`](spring-batch-excel) | Support for [Microsoft Excel] | [@mdeinum](https://github.com/mdeinum) | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-excel?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-excel) | [![Spring Batch Excel](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-excel.yml/badge.svg)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-excel.yml?query=branch%3Amain) |
14-
| [`spring-batch-geode`](spring-batch-geode) | Support for [Apache Geode] | TBA | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-geode?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-geode) | [![Spring Batch Geode](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-geode.yml/badge.svg)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-geode.yml?query=branch%3Amain) |
1514
| [`spring-batch-neo4j`](spring-batch-neo4j) | Support for [Neo4j] | [@michael-simons](https://github.com/michael-simons) | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-neo4j?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-neo4j) | [![Spring Batch Neo4j](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-neo4j.yml/badge.svg)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-neo4j.yml?query=branch%3Amain) |
1615
| [`spring-batch-notion`](spring-batch-notion) | Support for [Notion] | [@scordio](https://github.com/scordio) | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-notion?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-notion) | [![Spring Batch Notion](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-notion.yml/badge.svg?branch=main)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-notion.yml?query=branch%3Amain) |
1716
| [`spring-batch-s3`](spring-batch-s3) | Support for [Amazon S3] | [@andreacioni](https://github.com/andreacioni) | [![Maven Central](https://img.shields.io/maven-central/v/org.springframework.batch.extensions/spring-batch-s3?label)](https://central.sonatype.com/artifact/org.springframework.batch.extensions/spring-batch-s3) | [![Spring Batch S3](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-s3.yml/badge.svg?branch=main)](https://github.com/spring-projects/spring-batch-extensions/actions/workflows/spring-batch-s3.yml?query=branch%3Amain) |

0 commit comments

Comments
 (0)