dependabot[bot] opened a new pull request, #169: URL: https://github.com/apache/doris-opentelemetry-demo/pull/169
Bumps the gradle-production-dependencies group with 2 updates in the /src/ad directory: com.google.protobuf and com.github.ben-manes.versions. Bumps the gradle-production-dependencies group with 4 updates in the /src/fraud-detection directory: com.google.protobuf, org.apache.kafka:kafka-clients, [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) and jvm. Updates `com.google.protobuf` from 0.9.4 to 0.9.6 Updates `com.github.ben-manes.versions` from 0.52.0 to 0.53.0 Updates `com.google.protobuf` from 0.9.4 to 0.9.6 Updates `com.google.protobuf` from 0.9.4 to 0.9.6 Updates `org.apache.kafka:kafka-clients` from 3.9.0 to 4.1.1 Updates `io.opentelemetry:opentelemetry-api` from 1.48.0 to 1.57.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-api's releases</a>.</em></p> <blockquote> <h2>Version 1.57.0</h2> <h3>API</h3> <ul> <li>Add <code>GlobalOpenTelemetry#getOrNoop</code>, <code>#isSet</code>. Update <code>#get</code> to always returns obfuscated instance (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7819">#7819</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Logs: Complex attributes incubating implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7814">#7814</a>)</li> </ul> <h3>SDK</h3> <h4>Logs</h4> <ul> <li>Add minimum severity and trace-based logger configuration (incubating API) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7529">#7529</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: VarHandle string encoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7701">#7701</a>)</li> <li>OTLP: Fix OkHttpGrpcSender to properly await executor shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7840">#7840</a>)</li> <li>OTLP: avoid auto-config warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7881">#7881</a>)</li> <li>OTLP: update error message for missing GrpcSenderProvider dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7884">#7884</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Declarative config: add runtime hints for graal VM (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7866">#7866</a>)</li> <li>Declarative config: add missing warning about discarded value (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7821">#7821</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Update macos version to latest and switch to corretto for testing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7841">#7841</a>)</li> <li>Sync Java worflows: Allow re-running prepare release branch workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7845">#7845</a>)</li> <li>Simplify and standardize renovate custom managers across Java repos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7846">#7846</a>)</li> <li>Remove misspell workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7852">#7852</a>)</li> <li>Fix link checks on main (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7867">#7867</a>)</li> <li>Add zeitlinger as approver (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7868">#7868</a>)</li> <li>Move snapshot publishing to daily build (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7886">#7886</a>)</li> </ul> <h3>🙇 Thank you</h3> <p>This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:</p> <p><a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/HarshMehta112"><code>@​HarshMehta112</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jaydeluca"><code>@​jaydeluca</code></a> <a href="https://github.com/jeanbisutti"><code>@​jeanbisutti</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/kevinburkesegment"><code>@​kevinburkesegment</code></a> <a href="https://github.com/laurit"><code>@​laurit</code></a> <a href="https://github.com/michaldo"><code>@​michaldo</code></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-api's changelog</a>.</em></p> <blockquote> <h2>Version 1.57.0 (2025-12-05)</h2> <h3>API</h3> <ul> <li>Add <code>GlobalOpenTelemetry#getOrNoop</code>, <code>#isSet</code>. Update <code>#get</code> to always returns obfuscated instance (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7819">#7819</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Logs: Complex attributes incubating implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7814">#7814</a>)</li> </ul> <h3>SDK</h3> <h4>Logs</h4> <ul> <li>Add minimum severity and trace-based logger configuration (incubating API) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7529">#7529</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: VarHandle string encoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7701">#7701</a>)</li> <li>OTLP: Fix OkHttpGrpcSender to properly await executor shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7840">#7840</a>)</li> <li>OTLP: avoid auto-config warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7881">#7881</a>)</li> <li>OTLP: update error message for missing GrpcSenderProvider dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7884">#7884</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Declarative config: add runtime hints for graal VM (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7866">#7866</a>)</li> <li>Declarative config: add missing warning about discarded value (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7821">#7821</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Update macos version to latest and switch to corretto for testing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7841">#7841</a>)</li> <li>Sync Java worflows: Allow re-running prepare release branch workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7845">#7845</a>)</li> <li>Simplify and standardize renovate custom managers across Java repos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7846">#7846</a>)</li> <li>Remove misspell workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7852">#7852</a>)</li> <li>Fix link checks on main (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7867">#7867</a>)</li> <li>Add zeitlinger as approver</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2c5a4f8f3ed7aad0db43872fb09795cd5fb70182"><code>2c5a4f8</code></a> [release/v1.57.x] Prepare release 1.57.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7899">#7899</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ada4e2100e7cff1189a2fc5be9d639ac0cfc442c"><code>ada4e21</code></a> Prepare for 1.57.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7894">#7894</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/01a02a8a9043d7c38d5a6363d703b47e1bcf6fc5"><code>01a02a8</code></a> Enable gradle config cache (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7893">#7893</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/67a886edf9fbcb2ab6c96bc4326c2441c0c83fbf"><code>67a886e</code></a> fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7892">#7892</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ef17aa5e2bffd3cbee4fac92b43400cdcd0ce60f"><code>ef17aa5</code></a> fix(deps): update armeriaversion to v1.34.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7891">#7891</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/67df5bc7ac7639fb414e58b666402d804ee2dc2e"><code>67df5bc</code></a> Disable errorprone RequestExplicitNullMarking (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7890">#7890</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/60698f700425fe8b8fc9f007df0e4025ed5e2c99"><code>60698f7</code></a> chore(deps): update otel/opentelemetry-collector-contrib:0.141.0 docker diges...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/76c622cb0b7334d621a2f635daaf4d4ee2fb8d74"><code>76c622c</code></a> Move snapshot publishing to daily build (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7886">#7886</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/cb83d7c948d200f4bdcafc68cdbecc795e18ada7"><code>cb83d7c</code></a> chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.141...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5772c1dc46df53c0c637a538b7b0d69e43efd1b1"><code>5772c1d</code></a> fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.13 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7885">#7885</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.48.0...v1.57.0">compare view</a></li> </ul> </details> <br /> Updates `io.opentelemetry:opentelemetry-sdk` from 1.48.0 to 1.57.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-sdk's releases</a>.</em></p> <blockquote> <h2>Version 1.57.0</h2> <h3>API</h3> <ul> <li>Add <code>GlobalOpenTelemetry#getOrNoop</code>, <code>#isSet</code>. Update <code>#get</code> to always returns obfuscated instance (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7819">#7819</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Logs: Complex attributes incubating implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7814">#7814</a>)</li> </ul> <h3>SDK</h3> <h4>Logs</h4> <ul> <li>Add minimum severity and trace-based logger configuration (incubating API) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7529">#7529</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: VarHandle string encoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7701">#7701</a>)</li> <li>OTLP: Fix OkHttpGrpcSender to properly await executor shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7840">#7840</a>)</li> <li>OTLP: avoid auto-config warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7881">#7881</a>)</li> <li>OTLP: update error message for missing GrpcSenderProvider dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7884">#7884</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Declarative config: add runtime hints for graal VM (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7866">#7866</a>)</li> <li>Declarative config: add missing warning about discarded value (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7821">#7821</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Update macos version to latest and switch to corretto for testing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7841">#7841</a>)</li> <li>Sync Java worflows: Allow re-running prepare release branch workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7845">#7845</a>)</li> <li>Simplify and standardize renovate custom managers across Java repos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7846">#7846</a>)</li> <li>Remove misspell workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7852">#7852</a>)</li> <li>Fix link checks on main (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7867">#7867</a>)</li> <li>Add zeitlinger as approver (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7868">#7868</a>)</li> <li>Move snapshot publishing to daily build (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7886">#7886</a>)</li> </ul> <h3>🙇 Thank you</h3> <p>This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:</p> <p><a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/HarshMehta112"><code>@​HarshMehta112</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jaydeluca"><code>@​jaydeluca</code></a> <a href="https://github.com/jeanbisutti"><code>@​jeanbisutti</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/kevinburkesegment"><code>@​kevinburkesegment</code></a> <a href="https://github.com/laurit"><code>@​laurit</code></a> <a href="https://github.com/michaldo"><code>@​michaldo</code></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-sdk's changelog</a>.</em></p> <blockquote> <h2>Version 1.57.0 (2025-12-05)</h2> <h3>API</h3> <ul> <li>Add <code>GlobalOpenTelemetry#getOrNoop</code>, <code>#isSet</code>. Update <code>#get</code> to always returns obfuscated instance (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7819">#7819</a>)</li> </ul> <h4>Incubating</h4> <ul> <li>Logs: Complex attributes incubating implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7814">#7814</a>)</li> </ul> <h3>SDK</h3> <h4>Logs</h4> <ul> <li>Add minimum severity and trace-based logger configuration (incubating API) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7529">#7529</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: VarHandle string encoder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7701">#7701</a>)</li> <li>OTLP: Fix OkHttpGrpcSender to properly await executor shutdown (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7840">#7840</a>)</li> <li>OTLP: avoid auto-config warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7881">#7881</a>)</li> <li>OTLP: update error message for missing GrpcSenderProvider dependency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7884">#7884</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Declarative config: add runtime hints for graal VM (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7866">#7866</a>)</li> <li>Declarative config: add missing warning about discarded value (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7821">#7821</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Update macos version to latest and switch to corretto for testing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7841">#7841</a>)</li> <li>Sync Java worflows: Allow re-running prepare release branch workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7845">#7845</a>)</li> <li>Simplify and standardize renovate custom managers across Java repos (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7846">#7846</a>)</li> <li>Remove misspell workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7852">#7852</a>)</li> <li>Fix link checks on main (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7867">#7867</a>)</li> <li>Add zeitlinger as approver</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2c5a4f8f3ed7aad0db43872fb09795cd5fb70182"><code>2c5a4f8</code></a> [release/v1.57.x] Prepare release 1.57.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7899">#7899</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ada4e2100e7cff1189a2fc5be9d639ac0cfc442c"><code>ada4e21</code></a> Prepare for 1.57.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7894">#7894</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/01a02a8a9043d7c38d5a6363d703b47e1bcf6fc5"><code>01a02a8</code></a> Enable gradle config cache (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7893">#7893</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/67a886edf9fbcb2ab6c96bc4326c2441c0c83fbf"><code>67a886e</code></a> fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7892">#7892</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ef17aa5e2bffd3cbee4fac92b43400cdcd0ce60f"><code>ef17aa5</code></a> fix(deps): update armeriaversion to v1.34.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7891">#7891</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/67df5bc7ac7639fb414e58b666402d804ee2dc2e"><code>67df5bc</code></a> Disable errorprone RequestExplicitNullMarking (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7890">#7890</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/60698f700425fe8b8fc9f007df0e4025ed5e2c99"><code>60698f7</code></a> chore(deps): update otel/opentelemetry-collector-contrib:0.141.0 docker diges...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/76c622cb0b7334d621a2f635daaf4d4ee2fb8d74"><code>76c622c</code></a> Move snapshot publishing to daily build (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7886">#7886</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/cb83d7c948d200f4bdcafc68cdbecc795e18ada7"><code>cb83d7c</code></a> chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.141...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5772c1dc46df53c0c637a538b7b0d69e43efd1b1"><code>5772c1d</code></a> fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.13 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7885">#7885</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.48.0...v1.57.0">compare view</a></li> </ul> </details> <br /> Updates `jvm` from 2.1.10 to 2.3.0 Updates `com.google.protobuf` from 0.9.4 to 0.9.6 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
