Commit Graph

35 Commits

Author SHA1 Message Date
mike b
5254865821 [BAEL-3646] Conditional Flow in Spring Batch 2020-03-15 14:14:46 -04:00
Shubhra
ca2236303f BAEL-3298 Some merge changes 2020-03-13 00:21:20 +05:30
Shubhra
6c776dab53 Merge remote-tracking branch 'origin/BAEL-3298-spring-batch-retry' into BAEL-3298-spring-batch-retry
# Conflicts:
#	spring-batch/xml/retryOutput.xml
2020-03-13 00:08:24 +05:30
Shubhra
087bb0d2ab BAEL-3298 Updating Date to LocalDateTime to avoid timezone related issues 2020-03-13 00:06:57 +05:30
Shubhra Srivastava
c2d8fb0a3c Updating id to 9999 2020-02-19 11:01:34 +05:30
Shubhra Srivastava
ce17f36a5e updating id to 9999 2020-02-19 11:00:39 +05:30
Shubhra
0992a4c1f9 BAEL-3298 Updating names of testcases 2020-02-11 10:46:23 +05:30
Shubhra
dcd70e3973 BAEL-3298 minor update 2020-02-11 10:18:39 +05:30
Shubhra
c75b57d9fa BAEL-3298 Using @MockBean 2020-02-11 10:16:20 +05:30
Shubhra
d41c6d9676 BAEL-3298 Some more refactoring 2020-02-11 09:46:58 +05:30
Shubhra Srivastava
07962cd553 Minor refactoring in test class 2020-02-11 07:31:32 +05:30
Shubhra Srivastava
05a7cbfaf7 Refactoring RetryItemProcessor 2020-02-11 07:28:56 +05:30
Shubhra Srivastava
d2d812748a Some refactoring 2020-02-11 07:26:44 +05:30
Shubhra Srivastava
4a31ae0c79 Review comments 2020-02-11 07:24:45 +05:30
Shubhra
0cb246b0be BAEL-3298 Some more refactoring 2020-02-09 19:13:33 +05:30
Shubhra
ef9cf05bc9 BAEL-3298 Adding tests and refactoring 2020-02-09 18:16:20 +05:30
Shubhra
997d040ccc BAEL-3298 Spring batch retry job 2020-02-09 15:28:19 +05:30
amit2103
bd8a6c0271 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
Sorin Zamfir
9199d0c895 BAEL-3299 - Testing a Spring Batch Job (#7982)
* BAEL-3299: First version. Broken tests

* BAEL-3299: Fix tests

* BAEL-3299: Include gitignore for output files

* BAEL-3299: Example of writer unit test

* BAEL-3299: Cleaned up and included more tests

* BAEL-3299: Updated to use JobParameters

* BAEL-3299: Fixed broken startup and included cleanup for tests

* BAEL-3299: Fine tuned version. Fixed formatting.

* BAEL-3299: Cleaned up redundant stuff

* BAEL-3299: Fixed formatting

* BAEL-3299: Moved source code in spring-batch module

* BAEL-3299: Fixed broken tests
2019-10-14 19:32:04 -07:00
kwoyke
c2b029fd85 BAEL-3093: Configuring Skip Logic in Spring Batch (#7946) 2019-10-07 05:45:19 +02:00
Dhawal Kapil
b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
Hamed Mirzaei
4d85678e96 To enable multiple execution of a job with the same parameters 2019-05-07 10:22:42 +04:30
sachin29aug
764dff1bd9 BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 20 modules.. work in progress..) 2018-09-09 16:10:21 -04:00
sachin
fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
mmchsusan
34f4a6bdb9 Bael-1965: using awaitility in test (#4691)
* how to trigger and stop scheduled batch job

* Replace thread.sleep to awaitility tool in integration testing
2018-07-12 19:22:05 +02:00
mmchsusan
0ad3423219 how to trigger and stop scheduled batch job (#4671) 2018-07-10 08:09:31 +02:00
Amit Pandey
7206e64bef Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases
2018-06-01 13:12:51 +02:00
Magdalena Krause
40e23a70e7 BAEL-1543: Moving from XML to Java based Spring config. 2018-02-20 10:43:07 -03:00
Magdalena Krause
8af29e8df5 BAEL-1543: Logging to console instead of file. 2018-02-16 16:54:04 -03:00
Magdalena Krause
d09a828a58 BAEL-1543: Changing tests names. 2018-02-15 13:28:56 -03:00
Magdalena Krause
443e990fd1 BAEL-1543: Spring Batch: Tasklets vs Chunks 2018-02-15 13:23:00 -03:00
Grzegorz Piwowarek
43357b0809 Partitioner Refactor (#2434)
* Refactor Batch

* Refactor Batch
2017-08-14 11:00:51 +02:00
Parth Karia
127dd7323d BAEL-243 Spring Batch using Partitioner (#2419)
* BAEL-1004 changes in variable names

* BAEL-243 Spring Batch using Partitioner
2017-08-11 08:09:36 -07:00
eugenp
95e2d063f4 general formatting work 2016-01-30 12:01:41 +02:00
eugenp
3052a5305e spring batch work 2015-12-28 18:23:13 +02:00