3 hours ago
redisson

redisson-4.2.0

Feature - Spring AI Vector Store implemented Feature - AvroJackson3Codec, CborJackson3Codec, IonJackson3Codec, SmileJackson3Codec codecs added Feature - RBloomFilterNative object added which covers BF.* commands (thanks to @bandalgomsu) Feature - RSearch.hasIndex() method added (thanks @bandalgomsu) Feature - Jackson3Codec added for RJsonBucket and RJsonStore objects

Breaking change - RSet.containsEach() returns Set (thanks to @bandalgomsu)

Fixed - RRingBuffer.clear() method shouldn't clear capacity (thanks to @bandalgomsu) Fixed - unnecessary attempts for BUSYGROUP error (thanks to @bandalgomsu) Fixed - RenewalTask.renewSlots() throws StackOverflowError with many locks (thanks to @subbotinkv) Fixed - RExecutorService.scheduleAtFixedRate() method can only be executed once (thanks to @bandalgomsu) Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to @bandalgomsu) Fixed - UUID serialization by Jackson codecs Fixed - RBatch with ExecutionMode.REDIS_WRITE_ATOMIC throws NPEs Fixed - RJsonBucket.setAndKeepTTLAsync() doesn't work (thanks to @jigneshcoder) Fixed - possible RedisTimeoutException and memory Growth after upgrading to Redisson 3.47.0 (thanks to @seakider) Fixed - missed redisson-spring-cache and redisson-spring-transaction dependencies for redisson-spring-boot-starter module Fixed - RSearch VectorSimilarity param doesn't allow to specify scoreAlias and filter params Fixed - javadocs: Config.setCleanUpKeysAmount() description (thanks to @MuriloMarquesSantos) Fixed - errors logging improvement (thanks to @GaoSSR) Fixed - potential negative index in load balancers (thanks to @GaoSSR) Fixed - GraalVM reflection issue in Spring Native (thanks to @GaoSSR) Fixed - docs: update deprecation note for RedLock object (thanks to @mykronetix) Fixed - passwords encryption JDK 8 compatibility

4 hours ago
lettuce

7.3.0.RELEASE

The Lettuce team is pleased to announce the Lettuce 7.3.0 minor release!

Lettuce 7.3.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.3.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.3.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ New Contributors

Full Changelog: https://github.com/redis/lettuce/compare/7.2.1.RELEASE...7.3.0.RELEASE

4 hours ago
lettuce-core

7.3.0.RELEASE

The Lettuce team is pleased to announce the Lettuce 7.3.0 minor release!

Lettuce 7.3.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.3.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.3.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ New Contributors

Full Changelog: https://github.com/redis/lettuce/compare/7.2.1.RELEASE...7.3.0.RELEASE

6 hours ago
Activiti
17 hours ago
shiro

shiro-root-2.1.0-vote

What's Changed

New Contributors

Full Changelog: https://github.com/apache/shiro/compare/shiro-root-2.0.6...shiro-root-2.1.0

18 hours ago
selenium

Nightly

Commits

  • 9160cb2: [dotnet] [bidi] SetTouchOverride command in Emulation module (#17045) (Nikolay Borisenko) #17045
  • adf9028: [dotnet] [bidi] SetNetworkConditions command in Emulation module (#17047) (Nikolay Borisenko) #17047
  • fbfdb01: [dotnet] [bidi] Adjusted name for Capabilities in new session result (#17048) (Nikolay Borisenko) #17048
  • b21b572: [dotnet] [bidi] Expand SetViewport options with optional UserContexts (#17049) (Nikolay Borisenko) #17049
  • 907a3b7: [dotnet] [bidi] Change MovePointer X/Y types to double (#17050) (Nikolay Borisenko) #17050
  • 1e8be85: [dotnet] [bidi] Support UserContexts in AddPreloadScript command options (#17051) (Nikolay Borisenko) #17051
  • 896e83c: [dotnet] [bidi] Rename input actions according spec (#17052) (Nikolay Borisenko) #17052
  • 46e1c96: [java] Fix "secure vs non-secure" error in tests (#17046) (Andrei Solntsev) #17046
23 hours ago
Activiti

7.20.0-rc.991

What's Changed

⬆️ Dependencies

🔨 Other Changes

Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.990...7.20.0-rc.991

1 days ago
quarkus

3.31.2

Complete changelog

  • #52019 - Remove Jackson from quarkus-analytics-common module
  • #52153 - JaCoCo: add support for QuarkusUnitTest
  • #52198 - CLI build report: include produced items (if available)
  • #52222 - Bump the hibernate group with 9 updates
  • #52235 - Use namespaced name in default guides link in extension template
  • #52236 - Pin strimzi kafka container version in Dev Service
  • #52237 - Add missing space when quarkus cli throws ExclusiveProviderConflictException
  • #52242 - Build failure after upgrading to Quarkus 3.31.0 or 3.31.1 with Maven plugins using Jackson
  • #52250 - Panache Next maven Question
  • #52253 - Workaround JDK-8376576
  • #52257 - Dev UI: Fix the Add and remove extension issues
  • #52259 - Looks like we did not rename hibernate-panache after all
  • #52260 - Quarkus Panache Next should not require reactive classes
  • #52263 - Ensure that media type is passed through writer interceptor chain
  • #52264 - Quarkus Jacoco 0% coverage when changing data-file name
  • #52265 - Panache Next: do not call HR class if the HR extension is not present
  • #52275 - Bump Gradle to 9.3.1
  • #52276 - Make ValueRegistryParameterResolver a bit more relaxed
  • #52285 - Change recommended-java-version to 25
  • #52287 - Fix NPE in HibernateSearchElasticsearcRecorder
  • #52290 - JaCoCo: resolve data-file and report-location against the project root
  • #52292 - java.net.URISyntaxException: Illegal character in path when accessing JAR resource with [] in name
  • #52303 - Disabling swagger-ui does not remove link in dev-ui card
  • #52305 - Dev UI: Do not display Swagger UI link when disabled
  • #52307 - Documentation: Use alphabetic quarkus.security.ldap.identity-mapping.attribute-mappings."attribute-mappings".* configuration property
  • #52310 - RestAssured.baseURI is not set when using quarkus.http.test-host after update to Quarkus 3.31
  • #52312 - Quarkus start-stop's FULL-MICROPROFILE app fails with Quarkus 3.31
  • #52313 - Extend ReflectiveHierarchyStep
  • #52317 - JaCoCo - QuarkusUnitTest support: fixes
  • #52318 - TestHostLauncher to return the default ListeningAddress
  • #52321 - Use 5 argument URI constructor to work around JDK bug
  • #52323 - AccessDeniedException at / during runtime re-augmentation in Quarkus 3.30.1 (Parallel Archive Creator ignores tmp settings)
  • #52325 - build(deps): bump the hibernate group with 10 updates
  • #52332 - Use standard tmp directory to create temp files for parallel jar
  • #52340 - Test interface implementers registration for reflection
  • #52342 - IsolatedTestModeMain and IsolatedDevModeMain were app entry points which didn't suppress JVM's Unsafe warnings yet
  • #52343 - StartupActionImpl needs to open modules to both runtime and base classloaders
  • #52344 - Docs: fix admonition block syntax in writing-extensions.adoc
  • #52345 - In dev-mode, we need to apply JVM module configuration to both base and runtime classloaders