Commit Graph

127 Commits

Author SHA1 Message Date
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
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
Spring Builds
75b1492039 [artifactory-release] Next development version 2022-01-19 12:13:24 +00:00
Spring Builds
a06a866410 [artifactory-release] Release version 5.0.0-M1 2022-01-19 12:13:21 +00:00
Mahmoud Ben Hassine
5dc17b190e Upgrade dependencies to major versions for Spring Batch 5
* Upgrade to Jakarta EE 9
* Upgrade to Spring Framework 6
* Upgrade to Spring Integration 6
* Upgrade to Spring Data 3
* Upgrade to Spring AMQP 3
* Upgrade to Spring for Apache Kafka 3

LDIF support is still in progress waiting for the next
major version of Spring LDAP.

Closes #4027
Closes #3656
2021-11-22 12:16:49 +01:00
Mahmoud Ben Hassine
fa53dde01e Update build to use Maven instead of Gradle 2021-01-29 11:45:26 +01:00
Michael Minella
e7a4e348a5 BATCH-2229 & BATCH-2218: Removed OSGi related metadata and Maven POMs 2014-05-12 15:32:02 -05:00
Michael Minella
5e07b249ad Updated commons-dbcp and commons-pool dependency scopes 2014-04-25 15:30:23 -05:00
Michael Minella
9d17a3d088 Updated Spring Batch Integration to use Spring Integration 4.0.0.RC1 2014-04-16 09:44:46 -05:00
Chris Schaefer
65f37c170a BATCH-2201: Update URL's to point to spring.io in docs
Update URLs pointing to springframework/springsource to spring.io.
Remove links that have no redirection
2014-03-25 12:24:37 -04:00
Michael Minella
ff7793cacf [maven-release-plugin] prepare for next development iteration 2014-02-21 21:42:59 -06:00
Michael Minella
f690c496c4 [maven-release-plugin] prepare release 3.0.0.M3 2014-02-21 21:42:55 -06:00
Chris Schaefer
ef0823938c BATCH-2111: Java 8 / Upgrade to Spring 4
* Upgrade Spring framework to 4.0.2.RELEASE
* Upgrade maven compiler plugin to 3.1
* Use LinkedHashMap to preseve ordering in AbstractFlowParser (found when upgrading to JDK 8)
* Match on EnhancerBySpringCGLIB in StepScopeProxyTargetClassOverrideIntegrationTests (SPR-11398)
2014-02-20 12:53:32 -06:00
Michael Minella
1bb02e4f55 Consolidated Spring Batch Integration into the regular Spring Batch build. Note: There will need to be additional build work done during the release process. That will be addressed then 2014-01-07 16:33:14 -06:00
Gary Russell
7954bbdf9d SPR 4.0.0.RELEASE and SI 4.0.0.M2 Compatibility
Updates to make spring-batch-integration compatible with these releases.
2014-01-07 14:07:28 -06:00
Gary Russell
5105f59dd1 Initial SF/SI 4
More
2014-01-07 14:07:28 -06:00
Michael Minella
1eb57b9aa1 [maven-release-plugin] prepare for next development iteration 2014-01-07 14:07:28 -06:00
Michael Minella
ad04dfcce4 [maven-release-plugin] prepare release 1.3.0.M1 2014-01-07 14:07:28 -06:00
Gunnar Hillert
3909b75151 BATCHADM-161 - Add Job Launching Gateway
For reference see: https://jira.springsource.org/browse/BATCHADM-161

* Add XML Schema
* Add Namespace Handler
* Add Parser and Gateway classes
* Add tests
2014-01-07 13:35:12 -06:00
willschipp
f23dd64740 BATCHADM-137 - added optional setting of the replyChannel externally in
the messagechannelparitionhandler
2014-01-07 13:35:12 -06:00
Michael Minella
9c942734e6 BATCHADM-155: Updated to support Spring Batch 2.2.0 2014-01-07 13:35:12 -06:00
Dave Syer
4cebb97355 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:34:57 -06:00
Dave Syer
75e984b095 [maven-release-plugin] prepare release 1.2.1.RELEASE 2014-01-07 13:34:57 -06:00
Dave Syer
c06c3ec289 JMS tests cannot run in same context 2014-01-07 13:34:02 -06:00
Dave Syer
2397b8bfb5 Fix logging dependencies, and upgrade Spring Integration 2014-01-07 13:34:02 -06:00
Dave Syer
077a15c640 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:33:50 -06:00
Dave Syer
c2912a1882 [maven-release-plugin] prepare release 1.2.0.RELEASE 2014-01-07 13:33:50 -06:00
Dave Syer
9348ec35a5 Use Central version of Derby for testing 2014-01-07 13:33:50 -06:00
Dave Syer
a5467d1ce6 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:33:50 -06:00
Dave Syer
5ac2c4e988 [maven-release-plugin] prepare release X.1.2.0.RC1DreleaseVersion=1.2.0.RC1 2014-01-07 13:33:50 -06:00
Dave Syer
c5d352bf06 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:33:49 -06:00
Dave Syer
9eef9abcdc [maven-release-plugin] prepare release 1.2.0.M1 2014-01-07 13:33:49 -06:00
Dave Syer
c93eb46a98 Change version in poms to reflect 1.2.0 release 2014-01-07 13:33:49 -06:00
Dave Syer
18eed8c5c7 BATCHADM-61: add step execution status summary to job execution views 2014-01-07 13:33:49 -06:00
Dave Syer
88638ce05f BATCHADM-72: Improve chunking traceability
- add sequence info to chunks
- Improve logging in ChunkMessageChannelItemWriter
- Add mysql/h2/derby properties to integration project
- Add drop scripts necessary for persistent databases
2014-01-07 13:33:48 -06:00
David Syer
7304c95a4e Make JMS deps optional 2014-01-07 13:33:32 -06:00
David Syer
b5611e051d BATCHADM-63: add integration test for JDBC remote chunking 2014-01-07 13:33:32 -06:00
David Syer
8286facc9d Fix JMS dependency 2014-01-07 13:33:31 -06:00
David Syer
bced2c5595 BATCHADM-58: first cut with all features and SI 2.0 2014-01-07 13:33:31 -06:00
David Syer
bcb78d8499 Switch to 1.1.0 on trunk 2014-01-07 13:33:31 -06:00
David Syer
dd95b9eabb [maven-release-plugin] prepare for next development iteration 2014-01-07 13:21:05 -06:00
David Syer
6cd141765c [maven-release-plugin] prepare release 1.0.0.RELEASE 2014-01-07 13:21:05 -06:00
David Syer
81c3b7db88 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:21:05 -06:00
David Syer
53418bdfe6 [maven-release-plugin] prepare release 1.0.0.RC1 2014-01-07 13:21:05 -06:00
David Syer
6ca0512753 BATCHADM-49: added JMS integration test 2014-01-07 13:21:04 -06:00
David Syer
9f8c1c8563 [maven-release-plugin] prepare for next development iteration 2014-01-07 13:21:04 -06:00
David Syer
479a76b793 [maven-release-plugin] prepare release 1.0.0.M3 2014-01-07 13:21:04 -06:00
David Syer
3ba59e7cec BATCHADM-32: add manifests to jars 2014-01-07 13:21:04 -06:00