conductor-oss / conductor

Conductor is an event driven orchestration platform
https://conductor-oss.org
Apache License 2.0
12.89k stars 337 forks source link

[FEATURE]: Update jedis version #63

Open korolkevich7 opened 5 months ago

korolkevich7 commented 5 months ago

Describe the Feature Request

Check this table https://github.com/redis/jedis?tab=readme-ov-file#supported-redis-versions Version lower than 4 doesn't support java 17 correctly

Describe Preferred Solution

Bump jedis version to 4.4.6 or 5.1.0

BatyaPinski commented 4 months ago

Hi @korolkevich7

Could you provide further details regarding the limitations or issues encountered with the current version's lack of proper support? We're in the process of planning an upgrade to version 3.16.0, and it's crucial for us to comprehend how this may impact both functionality and performance.

Thanks!

korolkevich7 commented 4 months ago

Hi @BatyaPinski I was guided only by official information from jedis