7.2.0
Jedis 7.2.0 introduces new client classes that simplify client creation while providing builder-based configuration for advanced use cases.
RedisClient- Standalone Redis client (replacesJedisPooledandJedisPool)RedisClusterClient- Redis Cluster client (replacesJedisCluster)RedisSentinelClient- Redis Sentinel client (replacesJedisSentineledandJedisSentinelPool)
- Introduce new client classes (#4355)
- Expose method to add upstream driver libraries to CLIENT SETINFO payload (#4373)
- Fix formatting in toString method of TagField (#4372)
- Add helpers to Jedis pool (#4366)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 (#4378)
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 (#4376)
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (#4359)
- Bump jackson.version from 2.20.0 to 2.20.1 (#4368)
- DOC-5842 modified index/query example to support runnable notebook (#4335)
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @dependabot, @dependabot[bot], @ggivo, @oscar-besga-panel, @senocak, @uglide and @viktoriya-kutsarova
7.20.0-rc.865
- build(deps): bump Alfresco/alfresco-build-tools from 10.4.0 to 11.0.1 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5244
- build(deps): bump Alfresco/alfresco-build-tools/.github/workflows/pr-review-check.yml from 10.4.0 to 11.0.1 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5242
- build(deps): bump actions/cache from 4.3.0 to 5.0.1 by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5243
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 in the github-actions group across 1 directory by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5241
- build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 in the maven-plugins group by @dependabot[bot] in https://github.com/Activiti/Activiti/pull/5240
Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.864...7.20.0-rc.865
2.25.3
This patch release addresses issues detailed in the changelog below. In particular, it includes an important fix for the host name verification in SSL/TLS configuration. This is used by Socket Appender.
- Optimize
DefaultThreadContextMap.getCopy()performance by avoiding megamorphic calls inHashMapconstructor (#3935, #3939)
- Fix GraalVM metadata for nested classes to use binary names instead of canonical names (#3871, #3996)
- Fix failures caused by null
SslConfiguration(#3947, #3953) - Fix incorrect handling of the host name verification in SSL/TLS configuration, which is used by Socket Appender when SSL/TLS is enabled (#4002)
- Remove the
com.github.spotbugs:spotbugs-annotationsdependency (#3984, #3985)