Commit Graph

357 Commits

Author SHA1 Message Date
Spring Builds
420a7baa75 [artifactory-release] Release version 5.0.0-RC2 2022-11-09 14:34:34 +00:00
Mahmoud Ben Hassine
13bda178c1 Update dependencies for 5.0.0-RC2 release 2022-11-09 14:58:37 +01:00
Mahmoud Ben Hassine
881c79c3e4 Align dependencies with JakartaEE 10 2022-11-08 20:40:43 +01:00
Mahmoud Ben Hassine
524e9564c0 Add full support for MariaDB
This commit adds full support for MariaDB as
a job repository and removes the code that
treats it as MySQL.

Resolves #3891
Resolves #4217
2022-10-25 11:11:57 +02:00
Mahmoud Ben Hassine
724cc97ed6 Update Spring dependencies to latest snapshots 2022-10-20 02:12:23 +02:00
Spring Builds
24283a8a1f [artifactory-release] Next development version 2022-10-19 23:57:21 +00:00
Spring Builds
adde7d764e [artifactory-release] Release version 5.0.0-RC1 2022-10-19 23:57:18 +00:00
Mahmoud Ben Hassine
78ad9867ed Update dependencies for 5.0.0-RC1 release 2022-10-19 22:01:58 +02:00
Henning Poettker
15ef22284a Update MySQL Connector/J and use new Maven coordinates 2022-10-19 17:16:20 +02:00
Mahmoud Ben Hassine
d55a091654 Remove Gemfire support in Spring Batch
Based on the decision to discontinue the support
of Spring Data for Apache Geode [1], this commit
removes the support for Geode in Spring Batch.

The code will be moved to the spring-batch-extensions
repository as a community-driven effort.

[1]: https://github.com/spring-projects/spring-data-geode#notice

Resolves #4214
2022-10-18 12:31:09 +02:00
Mahmoud Ben Hassine
34f3ec5bc9 Update Spring dependencies to latest snapshots 2022-10-13 12:52:39 +02:00
Spring Builds
58c760b3ef [artifactory-release] Next development version 2022-10-13 10:34:01 +00:00
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