dependabot[bot] opened a new pull request, #20216: URL: https://github.com/apache/druid/pull/20216
Bumps [com.github.fppt:jedis-mock](https://github.com/fppt/jedis-mock) from 1.1.17 to 1.1.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fppt/jedis-mock/releases">com.github.fppt:jedis-mock's releases</a>.</em></p> <blockquote> <h2>1.1.18</h2> <p>This release is about <strong>startup cost and dependencies</strong>: command lookup moves from runtime reflection to a build-time registry, which drops <code>org.reflections</code> from the runtime classpath entirely.</p> <h2>โก Internals</h2> <ul> <li><strong>Commands are now registered at compile time</strong> (<a href="https://redirect.github.com/fppt/jedis-mock/issues/832">#832</a>, <a href="https://redirect.github.com/fppt/jedis-mock/issues/831">#831</a>) โ an annotation processor scans <code>@RedisCommand</code> and generates the registry, replacing the <code>Reflections</code> classpath scan that ran at class-load time. <code>org.reflections</code> (and its transitive <code>javassist</code>/<code>slf4j</code>) is gone from the runtime dependencies. Thanks <a href="https://github.com/yholkamp"><code>@โyholkamp</code></a> for the contribution!</li> </ul> <h2>๐ Bug fixes</h2> <ul> <li><strong><code>EXISTS</code> accepted only one key</strong> (<a href="https://redirect.github.com/fppt/jedis-mock/issues/819">#819</a>). It now takes multiple keys and returns the count, including duplicates.</li> <li><strong>Missing arity checks</strong> (<a href="https://redirect.github.com/fppt/jedis-mock/issues/819">#819</a>) on <code>DEL</code>, <code>EXISTS</code>, <code>GETSET</code>, <code>INCR</code>, <code>DECR</code>, <code>INCRBY</code>, <code>DECRBY</code> and <code>INCRBYFLOAT</code>, which now reply <code>ERR wrong number of arguments for '<cmd>' command</code> instead of accepting a malformed call.</li> </ul> <h2>๐งช Testing</h2> <ul> <li>ArchUnit tests added to guard the operation-class conventions (<a href="https://redirect.github.com/fppt/jedis-mock/issues/833">#833</a>).</li> <li>Less noise in the test logs (<a href="https://redirect.github.com/fppt/jedis-mock/issues/819">#819</a>).</li> </ul> <h2>๐ผ Dependencies</h2> <p>Test and build scope only; the runtime dependencies are unchanged apart from the <code>org.reflections</code> removal above.</p> <ul> <li><code>io.netty:netty-all</code> 4.2.16 โ 4.2.17 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/820">#820</a>)</li> <li><code>io.lettuce:lettuce-core</code> 7.6.0 โ 7.7.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/826">#826</a>)</li> <li><code>org.junit.jupiter:junit-jupiter</code> 6.1.2 โ 6.1.3 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/821">#821</a>)</li> <li><code>org.testcontainers</code> 1.21.3 โ 1.21.4, to support newer Docker Engines (<a href="https://redirect.github.com/fppt/jedis-mock/issues/830">#830</a>)</li> <li><code>com.puppycrawl.tools:checkstyle</code> 13.9.0 โ 14.0.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/823">#823</a>, <a href="https://redirect.github.com/fppt/jedis-mock/issues/825">#825</a>, <a href="https://redirect.github.com/fppt/jedis-mock/issues/827">#827</a>)</li> <li><code>com.github.spotbugs:spotbugs-maven-plugin</code> 4.10.3.0 โ 4.10.4.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/828">#828</a>)</li> <li><code>nl.jqno.equalsverifier:equalsverifier</code> 4.5 โ 4.5.1 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/829">#829</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fppt/jedis-mock/commit/90bb2d578961655e1d84e8004c285ef997b2fa93"><code>90bb2d5</code></a> 1.1.18</li> <li><a href="https://github.com/fppt/jedis-mock/commit/0c84bdc32d649e2431a96e29213936f80e3eadb3"><code>0c84bdc</code></a> introduce archunit test (<a href="https://redirect.github.com/fppt/jedis-mock/issues/833">#833</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/f32bf6ca31ded861cb9247553ba5897868ccef48"><code>f32bf6c</code></a> Exchange reflection for build-time registry creation (recreation of <a href="https://redirect.github.com/fppt/jedis-mock/issues/831">#831</a>) (<a href="https://redirect.github.com/fppt/jedis-mock/issues/832">#832</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/3ad72a28cb4e3729aec5bb5d38fd1a108f00c1b7"><code>3ad72a2</code></a> build: bump testcontainers to 1.21.4 to support newer Docker Engines (<a href="https://redirect.github.com/fppt/jedis-mock/issues/830">#830</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/54e311618658168abdbfeb056bbcc996bb550bce"><code>54e3116</code></a> Bump nl.jqno.equalsverifier:equalsverifier from 4.5 to 4.5.1 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/829">#829</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/f9377159e780608a2f943a8df285a1dde4656ae9"><code>f937715</code></a> Bump io.lettuce:lettuce-core from 7.6.0.RELEASE to 7.7.0.RELEASE (<a href="https://redirect.github.com/fppt/jedis-mock/issues/826">#826</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/497fde6a7295c9b96b2c85f1d44a0eaa61eb43a4"><code>497fde6</code></a> Bump com.puppycrawl.tools:checkstyle from 13.11.0 to 14.0.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/827">#827</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/80d810d440b18a34b770554d72aed9e824095c68"><code>80d810d</code></a> Bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.3.0 to 4.10.4.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/828">#828</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/db0d152b45bcb67d5cc3ff2e7f809c939f12128a"><code>db0d152</code></a> Bump com.puppycrawl.tools:checkstyle from 13.10.0 to 13.11.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/825">#825</a>)</li> <li><a href="https://github.com/fppt/jedis-mock/commit/07f6402b6b7a26f92f6dac188a158a2275f41065"><code>07f6402</code></a> Bump com.puppycrawl.tools:checkstyle from 13.9.0 to 13.10.0 (<a href="https://redirect.github.com/fppt/jedis-mock/issues/823">#823</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fppt/jedis-mock/compare/v.1.1.17...v.1.1.18">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
