Commit Graph

344 Commits

Author SHA1 Message Date
Mark Paluch
1e4cd6f341 Upgrade to Jedis 4.2.
The upgrade also allows to enable support for GEOSEARCH, GEOSEARCHSTORE, XCLAIMJUSTID and XPENDING.

Closes: #2212
Original Pull Request: #2287
2022-05-18 13:35:01 +02:00
Christoph Strobl
bbfa86ad1e Fix pom.xml formatting.
This commit reverts formatting changes introduced via da209d4a23.

See #2286
2022-05-13 13:41:53 +02:00
Christoph Strobl
e1320a55b4 After release cleanups.
See #2286
2022-05-13 10:53:26 +02:00
Christoph Strobl
43d2741e2b Prepare next development iteration.
See #2286
2022-05-13 10:53:24 +02:00
Christoph Strobl
6ff6c1b1a6 Release version 3.0 M4 (2022.0.0).
See #2286
2022-05-13 10:44:00 +02:00
Christoph Strobl
da209d4a23 Prepare 3.0 M4 (2022.0.0).
See #2286
2022-05-13 10:43:21 +02:00
Christoph Strobl
8a6c45335a Provide additional meta information via pom.xml
Add description, url, scm and issueManagement.

Closes: #2318
2022-05-10 12:46:54 +02:00
Mark Paluch
03878a3c09 Upgrade to Apache Commons Pool2 2.11.1.
Closes #2295
2022-03-31 09:39:01 +02:00
Mark Paluch
4d8a826472 After release cleanups.
See #2285
2022-03-22 14:07:38 +01:00
Mark Paluch
0a5fcfe3d1 Prepare next development iteration.
See #2285
2022-03-22 14:07:36 +01:00
Mark Paluch
01f8bfa23b Release version 3.0 M3 (2022.0.0).
See #2285
2022-03-22 14:00:23 +01:00
Mark Paluch
c39b13d321 Prepare 3.0 M3 (2022.0.0).
See #2285
2022-03-22 14:00:01 +01:00
Mark Paluch
f277a6099e After release cleanups.
See #2242
2022-03-21 16:44:41 +01:00
Mark Paluch
a900c42739 Prepare next development iteration.
See #2242
2022-03-21 16:44:39 +01:00
Mark Paluch
90712999b1 Release version 3.0 M2 (2022.0.0).
See #2242
2022-03-21 16:35:08 +01:00
Mark Paluch
c864b51244 Prepare 3.0 M2 (2022.0.0).
See #2242
2022-03-21 16:34:37 +01:00
Mark Paluch
a27a345358 Upgrade to Lettuce 6.1.8.RELEASE.
Closes #2281
2022-03-18 11:49:00 +01:00
Mark Paluch
aade1c42dc Polishing.
See #2268
2022-02-22 09:14:06 +01:00
dependabot[bot]
13be206128 Upgrade to xstream 1.4.19.
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes: #2259
2022-02-14 15:50:20 +01:00
Mark Paluch
6f49b89a30 After release cleanups.
See #2231
2022-01-14 14:43:24 +01:00
Mark Paluch
0a16505324 Prepare next development iteration.
See #2231
2022-01-14 14:43:20 +01:00
Mark Paluch
0f8ce57c16 Release version 3.0 M1 (2022.0.0).
See #2231
2022-01-14 14:35:11 +01:00
Mark Paluch
e5dddb2c45 Prepare 3.0 M1 (2022.0.0).
See #2231
2022-01-14 14:34:48 +01:00
Mark Paluch
10d8ca2a08 Migrate to Jakarta EE 9.
Closes #2172
2022-01-13 14:50:01 +01:00
John Blum
9d0550a9e2 Add org.apache.xbean:xbean-asm9-shaded dependency to fix the CDI tests.
Closes #2173.
2022-01-13 14:50:00 +01:00
John Blum
e9e2050925 Change the org.apache.geronimo.specs:geronimo-jcdi_2.0_spec dependency to optional.
Remove scope of test.

