Commit Graph

345 Commits

Author SHA1 Message Date
Spring Builds
87f3644667 [artifactory-release] Release version 5.0.0-M8 2022-10-13 10:33:58 +00:00
Mahmoud Ben Hassine
b27e28b4b2 Update dependencies for 5.0.0-M8 release 2022-10-13 11:51:09 +02:00
Mahmoud Ben Hassine
16bc8ac0a5 Update Spring dependencies to latest snapshots 2022-10-05 07:12:30 +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
e866108e03 Update dependencies for release 5.0.0-M7 2022-10-04 23:33:40 +02:00
Henning Poettker
a3c692d5fa Upgrade Derby to version 10.16.1.1 2022-10-04 23:20:59 +02:00
Mahmoud Ben Hassine
ee5827a4a8 Downgrade Micrometer dependencies to latest milestones 2022-10-03 18:05:55 +02:00
Mahmoud Ben Hassine
27a8ed7eb3 Move xstream.version property to test dependencies section
XStream is only used for tests, and is not an optional
production dependency. This commit moves the property
declaration to the correct section in the pom file.
2022-09-22 05:34:55 +02:00
Mahmoud Ben Hassine
76c0b0030f Update Spring dependencies to latest snapshots 2022-09-22 04:52:56 +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
72a6d5ddd3 Update dependencies 2022-09-21 19:51:08 +02:00
Mahmoud Ben Hassine
55af86df59 Update micrometer dependencies to latest snapshots 2022-09-07 17:05:06 +02:00
Mahmoud Ben Hassine
2f7a3943ff Update Spring dependencies to latest snapshots 2022-08-24 20:06:36 +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
b524e3287f Update dependencies
Update deps

Update deps2
2022-08-24 18:09:29 +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
c8f24888a7 Upgrade micrometer core to 1.10.0-M4 and tracing to 1.10.0-M7 2022-08-10 11:45:17 +02:00
Mahmoud Ben Hassine
feefc1cd9e Upgrade maven-failsafe-plugin to version 3.0.0-M7
Similar to f5041e6d70
2022-08-02 18:42:50 +02:00
Mahmoud Ben Hassine
f5041e6d70 Upgrade maven-surefire-plugin to version 3.0.0-M7
This is to fix the following error:

```
java.lang.NoSuchMethodError: 'org.junit.platform.engine.ConfigurationParameters org.junit.platform.launcher.TestPlan.getConfigurationParameters()'
	at org.springframework.kafka.test.junit.GlobalEmbeddedKafkaTestExecutionListener.testPlanExecutionStarted(GlobalEmbeddedKafkaTestExecutionListener.java:91)
	at org.junit.platform.launcher.core.TestExecutionListenerRegistry$CompositeTestExecutionListener.lambda$testPlanExecutionStarted$6(TestExecutionListenerRegistry.java:97)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.launcher.core.TestExecutionListenerRegistry.notifyTestExecutionListeners(TestExecutionListenerRegistry.java:59)
	at org.junit.platform.launcher.core.TestExecutionListenerRegistry.access$100(TestExecutionListenerRegistry.java:28)
	at org.junit.platform.launcher.core.TestExecutionListenerRegistry$CompositeTestExecutionListener.testPlanExecutionStarted(TestExecutionListenerRegistry.java:97)
	at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:183)
	at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
```

`org.junit.platform.launcher.TestPlan.getConfigurationParameters()` was
introduced in `junit-platform-launcher:1.8`, and `maven-surefire-plugin`
upgraded to that version in `3.0.0-M6` [1].

[1]: https://issues.apache.org/jira/browse/SUREFIRE-1935
2022-07-27 18:43:27 +02:00
Fadhel Mahmoud Ben Hassine
e3ddce6938 Update Spring dependencies to latest snapshots 2022-07-21 11:29:26 +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
9326398a44 Prepare release 5.0.0-M4 2022-07-20 23:34:11 +02:00
Mahmoud Ben Hassine
5a69b6b28b Upgrade Hibernate to version 6.1.1.Final 2022-07-13 18:42:39 +02:00
Mahmoud Ben Hassine
0b2a2c26a2 Add junit-vintage-engine test dependency to spring-batch-core
Failing tests will be fixed in a separate commit.

