dependabot[bot] opened a new pull request, #23980: URL: https://github.com/apache/camel/pull/23980
Bumps `mcp-java-sdk-version` from 1.1.3 to 2.0.0. Updates `io.modelcontextprotocol.sdk:mcp-core` from 1.1.3 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/modelcontextprotocol/java-sdk/releases">io.modelcontextprotocol.sdk:mcp-core's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h1>MCP Java SDK 2.0.0 🎉</h1> <p>We're thrilled to announce the <strong>General Availability of the MCP Java SDK 2.0.0</strong> — the first major release since 1.x and the culmination of three milestones (M1, M2, M3) and a release candidate (RC1). It tracks the latest <strong>2025-11-25</strong> MCP specification and lays the groundwork for everything that comes next. Huge thanks to everyone who contributed, tested the milestones, and filed feedback along the way! ❤️</p> <blockquote> <p><strong>Upgrading from 1.x?</strong> See the <a href="https://github.com/modelcontextprotocol/java-sdk/blob/v2.0.0/MIGRATION-2.0.md">v2 migration guide</a> and the updated documentation (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1024">#1024</a>) for a step-by-step walkthrough of the breaking changes below.</p> </blockquote> <h2>Highlights</h2> <ul> <li><strong>A new JSON compatibility foundation</strong> for consistent forward/backward wire compatibility as the protocol evolves.</li> <li><strong>Spec-accurate schema</strong> with enforced required fields and lenient wire deserialization.</li> <li><strong>End-to-end validation</strong> of tool inputs and embedded JSON Schema documents (2020-12).</li> <li><strong>Richer elicitation</strong>: client-side schema defaults, URL elicitation, and form-based elicitation schemas.</li> <li><strong>Icons & metadata</strong> support (SEP-973) across the API.</li> <li><strong>Streamable HTTP first</strong>: SSE transports are now deprecated in favor of Streamable HTTP.</li> <li><strong>Cleaner, quieter logging</strong> with unified configuration and saner default levels.</li> </ul> <h2>⚠️ Breaking Changes</h2> <ul> <li><strong>feat!: consistent JSON forward/backward compatibility — the 2.0 foundation</strong> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/927">modelcontextprotocol/java-sdk#927</a></li> <li><strong>feat!: enforce required MCP spec fields in McpSchema; lenient wire deserialization</strong> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/928">modelcontextprotocol/java-sdk#928</a></li> <li><strong>feat!: add tool input arguments validation (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/697">#697</a>)</strong> by <a href="https://github.com/ashakirin"><code>@​ashakirin</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/873">modelcontextprotocol/java-sdk#873</a></li> <li><strong>fix: Remove <code>JsonSchema</code> and use a <code>Map</code> for <code>inputSchema</code> to support JSON Schema dialects</strong> by <a href="https://github.com/bilaloumehdi"><code>@​bilaloumehdi</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/749">modelcontextprotocol/java-sdk#749</a></li> </ul> <h2>✨ New Features</h2> <ul> <li>feat: validate embedded JSON Schema documents against the 2020-12 meta-schema (SEP-1613) by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/949">modelcontextprotocol/java-sdk#949</a></li> <li>feat: Add SEP-973 icons and metadata support by <a href="https://github.com/sainathreddyb"><code>@​sainathreddyb</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/912">modelcontextprotocol/java-sdk#912</a></li> <li>feat: client-side application of elicitation schema defaults (SEP-1034) by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/976">modelcontextprotocol/java-sdk#976</a></li> <li>Add URL elicitation support (SEP-1036) by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/993">modelcontextprotocol/java-sdk#993</a></li> <li>Add schemas for form-based elicitation by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/1020">modelcontextprotocol/java-sdk#1020</a></li> <li>feat: add support for <code>meta</code> parameter in client paginated list queries by <a href="https://github.com/smohite04"><code>@​smohite04</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/906">modelcontextprotocol/java-sdk#906</a></li> <li>Add 2025-11-25 spec version to all transports by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/1025">modelcontextprotocol/java-sdk#1025</a></li> </ul> <h2>🔌 Transports & Networking</h2> <ul> <li>Deprecate SSE transports (in favor of Streamable HTTP) by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/950">modelcontextprotocol/java-sdk#950</a></li> <li>Client transports: remove deprecated methods from builder by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/899">modelcontextprotocol/java-sdk#899</a></li> <li>Server transports: remove deprecated methods from builder by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a></li> <li>HttpClientStreamableHttpTransport: handle HTTP 405 by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a></li> <li>Validate message endpoint in SSE client transport by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/943">modelcontextprotocol/java-sdk#943</a></li> <li>DefaultSseMessageEndpointValidator allows same-origin message endpoints by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/946">modelcontextprotocol/java-sdk#946</a></li> <li>Deprecate <code>Builder.customizeRequest()</code> in favor of <code>httpRequestCustomizer()</code> by <a href="https://github.com/gyeo009"><code>@​gyeo009</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/791">modelcontextprotocol/java-sdk#791</a></li> <li>Expose request URI in <code>McpHttpClientAuthorizationErrorHandler</code> by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/980">modelcontextprotocol/java-sdk#980</a></li> <li>Fix UTF-8 encoding for non-ASCII tool names in HTTP client transports by <a href="https://github.com/rameshreddy-adutla"><code>@​rameshreddy-adutla</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/850">modelcontextprotocol/java-sdk#850</a></li> </ul> <h2>🪵 Logging</h2> <ul> <li>Unify logging config by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/984">modelcontextprotocol/java-sdk#984</a></li> <li>Reduce logging levels by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/985">modelcontextprotocol/java-sdk#985</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/f56d038409473210c59d6eddef09c4b5cd36042b"><code>f56d038</code></a> Release version 2.0.0</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/d20af915126e81e311a60ed6b312e52156aedbb6"><code>d20af91</code></a> Add 2025-11-25 spec version to all transports (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1025">#1025</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/c42d313975d4ef689038d950a68b23ec47746dc8"><code>c42d313</code></a> Return void from McpStatelessSyncServer#closeGracefully instead of Mono (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1019">#1019</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/275633775c0a2ba70f2834ebd3fcd71e3b664d87"><code>2756337</code></a> Update documentation and migration notes for v2 (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1024">#1024</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/fe82ad508ae6463ba0a4a64fe120f80ea148f27e"><code>fe82ad5</code></a> Add schemas for form-based elicitation (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1020">#1020</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/99faac65f77f94ee5ee9d408a1f8ed10a0509794"><code>99faac6</code></a> Clarify tool validation error messages (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1023">#1023</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/df75857fb1e0a0720531372425dfc8eca1df9cbc"><code>df75857</code></a> fix: avoid dropped errors when transport is closed or uninitialized (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/995">#995</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/dbb9bdad5118ffc36e9dc4f4f33558b5e8a42e34"><code>dbb9bda</code></a> Add URL elicitation support (SEP-1036) (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/993">#993</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/c49a99446397072cd62ab9dd4415c8ef40464ca2"><code>c49a994</code></a> Add missing Export-Package to mcp-json-jackson2 and mcp-json-jackson3</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/c8ab3411b9191ffbbb30f0baaa56b3a26e076dbe"><code>c8ab341</code></a> feat: Refine logging levels (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/985">#985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/modelcontextprotocol/java-sdk/compare/v1.1.3...v2.0.0">compare view</a></li> </ul> </details> <br /> Updates `io.modelcontextprotocol.sdk:mcp-json-jackson2` from 1.1.3 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/modelcontextprotocol/java-sdk/releases">io.modelcontextprotocol.sdk:mcp-json-jackson2's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h1>MCP Java SDK 2.0.0 🎉</h1> <p>We're thrilled to announce the <strong>General Availability of the MCP Java SDK 2.0.0</strong> — the first major release since 1.x and the culmination of three milestones (M1, M2, M3) and a release candidate (RC1). It tracks the latest <strong>2025-11-25</strong> MCP specification and lays the groundwork for everything that comes next. Huge thanks to everyone who contributed, tested the milestones, and filed feedback along the way! ❤️</p> <blockquote> <p><strong>Upgrading from 1.x?</strong> See the <a href="https://github.com/modelcontextprotocol/java-sdk/blob/v2.0.0/MIGRATION-2.0.md">v2 migration guide</a> and the updated documentation (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1024">#1024</a>) for a step-by-step walkthrough of the breaking changes below.</p> </blockquote> <h2>Highlights</h2> <ul> <li><strong>A new JSON compatibility foundation</strong> for consistent forward/backward wire compatibility as the protocol evolves.</li> <li><strong>Spec-accurate schema</strong> with enforced required fields and lenient wire deserialization.</li> <li><strong>End-to-end validation</strong> of tool inputs and embedded JSON Schema documents (2020-12).</li> <li><strong>Richer elicitation</strong>: client-side schema defaults, URL elicitation, and form-based elicitation schemas.</li> <li><strong>Icons & metadata</strong> support (SEP-973) across the API.</li> <li><strong>Streamable HTTP first</strong>: SSE transports are now deprecated in favor of Streamable HTTP.</li> <li><strong>Cleaner, quieter logging</strong> with unified configuration and saner default levels.</li> </ul> <h2>⚠️ Breaking Changes</h2> <ul> <li><strong>feat!: consistent JSON forward/backward compatibility — the 2.0 foundation</strong> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/927">modelcontextprotocol/java-sdk#927</a></li> <li><strong>feat!: enforce required MCP spec fields in McpSchema; lenient wire deserialization</strong> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/928">modelcontextprotocol/java-sdk#928</a></li> <li><strong>feat!: add tool input arguments validation (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/697">#697</a>)</strong> by <a href="https://github.com/ashakirin"><code>@​ashakirin</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/873">modelcontextprotocol/java-sdk#873</a></li> <li><strong>fix: Remove <code>JsonSchema</code> and use a <code>Map</code> for <code>inputSchema</code> to support JSON Schema dialects</strong> by <a href="https://github.com/bilaloumehdi"><code>@​bilaloumehdi</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/749">modelcontextprotocol/java-sdk#749</a></li> </ul> <h2>✨ New Features</h2> <ul> <li>feat: validate embedded JSON Schema documents against the 2020-12 meta-schema (SEP-1613) by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/949">modelcontextprotocol/java-sdk#949</a></li> <li>feat: Add SEP-973 icons and metadata support by <a href="https://github.com/sainathreddyb"><code>@​sainathreddyb</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/912">modelcontextprotocol/java-sdk#912</a></li> <li>feat: client-side application of elicitation schema defaults (SEP-1034) by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/976">modelcontextprotocol/java-sdk#976</a></li> <li>Add URL elicitation support (SEP-1036) by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/993">modelcontextprotocol/java-sdk#993</a></li> <li>Add schemas for form-based elicitation by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/1020">modelcontextprotocol/java-sdk#1020</a></li> <li>feat: add support for <code>meta</code> parameter in client paginated list queries by <a href="https://github.com/smohite04"><code>@​smohite04</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/906">modelcontextprotocol/java-sdk#906</a></li> <li>Add 2025-11-25 spec version to all transports by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/1025">modelcontextprotocol/java-sdk#1025</a></li> </ul> <h2>🔌 Transports & Networking</h2> <ul> <li>Deprecate SSE transports (in favor of Streamable HTTP) by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/950">modelcontextprotocol/java-sdk#950</a></li> <li>Client transports: remove deprecated methods from builder by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/899">modelcontextprotocol/java-sdk#899</a></li> <li>Server transports: remove deprecated methods from builder by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a></li> <li>HttpClientStreamableHttpTransport: handle HTTP 405 by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a></li> <li>Validate message endpoint in SSE client transport by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/943">modelcontextprotocol/java-sdk#943</a></li> <li>DefaultSseMessageEndpointValidator allows same-origin message endpoints by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/946">modelcontextprotocol/java-sdk#946</a></li> <li>Deprecate <code>Builder.customizeRequest()</code> in favor of <code>httpRequestCustomizer()</code> by <a href="https://github.com/gyeo009"><code>@​gyeo009</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/791">modelcontextprotocol/java-sdk#791</a></li> <li>Expose request URI in <code>McpHttpClientAuthorizationErrorHandler</code> by <a href="https://github.com/Kehrlann"><code>@​Kehrlann</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/980">modelcontextprotocol/java-sdk#980</a></li> <li>Fix UTF-8 encoding for non-ASCII tool names in HTTP client transports by <a href="https://github.com/rameshreddy-adutla"><code>@​rameshreddy-adutla</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/850">modelcontextprotocol/java-sdk#850</a></li> </ul> <h2>🪵 Logging</h2> <ul> <li>Unify logging config by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/984">modelcontextprotocol/java-sdk#984</a></li> <li>Reduce logging levels by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/modelcontextprotocol/java-sdk/pull/985">modelcontextprotocol/java-sdk#985</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/f56d038409473210c59d6eddef09c4b5cd36042b"><code>f56d038</code></a> Release version 2.0.0</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/d20af915126e81e311a60ed6b312e52156aedbb6"><code>d20af91</code></a> Add 2025-11-25 spec version to all transports (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1025">#1025</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/c42d313975d4ef689038d950a68b23ec47746dc8"><code>c42d313</code></a> Return void from McpStatelessSyncServer#closeGracefully instead of Mono (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1019">#1019</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/275633775c0a2ba70f2834ebd3fcd71e3b664d87"><code>2756337</code></a> Update documentation and migration notes for v2 (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1024">#1024</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/fe82ad508ae6463ba0a4a64fe120f80ea148f27e"><code>fe82ad5</code></a> Add schemas for form-based elicitation (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1020">#1020</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/99faac65f77f94ee5ee9d408a1f8ed10a0509794"><code>99faac6</code></a> Clarify tool validation error messages (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/1023">#1023</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/df75857fb1e0a0720531372425dfc8eca1df9cbc"><code>df75857</code></a> fix: avoid dropped errors when transport is closed or uninitialized (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/995">#995</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/dbb9bdad5118ffc36e9dc4f4f33558b5e8a42e34"><code>dbb9bda</code></a> Add URL elicitation support (SEP-1036) (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/993">#993</a>)</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/c49a99446397072cd62ab9dd4415c8ef40464ca2"><code>c49a994</code></a> Add missing Export-Package to mcp-json-jackson2 and mcp-json-jackson3</li> <li><a href="https://github.com/modelcontextprotocol/java-sdk/commit/c8ab3411b9191ffbbb30f0baaa56b3a26e076dbe"><code>c8ab341</code></a> feat: Refine logging levels (<a href="https://redirect.github.com/modelcontextprotocol/java-sdk/issues/985">#985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/modelcontextprotocol/java-sdk/compare/v1.1.3...v2.0.0">compare view</a></li> </ul> </details> <br /> 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]