Closes #2173.
2022-01-13 14:50:00 +01:00
John Blum
c3b6b377ab Upgrade to Spring Data KeyValue 3.0.0-SNAPSHOT.
In addition, and by association (transitive dependency) this upgrades to Spring Data Commons 3.0.0-SNAPSHOT.

Closes #2173.
2022-01-13 14:49:59 +01:00
John Blum
691eaf281c Upgrade to Spring Framework 6.0.0-SNAPSHOT.
Closes #2173.
2022-01-13 14:49:59 +01:00
John Blum
7c65555a16 Upgrade to Spring Data Build parent 3.0.0-SNAPSHOT.
Closes #2173.
2022-01-13 14:49:59 +01:00
John Blum
af5e9d3416 Prepare Spring Data Redis 3.0.
Closes #2173.
2022-01-13 14:49:59 +01:00
Mark Paluch
9f3c993806 Upgrade to Lettuce 6.1.6.RELEASE.
Closes #2235
2022-01-11 16:46:03 +01:00
Mark Paluch
7d17154c8f Upgrade to Jedis 3.8.0.
Closes #2230
2022-01-10 08:49:34 +01:00
Mark Paluch
ca7b004513 Upgrade to Jedis 3.7.1.
Closes #2220
2022-01-04 13:55:58 +01:00
Mark Paluch
6ac25b6c54 Upgrade to Netty 4.1.72.Final.
Closes #2219
2022-01-04 13:52:43 +01:00
gvdutra
3ad2947f1e Upgrade to Bean utils 1.9.4.
Original pull request: #2207.
Closes #2135.
2022-01-04 13:50:19 +01:00
Jens Schauder
bae2eae4f9 After release cleanups.
See #2184
2021-11-12 10:59:45 +01:00
Jens Schauder
c7f66aa5aa Prepare next development iteration.
See #2184
2021-11-12 10:59:42 +01:00
Jens Schauder
4f19d8c7fa Release version 2.6 GA (2021.1.0).
See #2184
2021-11-12 10:49:37 +01:00
Jens Schauder
54ad44fc35 Prepare 2.6 GA (2021.1.0).
See #2184
2021-11-12 10:49:16 +01:00
Mark Paluch
bc50822dfb After release cleanups.
See #2171
2021-10-18 13:55:43 +02:00
Mark Paluch
1ed82a719a Prepare next development iteration.
See #2171
2021-10-18 13:55:39 +02:00
Mark Paluch
1068aadaf6 Release version 2.6 RC1 (2021.1.0).
See #2171
2021-10-18 13:48:15 +02:00
Mark Paluch
c869b87192 Prepare 2.6 RC1 (2021.1.0).
See #2171
2021-10-18 13:47:48 +02:00
Mark Paluch
b1c4fc2276 After release cleanups.
See #2143
2021-09-17 09:52:22 +02:00
Mark Paluch
55b40c6c3c Prepare next development iteration.
See #2143
2021-09-17 09:52:19 +02:00
Mark Paluch
c20be97054 Release version 2.6 M3 (2021.1.0).
See #2143
2021-09-17 09:44:58 +02:00
Mark Paluch
f88f820568 Prepare 2.6 M3 (2021.1.0).
See #2143
2021-09-17 09:44:35 +02:00
Mark Paluch
0691ffd347 Upgrade to Lettuce 6.1.5.RELEASE.
Closes #2165
2021-09-15 12:04:07 +02:00
Mark Paluch
a944aa2d1b Upgrade to Jedis 3.7.
Enable support for SCAN with type, call appropriate shutdown methods with save/nosave flags.

Closes: #2153
Original Pull Request: #2154
2021-09-03 11:23:00 +02:00
Mark Paluch
f205d574b5 Upgrade to XStream 1.4.18.
Closes #2152
2021-09-01 10:59:45 +02:00