Mahmoud Ben Hassine
97b55e229a
Remove unused distribution resources
2022-12-09 10:35:20 +01:00
Mahmoud Ben Hassine
078b011fe8
Update maven pom files
...
- Remove unused plugins and repositories
- Extract versions as properties
2022-12-09 02:47:04 +01:00
Mahmoud Ben Hassine
debdd9f49c
Revert "Update next development version to 5.1.0-SNAPSHOT"
...
This reverts commit 7a34a1520f .
2022-12-09 01:30:34 +01:00
Mahmoud Ben Hassine
7a34a1520f
Update next development version to 5.1.0-SNAPSHOT
2022-12-08 17:26:37 +01:00
Spring Builds
656e3f8895
[artifactory-release] Next development version
2022-11-24 03:30:11 +00:00
Spring Builds
3bef84da7c
[artifactory-release] Release version 5.0.0
2022-11-24 03:30:08 +00:00
Mahmoud Ben Hassine
d54fa25d00
Update documentation
2022-11-23 17:01:32 +01:00
Danilo Piazzalunga
fc0ec01ff8
Throw IllegalStateException from afterPropertiesSet
...
Consistently use Assert.state in the afterPropertiesSet()
methods to throw IllegalStateException instead of
IllegalArgumentException when some properties are missing
and/or invalid.
Resolves #2244
2022-11-23 12:22:26 +01:00
Spring Builds
e273ec151e
[artifactory-release] Next development version
2022-11-09 14:34:37 +00:00
Spring Builds
420a7baa75
[artifactory-release] Release version 5.0.0-RC2
2022-11-09 14:34:34 +00:00
Mahmoud Ben Hassine
8aa1becd41
Update "what's new" section for 5.0.0-RC2 release
2022-11-09 14:44:23 +01:00
Spring Builds
24283a8a1f
[artifactory-release] Next development version
2022-10-19 23:57:21 +00:00
Spring Builds
adde7d764e
[artifactory-release] Release version 5.0.0-RC1
2022-10-19 23:57:18 +00:00
Mahmoud Ben Hassine
35c7eabc5c
Update documentation for 5.0.0-RC1 release
2022-10-19 22:02:32 +02:00
Mahmoud Ben Hassine
d55a091654
Remove Gemfire support in Spring Batch
...
Based on the decision to discontinue the support
of Spring Data for Apache Geode [1], this commit
removes the support for Geode in Spring Batch.
The code will be moved to the spring-batch-extensions
repository as a community-driven effort.
[1]: https://github.com/spring-projects/spring-data-geode#notice
Resolves #4214
2022-10-18 12:31:09 +02:00
Spring Builds
58c760b3ef
[artifactory-release] Next development version
2022-10-13 10:34:01 +00:00
Spring Builds
87f3644667
[artifactory-release] Release version 5.0.0-M8
2022-10-13 10:33:58 +00:00
Mahmoud Ben Hassine
dd823fa474
Update documentation for 5.0.0-M8 release
2022-10-13 11:50:41 +02:00
Spring Builds
58ce4fecac
[artifactory-release] Next development version
2022-10-05 04:16:28 +00:00
Spring Builds
771c14f00d
[artifactory-release] Release version 5.0.0-M7
2022-10-05 04:16:25 +00:00
Mahmoud Ben Hassine
1b722f6595
Update documentation for release 5.0.0-M7
2022-10-05 05:39:45 +02:00
Ivan Agafonov
c2e8ef0845
Fix minor example in job.adoc
2022-10-04 23:05:55 +02:00
Mahmoud Ben Hassine
fd9dca3504
Fix column names in BATCH_JOB_EXECUTION_PARAMS
...
For some DB providers, columns cannot be named "VALUE".
This commit adds a prefix where appropriate to the columns
of `BATCH_JOB_EXECUTION_PARAMS`.
Related to:
* https://github.com/spring-projects/spring-batch/issues/3960
2022-10-04 22:13:40 +02:00
Mahmoud Ben Hassine
2660f2bb27
Add support to use any type as a job parameter
...
This commit also changes the way job parameters
are parsed and persisted.
NB: This commit should ideally have been split
into two change sets. But the changes are tightly
related that is was not possible to separate them.
Related to:
* https://github.com/spring-projects/spring-batch/issues/3960
* https://github.com/spring-projects/spring-batch/issues/2122
* https://github.com/spring-projects/spring-batch/issues/1035
* https://github.com/spring-projects/spring-batch/issues/1983
2022-10-04 20:35:50 +02:00
Mahmoud Ben Hassine
39b8279831
Fix incorrect reference to SimpleJdbcTemplate in reference documentation
...
Resolves #4197
2022-09-22 07:11:33 +02:00
Mahmoud Ben Hassine
be231f7316
Improve the documentation of scoped beans definition
...
Resolves #1502
2022-09-22 06:50:52 +02:00
Spring Builds
83ef59ac5e
[artifactory-release] Next development version
2022-09-21 18:35:32 +00:00
Spring Builds
ba7cad4ad8
[artifactory-release] Release version 5.0.0-M6
2022-09-21 18:35:29 +00:00
Mahmoud Ben Hassine
219fee3bad
Update documentation
2022-09-21 19:51:08 +02:00
Spring Builds
878578f829
[artifactory-release] Next development version
2022-08-24 17:14:59 +00:00
Spring Builds
7fc0af6785
[artifactory-release] Release version 5.0.0-M5
2022-08-24 17:14:56 +00:00
Mahmoud Ben Hassine
f7ca108cff
Update "what's new section" for 5.0.0-M5
2022-08-24 18:28:09 +02:00
Jay Bryant
f89aa20861
Use spring-asciidoctor-backends for documentation generation
...
Resolves #3865
2022-08-21 09:44:12 +02:00
Mahmoud Ben Hassine
c506a49988
Remove job autowiring in JobLauncherTestUtils
...
Before this commit, registering the JobLauncherTestUtils
as a bean in the test context (either manually or via
`@SpringBatchTest`) was failing when multiple jobs are
defined in the test context.
This commit removes the autowiring of the job under test
in JobLauncherTestUtils.
Resolves #1237
2022-08-20 12:39:02 +02:00
Mahmoud Ben Hassine
e67c0069f1
Use the Chunk API consistently
...
This commit replaces the usage of List with Chunk
where appropriate. Summary of changes:
- The Chunk class was moved from the `org.springframework.batch.core.step.item` package to the `org.springframework.batch.item` package
- The signature of the method `ItemWriter#write(List)` was changed to `ItemWriter#write(Chunk)`
- All implementations of `ItemWriter` were updated to use the Chunk API instead of List
- All methods in the `ItemWriteListener` interface were updated to use the Chunk API instead of List
- All implementations of `ItemWriteListener` were updated to use the Chunk API instead of List
- The constructor of `ChunkRequest` was changed to accept a Chunk instead of a Collection of items
- The return type of `ChunkRequest#getItems()` was changed from List to Chunk
Resolves #3954
2022-08-19 13:40:09 +02:00
Spring Builds
08adb4550a
[artifactory-release] Next development version
2022-07-21 03:17:06 +00:00
Spring Builds
d46aeef01d
[artifactory-release] Release version 5.0.0-M4
2022-07-21 03:17:03 +00:00
Fadhel Mahmoud Ben Hassine
9d322e9de2
Update whatsnew.adoc
2022-07-20 23:32:12 +02:00
Henning Poettker
a393dc533d
Replace deprecated IntegrationFlows
2022-07-20 18:28:34 +02:00
Marvin Deng
c0791039dc
Rename SimpleJobLauncher to TaskExecutorJobLauncher
...
Resolves #4123
2022-07-19 13:34:23 +02:00
Spring Builds
b9bc4c1488
[artifactory-release] Next development version
2022-05-19 01:22:57 +00:00
Spring Builds
a99f1c8645
[artifactory-release] Release version 5.0.0-M3
2022-05-19 01:22:54 +00:00
Mahmoud Ben Hassine
53eabcdeee
Update the "what's new" section for 5.0.0-M3
2022-05-18 20:29:44 +02:00
Mahmoud Ben Hassine
df8dac19df
Change default encoding to UTF-8 in file-based readers and writers
...
This commit overrides the fix in #3910 by using UTF-8
as default encoding in file-based item readers and writers.
Issue #1154
2022-05-17 20:07:03 +02:00
Mahmoud Ben Hassine
9f4424f4fa
Fix documentation WRT restarting an abruptly stopped job
...
Resolves #4037
2022-05-05 18:03:18 +02:00
Mahmoud Ben Hassine
30ad62f78a
Refine contribution #4083
...
Add "Spring Batch Architecture" section to the index
2022-05-05 17:21:43 +02:00
Jay Bryant
9b8782490f
Editing pass for reference docs
...
Issue #4083
2022-05-05 17:08:05 +02:00
Xavi Lee
f23ab15448
Update copyright date
2022-04-01 16:17:59 +02:00
Spring Builds
437f4797f8
[artifactory-release] Next development version
2022-03-23 11:57:35 +00:00
Spring Builds
273ddeed90
[artifactory-release] Release version 5.0.0-M2
2022-03-23 11:57:32 +00:00