Resolves #4121
2022-06-22 11:57:54 +02:00
Mahmoud Ben Hassine
b3fe088879 Add spring-javaformat-maven-plugin to the build process
Issue #4118
2022-05-25 23:06:13 +02:00
Mahmoud Ben Hassine
60111c2a7b Update Spring dependencies to latest snapshots 2022-05-19 09:49:33 +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
45ff5279b8 Prepare release 5.0.0-M3 2022-05-19 02:52:29 +02:00
Mahmoud Ben Hassine
b969f2abc4 Update flatten-maven-plugin to resolve dependencyManagement in pom files
This is required to keep the dependencyManagement section in
the pom of spring-batch-bom and resolve dependency versions.
2022-05-18 12:21:32 +02:00
Daniel Barciela
4dcada91f2 Add maven BOM for Spring Batch modules
Resolves #1097
2022-05-18 09:38:21 +02:00
Marcin Grzejszczak
a19eefa7fd Upgraded to Micrometer 1.10.0-SNAPSHOT 2022-04-15 12:35:20 +02:00
Mahmoud Ben Hassine
0b49e082a2 Upgrade jackson version to 2.13.2.2 2022-04-11 15:04:36 +02:00
Mahmoud Ben Hassine
819126259d Update Spring dependencies to latest snapshots 2022-03-28 18:48:03 +02:00
Moritz Halbritter
404e0a3dbd Update to Micrometer 2.0.0-SNAPSHOT
See gh-4079
2022-03-25 09:37:18 +01: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
Mahmoud Ben Hassine
dc04f53141 Prepare release 5.0.0-M2 2022-03-23 09:45:46 +01:00
Mahmoud Ben Hassine
968a5b5b2e Refine contribution #595
- Update versions of jdbc driver and docker image
- Update Javadocs
- Remove JOB_CONFIGURATION_LOCATION from DDL schema
- Remove unused resources
2022-03-18 17:45:36 +01:00
Jonathan Bregler
9388abb589 Integrate SAP Hana as supported Spring Batch database
This commit adds SAP HANA as a supported Spring Batch database, enabling
developers to seamlessly move their existing Spring Batch projects to SAP HANA
or easily starting new Spring Batch projects on SAP HANA.

This commit contains the following changes:

- Add SAP HANA to the DatabaseType enum
- Add HanaPagingQueryProvider and tests
- Add properties files for SAP HANA

Issue #2515
2022-03-18 16:52:50 +01:00
Mahmoud Ben Hassine
61ffc5536e Update dependencies 2022-03-17 16:41:24 +01:00
Mahmoud Ben Hassine
25375ccc40 Upgrade XStream to version 1.4.19
This commit also improves the XStreamUnmarshallingTests
2022-03-16 18:03:01 +01:00
Mahmoud Ben Hassine
905630d521 Update mongodb-driver-sync to version 4.5.0 2022-03-16 17:07:15 +01:00
Mahmoud Ben Hassine
ae6c0b9809 Refine contribution #4065
* Fix tests
* Update Javadocs
* Update year in license headers
* Move observability APIs to a separate package
2022-03-16 17:03:14 +01:00
Marcin Grzejszczak
e917d75d20 Add Observation API
Issue #4065
2022-03-16 16:14:50 +01:00
Glenn Renfro
710d89ce9d Remove benign [WARNINGS] from batch build
This is done by:
1) Enabling quiet for doc build so that it, "Shuts off non-error and non-warning messages," so that builders can focus on warnings.
2) Disable missing javadoc warnings.   We will handle missing javadoc warnings in subsequent PRs.
3) Fix existing warnings that are in the batch code base.

This reduces the number of [WARNING]s from 7171 down to 52
2022-03-04 15:37:14 +01:00