Commit Graph

375 Commits

Author SHA1 Message Date
Mahmoud Ben Hassine
5bdba93b7b Upgrade Jackson dependency to version 2.14.2
Related to #4287
2023-02-13 12:15:04 +01:00
Mahmoud Ben Hassine
79df0b6e3e Add "-parameters" to compiler arguments
This commit adds "-parameters" to the compiler
arguments to remove Spring Framework warnings
about parameter name resolution.

Resolves #4258
Related to https://github.com/spring-projects/spring-framework/pull/29531
2023-02-09 15:53:36 +01:00
Mahmoud Ben Hassine
4b6dd3d0c5 Upgrade spring-asciidoctor-backends version to 0.0.4 2023-02-08 00:08:42 +01:00
Mahmoud Ben Hassine
79e1fc475e Update Spring repositories configuration
This commit updates the configuration of the
Spring repositories according to the Notice
of Permissions Changes to repo.spring.io [1]

[1]: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023
2023-01-19 10:53:22 +01:00
Mahmoud Ben Hassine
648483f771 Upgrade Spring dependencies to latest snapshots 2023-01-19 10:37:45 +01:00
Mahmoud Ben Hassine
80e653f21b Update test-coverage profile to use the default configuration 2022-12-16 05:52:12 +01:00
Mahmoud Ben Hassine
ee31017d06 Add github action to stage a release to Artifactory 2022-12-14 17:31:28 +01:00
Mahmoud Ben Hassine
9eebaf4410 Update build to deploy artifacts to Artifactory 2022-12-13 00:24:55 +01:00
Mahmoud Ben Hassine
97b55e229a Remove unused distribution resources 2022-12-09 10:35:20 +01:00
Mahmoud Ben Hassine
078b011fe8 Update maven pom files
- Remove unused plugins and repositories
- Extract versions as properties
2022-12-09 02:47:04 +01:00
Mahmoud Ben Hassine
debdd9f49c Revert "Update next development version to 5.1.0-SNAPSHOT"
This reverts commit 7a34a1520f.
2022-12-09 01:30:34 +01:00
Mahmoud Ben Hassine
7a34a1520f Update next development version to 5.1.0-SNAPSHOT 2022-12-08 17:26:37 +01:00
Spring Builds
656e3f8895 [artifactory-release] Next development version 2022-11-24 03:30:11 +00:00
Spring Builds
3bef84da7c [artifactory-release] Release version 5.0.0 2022-11-24 03:30:08 +00:00
Mahmoud Ben Hassine
622ed366d0 Update dependencies 2022-11-23 17:02:08 +01:00
Mahmoud Ben Hassine
842d08cfed Upgrade mongodb-driver-sync dependency to version 4.8.0 2022-11-16 14:08:43 +01:00
Mahmoud Ben Hassine
4dda48dfcc Update Spring dependencies to latest snapshots 2022-11-10 08:00:14 +01:00
Spring Builds
e273ec151e [artifactory-release] Next development version 2022-11-09 14:34:37 +00:00
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