Commit Graph

  • 07154909a1 Refactor tests in spring-batch-test Mahmoud Ben Hassine 2023-06-27 15:35:15 +02:00
  • cf9cc62a81 Refactor tests in spring-batch-integration Mahmoud Ben Hassine 2023-06-27 15:26:12 +02:00
  • 018fcf4799 Refactor tests in spring-batch-core Mahmoud Ben Hassine 2023-06-23 11:30:04 +02:00
  • acb7de0a0c Remove unused resources Mahmoud Ben Hassine 2023-06-23 09:17:28 +02:00
  • 8aea17f21d Refactor tests in spring-batch-infrastructure Mahmoud Ben Hassine 2023-06-23 08:52:08 +02:00
  • e6e9c4e7a2 Refactor ReflectionUtils Mahmoud Ben Hassine 2023-06-22 16:17:23 +02:00
  • ee30af4789 Remove redundant "extends Object" Mahmoud Ben Hassine 2023-06-22 11:17:13 +02:00
  • 51f6357e91 Move ObservabilitySampleStepTests to spring-batch-core Mahmoud Ben Hassine 2023-06-22 10:22:29 +02:00
  • dc6a4eb12d Replace hardcoded charsets with StandardCharsets Mahmoud Ben Hassine 2023-06-22 09:38:50 +02:00
  • 510d4768dd Remove tests that do not belong to Spring Batch test suite Mahmoud Ben Hassine 2023-06-21 17:55:26 +02:00
  • 502253bdd9 Remove unused class in tests Mahmoud Ben Hassine 2023-06-21 17:53:15 +02:00
  • fd8f65b761 Remove unused bean in JobLoaderConfigurationTests Mahmoud Ben Hassine 2023-06-21 17:47:01 +02:00
  • 850c27e08e Fix datasource configuration in metrics sample Mahmoud Ben Hassine 2023-06-15 22:36:48 +02:00
  • 93d911e100 Use lambdas and method references where appropriate Mahmoud Ben Hassine 2023-06-12 16:43:25 +02:00
  • c5b4f1a777 Remove unnecessary boxing/unboxing Mahmoud Ben Hassine 2023-06-12 16:17:32 +02:00
  • 7babb341f5 Replace for loops with enhanced for loop where appropriate Mahmoud Ben Hassine 2023-06-12 16:05:44 +02:00
  • 8c5456cff6 Replace for loops with String.repeat where appropriate Mahmoud Ben Hassine 2023-06-12 16:00:45 +02:00
  • a63755b546 Use Files.readString where appropriate Mahmoud Ben Hassine 2023-06-12 15:59:30 +02:00
  • 53f4912991 Use enhanced switch statements where appropriate Mahmoud Ben Hassine 2023-06-12 15:57:05 +02:00
  • a193fc3688 Replace String concatenation with text blocks where appropriate Mahmoud Ben Hassine 2023-06-12 15:55:32 +02:00
  • 0f44e2bad1 Use pattern matching variables where appropriate Mahmoud Ben Hassine 2023-06-12 15:47:57 +02:00
  • a2be6ba0c3 Replace unmodifiable collection creation with collection factory methods Mahmoud Ben Hassine 2023-06-12 15:42:02 +02:00
  • cb1b68d165 Replace if statements with switch statements where appropriate Mahmoud Ben Hassine 2023-06-12 15:39:09 +02:00
  • f0787454f8 Fix thread usage in SynchronizedItemStreamReaderTests Dimitrios Liapis 2018-10-30 23:33:09 +01:00
  • 0bfe31e569 Remove stack traces from tests Mahmoud Ben Hassine 2023-06-07 15:54:19 +02:00
  • 7f80b7230b Remove System.err.println from tests Mahmoud Ben Hassine 2023-06-07 15:45:51 +02:00
  • 27e2ab02c0 Remove Hibernate debug details from tests Mahmoud Ben Hassine 2023-06-07 15:24:44 +02:00
  • 98c426ca4f Remove System.out.println from tests Mahmoud Ben Hassine 2023-06-07 15:14:27 +02:00
  • 12b412f60a Use Objects#equals where appropriate Mahmoud Ben Hassine 2023-06-05 14:09:32 +02:00
  • 92159cbc2b Use diamond operator where appropriate Mahmoud Ben Hassine 2023-06-05 13:48:31 +02:00
  • 0dc5b63469 Replace identical catch sections with multi-catch blocks Mahmoud Ben Hassine 2023-06-05 13:29:47 +02:00
  • 8070751da8 Improve String concatenation where appropriate Mahmoud Ben Hassine 2023-06-05 13:19:28 +02:00
  • 106c4a589d Replace single operations inside loops with bulk methods Mahmoud Ben Hassine 2023-06-05 13:14:01 +02:00
  • 6d3e48a0bc Simplify assertions in tests Mahmoud Ben Hassine 2023-06-05 13:08:15 +02:00
  • 42fc4f686e Remove duplicate entry in .gitignore Mahmoud Ben Hassine 2023-06-05 12:39:44 +02:00
  • c25cd55901 Upgrade spring-javaformat maven plugin to version 0.0.39 Mahmoud Ben Hassine 2023-06-05 11:11:48 +02:00
  • bb5598e569 Remove unused method parameters in BatchRegistrar Mahmoud Ben Hassine 2023-06-05 11:07:47 +02:00
  • b0f7e3d6fe Next development version Mahmoud Ben Hassine 2023-05-17 16:15:55 +02:00
  • 1266de6e35 Release version 5.0.2 Mahmoud Ben Hassine 2023-05-17 16:13:05 +02:00
  • 1c39f9143f Prepare release 5.0.2 Mahmoud Ben Hassine 2023-05-17 11:08:42 +02:00
  • 9251add879 Refine contribution #4364 Mahmoud Ben Hassine 2023-05-16 07:00:51 +02:00
  • 539ec71ed7 Fix retrieval of job parameters in SimpleJobExplorer#getJobExecutions jinwoo-Bae 2023-05-02 20:14:08 +09:00
  • 7f304a1a79 Refine contribution #4364 Mahmoud Ben Hassine 2023-05-16 07:00:51 +02:00
  • e329b61d18 Fix retrieval of job parameters in SimpleJobExplorer#getJobExecutions jinwoo-Bae 2023-05-02 20:14:08 +09:00
  • 4a4c822274 Temporarily disable testWriteRetryOnTwoExceptions Mahmoud Ben Hassine 2023-05-11 13:27:44 +02:00
  • 30e8766faa Move equals/hashcode from ChunkIterator to Chunk class jinwoo-Bae 2023-02-28 13:40:04 +09:00
  • 2374a5ac11 Document thread-safety of item readers and writers Mahmoud Ben Hassine 2023-05-09 11:45:57 +02:00
  • 118be5e002 Make KafkaItemWriter extensible and document its thread-safety Mahmoud Ben Hassine 2023-05-09 10:17:58 +02:00
  • ef5ef1e6c6 Disable Docker-based tests when Docker is not available Sukanth Gunda 2023-05-08 00:58:19 -05:00
  • a33f0e9a32 Fix migration script for SQLServer Mahmoud Ben Hassine 2023-05-08 12:04:39 +02:00
  • 8a93b6bd47 Fix code formatting Mahmoud Ben Hassine 2023-05-05 07:18:47 +02:00
  • 5c257d0996 Disable flaky tests Mahmoud Ben Hassine 2023-05-05 06:57:52 +02:00
  • 37b8adee1e Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2023-05-05 06:38:12 +02:00
  • 4faa842bb1 Upgrade to Mockito 5 Henning Poettker 2023-05-03 20:13:09 +02:00
  • 4a971a0764 Enhance switch statements Minsoo Kim 2023-05-03 14:05:03 +09:00
  • 7460c5f9a1 Update Javadoc of JdbcPagingItemReaderBuilder Mahmoud Ben Hassine 2023-05-03 23:46:29 +02:00
  • bb337c6b2f Change visibility of properties to protected in JdbcPagingItemReaderBuilder Jonas 2023-03-21 14:42:44 +01:00
  • 9874a6502c Allow StaxEventItemReader to auto-detect the input file encoding Mahmoud Ben Hassine 2023-04-27 20:52:37 +02:00
  • 21bc4d582b Allow StaxEventItemReader to auto-detect the input file encoding Mahmoud Ben Hassine 2023-04-27 20:52:37 +02:00
  • ec161f8429 Reload test context before each method in AsynchronousTests Mahmoud Ben Hassine 2023-04-25 23:30:26 +02:00
  • 851bf706d8 Fix for the XML/Java switch regression and some other problems. Jay Bryant 2023-04-17 14:36:27 -05:00
  • c146f80e42 Fix BATCH_STEP_EXECUTION DDL in schema appendix James Woodruff 2023-04-18 13:06:20 -07:00
  • 972951a40a Remove unused imports and apply imports code style Mahmoud Ben Hassine 2023-04-11 16:17:15 +02:00
  • babb91342d Update GitHub Action Robert McNees 2023-04-10 11:21:00 -04:00
  • e61065ab00 Reduce use of deprecated APIs Henning Poettker 2023-03-25 18:33:28 +01:00
  • 2b536578c9 Add SafeVarargs annotations Henning Poettker 2023-03-25 23:56:35 +01:00
  • 74be83a3a5 Update scalability.adoc Kajsa Anderson 2023-03-27 18:40:11 -05:00
  • 81e619b433 Improve performance of JdbcJobInstanceDao#getLastJobInstance Mahmoud Ben Hassine 2023-03-29 12:06:47 +02:00
  • 30ce3326d1 Improve performance of JdbcJobInstanceDao#getLastJobInstance Mahmoud Ben Hassine 2023-03-29 11:37:06 +02:00
  • f06772db14 Update community files Mahmoud Ben Hassine 2023-03-23 13:24:02 +01:00
  • 71e7dd5a55 Update ISSUE_REPORTING.md Mahmoud Ben Hassine 2023-03-23 11:02:22 +01:00
  • dbdbf787e6 Update Javadocs Mahmoud Ben Hassine 2023-03-21 16:28:33 +01:00
  • 386277ddc7 Fix tiny misspelling in the sybase integration test comments Glenn Renfro 2023-02-23 17:26:21 -05:00
  • 1343eee3c2 Fix type of date/time fields in documentation swapy 2023-03-15 12:05:54 +05:30
  • 145c31b86f Change JobParameters to HashMap Tatiana Slednikova 2023-03-16 00:58:37 +03:00
  • 597ecb4b68 Improve the issue reporting process Mahmoud Ben Hassine 2023-03-17 23:21:20 +01:00
  • 4513d78ba5 Use text blocks for SQL queries Mahmoud Ben Hassine 2023-03-03 06:31:25 +01:00
  • af62a22919 Add Spring Batch logo in README.md Mahmoud Ben Hassine 2023-03-01 22:28:21 +01:00
  • 7a0fedec02 Add Github Action to generate release notes Mahmoud Ben Hassine 2023-02-28 16:46:24 +01:00
  • 8c8fc19809 Update CI/CD build status badge Mahmoud Ben Hassine 2023-02-28 15:04:55 +01:00
  • dee6862f9a Rename Github Actions workflow files Mahmoud Ben Hassine 2023-02-27 22:34:08 +01:00
  • e07ed7a58b Update the release process to automatically close the staging repository Mahmoud Ben Hassine 2023-02-27 22:31:19 +01:00
  • 8b4dce7923 Update documentation upload build Mahmoud Ben Hassine 2023-02-27 22:28:28 +01:00
  • 58802381c9 Add Github Action to deploy a milestone release to Artifactory Mahmoud Ben Hassine 2023-02-27 22:26:20 +01:00
  • 37c26dd005 Next development version Mahmoud Ben Hassine 2023-02-23 00:27:23 +01:00
  • 3aa503d6ca Release version 5.0.1 Mahmoud Ben Hassine 2023-02-23 00:20:40 +01:00
  • 310575ab06 Fix directory setup in sonatype staging build Mahmoud Ben Hassine 2023-02-23 00:00:09 +01:00
  • 3aa72bf96a Fix artifact URLs in sonatype staging build Mahmoud Ben Hassine 2023-02-22 23:36:16 +01:00
  • 001aac4f46 Fix steps order in artifactory staging build Mahmoud Ben Hassine 2023-02-22 20:53:21 +01:00
  • d594be1d87 Prepare release 5.0.1 Mahmoud Ben Hassine 2023-02-22 17:29:36 +01:00
  • e08e6cabf1 Update CI Management section in pom.xml files Mahmoud Ben Hassine 2023-02-22 16:38:51 +01:00
  • 43c0b77b7e [artifactory-release] Next development version Spring Builds 2023-02-22 12:11:43 +00:00
  • e71336a5e7 [artifactory-release] Release version 4.3.8 Spring Builds 2023-02-22 12:11:41 +00:00
  • 39ebffea8e Prepare release 4.3.8 Mahmoud Ben Hassine 2023-02-22 11:53:06 +01:00
  • 93800c6bae Improve step execution polling and retrieval Henning Poettker 2022-10-05 14:11:12 +02:00
  • c68da18d3e Improve step execution polling and retrieval Henning Poettker 2022-10-05 14:11:12 +02:00
  • c707284f80 Use batch inserts for job parameters Philippe Marschall 2021-03-13 18:48:19 +01:00
  • 708f1c8216 Add default component name in constructor of AvroItemReader drow724 2023-01-17 11:27:00 +09:00
  • 89e76164af Add default component name in constructor of AvroItemReader drow724 2023-01-17 11:27:00 +09:00
  • 2cc0be4a0c Replace usage of deprecated jobOperator#start method with newer version jinwoo-Bae 2023-02-18 01:37:49 +09:00