Commit Graph

  • 05bbd3f7ea Remove dependency autowiring in test utilities Mahmoud Ben Hassine 2022-11-16 14:20:48 +01:00
  • 842d08cfed Upgrade mongodb-driver-sync dependency to version 4.8.0 Mahmoud Ben Hassine 2022-11-16 14:08:43 +01:00
  • 4dda48dfcc Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2022-11-10 08:00:14 +01:00
  • e273ec151e [artifactory-release] Next development version Spring Builds 2022-11-09 14:34:37 +00:00
  • 420a7baa75 [artifactory-release] Release version 5.0.0-RC2 Spring Builds 2022-11-09 14:34:34 +00:00
  • 13bda178c1 Update dependencies for 5.0.0-RC2 release Mahmoud Ben Hassine 2022-11-09 14:58:37 +01:00
  • 8aa1becd41 Update "what's new" section for 5.0.0-RC2 release Mahmoud Ben Hassine 2022-11-09 14:44:23 +01:00
  • 0a048f31c3 Fix typo in exception message Mahmoud Ben Hassine 2022-11-09 10:18:35 +01:00
  • 2edd4006d2 Change the return type of counting methods in various DAOs from int to long Mahmoud Ben Hassine 2022-11-08 21:57:10 +01:00
  • 919f73e78c Remove the SQL Server sequence incrementer in favor of the one provided by Spring Framework Mahmoud Ben Hassine 2022-11-08 21:08:15 +01:00
  • 1cb172b5e5 Remove the MariaDB sequence incrementer in favor of the one provided by Spring Framework Mahmoud Ben Hassine 2022-11-08 21:05:22 +01:00
  • 881c79c3e4 Align dependencies with JakartaEE 10 Mahmoud Ben Hassine 2022-11-08 20:40:43 +01:00
  • 1527593a36 Refine contribution #4218 Mahmoud Ben Hassine 2022-11-08 13:45:13 +01:00
  • 3bb7ce532b Improve @SpringBatchTest to autowire the job under test in JobLauncherTestUtils if it is unique Henning Poettker 2022-10-23 22:15:44 +02:00
  • 621ec92586 Add Micrometer counter for job launches Mahmoud Ben Hassine 2022-11-08 12:28:43 +01:00
  • d444a8abaf Make the MeterRegistry used by Micrometer configurable Mahmoud Ben Hassine 2022-11-07 11:16:24 +01:00
  • d889f84735 Remove the static configuration of Micrometer's observation registry Mahmoud Ben Hassine 2022-11-07 07:49:10 +01:00
  • 051e0220fc Add native resource hint for MariaDB DDL script Mahmoud Ben Hassine 2022-11-04 13:24:47 +01:00
  • bc92c4a1da Add native reflection hints for Job/Step contexts Mahmoud Ben Hassine 2022-11-04 11:21:37 +01:00
  • 5da133ac36 Make ObservationRegistry non final in BatchMetrics Mahmoud Ben Hassine 2022-10-25 17:43:32 +02:00
  • eda046414f Fix typo in method name in DefaultBatchConfiguration Mahmoud Ben Hassine 2022-10-25 16:45:50 +02:00
  • 524e9564c0 Add full support for MariaDB Mahmoud Ben Hassine 2022-10-25 11:11:57 +02:00
  • 724cc97ed6 Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2022-10-20 02:12:23 +02:00
  • 24283a8a1f [artifactory-release] Next development version Spring Builds 2022-10-19 23:57:21 +00:00
  • adde7d764e [artifactory-release] Release version 5.0.0-RC1 Spring Builds 2022-10-19 23:57:18 +00:00
  • 35c7eabc5c Update documentation for 5.0.0-RC1 release Mahmoud Ben Hassine 2022-10-19 22:02:32 +02:00
  • 78ad9867ed Update dependencies for 5.0.0-RC1 release Mahmoud Ben Hassine 2022-10-19 22:01:58 +02:00
  • 15ef22284a Update MySQL Connector/J and use new Maven coordinates Henning Poettker 2022-10-17 01:36:40 +02:00
  • 0b694117eb Add Spring Batch version in the execution context Mahmoud Ben Hassine 2022-10-19 16:48:08 +02:00
  • 866fe37eb0 Exclude Jackson from transitive dependencies Mahmoud Ben Hassine 2022-10-19 11:28:54 +02:00
  • d55a091654 Remove Gemfire support in Spring Batch Mahmoud Ben Hassine 2022-10-18 12:19:51 +02:00
  • de567e8c6f Fix JavaBean setter collision Mahmoud Ben Hassine 2022-10-18 11:46:02 +02:00
  • 05f6d136c6 Fix link to spring-batch.xsd in spring.schemas Mahmoud Ben Hassine 2022-10-18 11:18:09 +02:00
  • 34f3ec5bc9 Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2022-10-13 12:52:39 +02:00
  • 58c760b3ef [artifactory-release] Next development version Spring Builds 2022-10-13 10:34:01 +00:00
  • 87f3644667 [artifactory-release] Release version 5.0.0-M8 Spring Builds 2022-10-13 10:33:58 +00:00
  • b27e28b4b2 Update dependencies for 5.0.0-M8 release Mahmoud Ben Hassine 2022-10-13 11:51:09 +02:00
  • dd823fa474 Update documentation for 5.0.0-M8 release Mahmoud Ben Hassine 2022-10-13 11:50:41 +02:00
  • bd9d0d90d6 Deprecate internal classes related to concurrency in TaskExecutorRepeatTemplate Mahmoud Ben Hassine 2022-10-12 19:00:40 +02:00
  • 1ff04d532d Deprecate throttle limit in TaskExecutorRepeatTemplate Mahmoud Ben Hassine 2022-10-12 18:57:18 +02:00
  • 157d7a3a20 Deprecate ItemStreamSupport in favor of using default methods in the ItemStream interface Mahmoud Ben Hassine 2022-10-12 18:55:46 +02:00
  • 668c614ed9 Add default methods in ItemStream interface Mahmoud Ben Hassine 2022-10-12 18:55:06 +02:00
  • 30cee99578 Remove unused constructor in SkipWrapper Mahmoud Ben Hassine 2022-10-12 18:53:52 +02:00
  • 87e69f3e87 Deprecate Classifier Mahmoud Ben Hassine 2022-10-12 18:51:08 +02:00
  • 219fd7f2e2 Deprecate DelegateStep Mahmoud Ben Hassine 2022-10-12 18:50:13 +02:00
  • bef2588207 Deprecate DataSourceInitializer Mahmoud Ben Hassine 2022-10-12 18:47:59 +02:00
  • f185fd1598 Deprecate JobRegistryBackgroundJobRunner Mahmoud Ben Hassine 2022-10-12 18:47:14 +02:00
  • 26c39cbbae Refine contribution #3967 Mahmoud Ben Hassine 2022-10-12 17:23:39 +02:00
  • 746c919372 Support command as array of strings Philippe Truche 2021-05-26 14:13:00 +02:00
  • 4eefb1d287 Refine contribution #3972 Mahmoud Ben Hassine 2022-10-12 15:32:56 +02:00
  • eccea800fb Add CommandRunner and JvmCommandRunner in SystemCommandTasklet Stefano Cordio 2021-08-11 23:17:57 +02:00
  • 6fbbeb8e5b Fix timestamp precision in schema-derby.sql Mahmoud Ben Hassine 2022-10-12 08:38:27 +02:00
  • d66372a0fb Fix timestamp precision in schema-hsqldb-extended.sql Mahmoud Ben Hassine 2022-10-12 08:06:13 +02:00
  • 81728c00ed Increase the value of fractional seconds precision in timestamp columns Mahmoud Ben Hassine 2022-10-12 07:14:05 +02:00
  • 5c92623785 Fix Timestamp to LocalDateTime conversion in Job/Step execution DAOs Mahmoud Ben Hassine 2022-10-12 06:46:05 +02:00
  • 220de61f75 Remove un-used code for jump-to-item queries Henning Poettker 2022-10-05 03:10:05 +02:00
  • 1a65c00b8d Change type of timestamp fields in JobExecution/StepExecution to LocalDateTime Mahmoud Ben Hassine 2022-10-11 22:09:16 +02:00
  • 4bcc6b147c Exclude jackson-core from avro dependency Mahmoud Ben Hassine 2022-10-11 16:55:55 +02:00
  • 2b258d1b88 Change the default execution context serializer to DefaultExecutionContextSerializer Mahmoud Ben Hassine 2022-10-10 10:39:50 +02:00
  • c65e0f27d4 Change DefaultExecutionContextSerializer to produce Base64 content Mahmoud Ben Hassine 2022-10-10 10:20:13 +02:00
  • e21f56cad8 Remove version suffix from XSD schema Mahmoud Ben Hassine 2022-10-09 18:01:34 +02:00
  • 577638a1c1 Initialize jobParametersConverter in JobOperatorFactoryBean Mahmoud Ben Hassine 2022-10-09 17:56:16 +02:00
  • 16bc8ac0a5 Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2022-10-05 07:12:30 +02:00
  • 6d73a1ceab ReApply "Adapt observability code to latest changes in Micrometer" Mahmoud Ben Hassine 2022-10-05 07:10:08 +02:00
  • 58ce4fecac [artifactory-release] Next development version Spring Builds 2022-10-05 04:16:28 +00:00
  • 771c14f00d [artifactory-release] Release version 5.0.0-M7 Spring Builds 2022-10-05 04:16:25 +00:00
  • 1b722f6595 Update documentation for release 5.0.0-M7 Mahmoud Ben Hassine 2022-10-05 05:39:45 +02:00
  • e866108e03 Update dependencies for release 5.0.0-M7 Mahmoud Ben Hassine 2022-10-04 23:31:08 +02:00
  • a3c692d5fa Upgrade Derby to version 10.16.1.1 Henning Poettker 2022-09-05 01:36:17 +02:00
  • 84b1e1f702 Fix code sample in documentation Mahmoud Ben Hassine 2022-10-04 23:13:57 +02:00
  • c2e8ef0845 Fix minor example in job.adoc Ivan Agafonov 2022-09-25 23:52:55 +03:00
  • 6ca1657d1b Add support for Java 8 Date/Time APIs as job parameters Mahmoud Ben Hassine 2022-10-04 22:37:33 +02:00
  • fd9dca3504 Fix column names in BATCH_JOB_EXECUTION_PARAMS Mahmoud Ben Hassine 2022-10-04 22:13:40 +02:00
  • 2660f2bb27 Add support to use any type as a job parameter Mahmoud Ben Hassine 2022-09-30 10:31:22 +02:00
  • 027302469a Fix native hints for JDK proxies generation Mahmoud Ben Hassine 2022-10-04 11:07:33 +02:00
  • ee5827a4a8 Downgrade Micrometer dependencies to latest milestones Mahmoud Ben Hassine 2022-10-03 18:04:45 +02:00
  • a774fac1b3 Revert "Adapt observability code to latest changes in Micrometer" Mahmoud Ben Hassine 2022-10-03 17:59:58 +02:00
  • bdd2cd4b25 Update core native hints Mahmoud Ben Hassine 2022-10-01 12:08:40 +02:00
  • 8973c8a5b6 Adapt observability code to latest changes in Micrometer Glenn Renfro 2022-09-30 18:58:11 -04:00
  • 54904c0635 Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2022-09-22 10:08:31 +02:00
  • 9b8ad71333 [artifactory-release] Next development version Spring Builds 2022-09-22 06:39:55 +00:00
  • 7876460c52 [artifactory-release] Release version 4.3.7 Spring Builds 2022-09-22 06:39:52 +00:00
  • b9b7c0891a Fix formatting Mahmoud Ben Hassine 2022-09-22 07:40:44 +02:00
  • 2c0ae70807 Update dependencies Mahmoud Ben Hassine 2022-09-22 07:36:40 +02:00
  • dca9b77d11 Fix incorrect reference to SimpleJdbcTemplate in reference documentation Mahmoud Ben Hassine 2022-09-22 07:11:33 +02:00
  • 39b8279831 Fix incorrect reference to SimpleJdbcTemplate in reference documentation Mahmoud Ben Hassine 2022-09-22 07:11:33 +02:00
  • 499ec2b0ad Improve the documentation of scoped beans definition Mahmoud Ben Hassine 2022-09-22 06:50:52 +02:00
  • be231f7316 Improve the documentation of scoped beans definition Mahmoud Ben Hassine 2022-09-22 06:50:52 +02:00
  • 27a8ed7eb3 Move xstream.version property to test dependencies section Mahmoud Ben Hassine 2022-09-22 05:34:55 +02:00
  • 7b0e00e8a5 Declare dependency on jettison as optional Henning Poettker 2022-09-21 22:40:32 +02:00
  • 76c0b0030f Update Spring dependencies to latest snapshots Mahmoud Ben Hassine 2022-09-22 04:52:56 +02:00
  • 83ef59ac5e [artifactory-release] Next development version Spring Builds 2022-09-21 18:35:32 +00:00
  • ba7cad4ad8 [artifactory-release] Release version 5.0.0-M6 Spring Builds 2022-09-21 18:35:29 +00:00
  • 72a6d5ddd3 Update dependencies Mahmoud Ben Hassine 2022-09-21 19:35:54 +02:00
  • 219fee3bad Update documentation Mahmoud Ben Hassine 2022-09-21 19:07:26 +02:00
  • 1141975470 Add isolationLevelForCreate attribute in EnableBatchProcessing Mahmoud Ben Hassine 2022-09-21 12:29:38 +02:00
  • e33659cae5 Add support to customize transaction attributes in infrastructure beans Mahmoud Ben Hassine 2022-09-21 10:20:57 +02:00
  • 6ad3596401 Add support for transaction customization in SimpleJobOperator Mahmoud Ben Hassine 2022-09-21 04:26:29 +02:00
  • 40b4be3c14 Add transaction support in JobExplorerFactoryBean Mahmoud Ben Hassine 2022-09-21 02:49:09 +02:00
  • 0a71cb7d93 Fix Javadoc of RemoteChunkingManagerStepBuilder Mahmoud Ben Hassine 2022-09-21 02:43:42 +02:00