dependabot[bot] opened a new pull request, #36666: URL: https://github.com/apache/superset/pull/36666
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/releases">antd's releases</a>.</em></p> <blockquote> <h2>6.1.1</h2> <ul> <li>🐞 Fix DatePicker cannot support webpack 4: Can't resolve '<code>@rc-component/picker/</code>locale/en_US'. <a href="https://redirect.github.com/ant-design/ant-design/pull/56219">#56219</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix ColorPicker inconsistent input heights. <a href="https://redirect.github.com/ant-design/ant-design/pull/56220">#56220</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix notification default background color not white when cssVar is disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/56169">#56169</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Input border missing when focused on Space.Compact with <code>allowClear</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/56105">#56105</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>🐞 Fix vertical Splitter incorrect collapse behavior in RTL mode, RTL flipping is now applied only to horizontal layouts <a href="https://redirect.github.com/ant-design/ant-design/pull/56179">#56179</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Result not passing through <code>data-*</code> and <code>aria-*</code> attributes to the root DOM element. <a href="https://redirect.github.com/ant-design/ant-design/pull/56165">#56165</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 MISC: <code>theme.cssVar.prefix</code> and <code>theme.cssVar.key</code> now respect empty string value. <a href="https://redirect.github.com/ant-design/ant-design/pull/56146">#56146</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Lift Breadcrumb link style priority. <a href="https://redirect.github.com/ant-design/ant-design/pull/56137">#56137</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix ConfigProvider <code>closable.placement</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/55985">#55985</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>🐞 Fix Form <code>onValuesChange</code> params missing Form.List nested content. <a href="https://redirect.github.com/ant-design/ant-design/pull/56129">#56129</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>selectorBg</code> token not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/56052">#56052</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload incorrect progress position style. <a href="https://redirect.github.com/ant-design/ant-design/pull/56194">#56194</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 DatePicker 不兼容 webpack 4 的问题:Can't resolve '<code>@rc-component/picker/</code>locale/en_US'。<a href="https://redirect.github.com/ant-design/ant-design/pull/56219">#56219</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 修复 ColorPicker 弹层内输入框高度不一致问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56220">#56220</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 修复 notification 在 cssVar 未启用时默认背景色不为白色的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56169">#56169</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 修复 Input 在 Space.Compact 下配置 <code>allowClear</code> 时聚焦边框丢失的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56105">#56105</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>🐞 修复 Splitter 在 RTL + 垂直模式下折叠方向错误的问题,RTL 逻辑现在仅在横向布局下生效。<a href="https://redirect.github.com/ant-design/ant-design/pull/56179">#56179</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Result 未向根节点透传 <code>data-*</code> 与 <code>aria-*</code> 属性的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56165">#56165</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 MISC: 修复:<code>theme.cssVar.prefix</code> 与 <code>theme.cssVar.key</code> 不支持传入空字符串的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56146">#56146</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 提升 Breadcrumb 链接样式优先级以避免被全局样式覆盖。<a href="https://redirect.github.com/ant-design/ant-design/pull/56137">#56137</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 修复 ConfigProvider <code>closable.placement</code> 配置失效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/55985">#55985</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>🐞 修复 Form <code>onValuesChange</code> 对存在嵌套数据的 Form.List 缺失内容的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56129">#56129</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 Select <code>selectorBg</code> token 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56052">#56052</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 修复 Upload 进度条位置样式错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56194">#56194</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.1.0</h2> <ul> <li>🆕 ConfigProvider supports configuring the <code>trigger</code> property for Tooltip, Popover, and Popconfirm. <a href="https://redirect.github.com/ant-design/ant-design/pull/55932">#55932</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🆕 Alert add semantic close button element. <a href="https://redirect.github.com/ant-design/ant-design/pull/55815">#55815</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>Drawer <ul> <li>🆕 Drawer add semantic close button element. <a href="https://redirect.github.com/ant-design/ant-design/pull/55816">#55816</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>🆕 Drawer add boolean type setting for <code>resizable</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55861">#55861</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> </ul> </li> <li>Select <ul> <li>🆕 Select add multi-field search functionality to <code>optionFilterProp</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56057">#56057</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Select input cursor displayed in non-search mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56067">#56067</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix the「Select」option was not enabled when Select contained interactive content. <a href="https://redirect.github.com/ant-design/ant-design/pull/56054">#56054</a> <a href="https://github.com/yoyo837"><code>@yoyo837</code></a></li> </ul> </li> <li>🐞 Fix Table <code>cellFontSizeSM</code> and <code>cellFontSizeLG</code> tokens not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/55770">#55770</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). <a href="https://redirect.github.com/ant-design/ant-design/pull/55934">#55934</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>💄 Fix Menu item styles not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56041">#56041</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🛠 MISC: <code>@ant-design/react-slick</code> remove <code>classnames</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56080">#56080</a> <a href="https://github.com/yoyo837"><code>@yoyo837</code></a></li> <li>🛠 MISC: Migrate <code>rc-overflow</code> to <code>@rc-component/overflow</code>, <code>rc-virtual-list</code> to <code>@rc-component/virtual-list</code> in order to remove <code>rc-util</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56074">#56074</a> <a href="https://github.com/yoyo837"><code>@yoyo837</code></a></li> <li>TypeScript <ul> <li>🤖 Alert now exports ErrorBoundaryProps type. <a href="https://redirect.github.com/ant-design/ant-design/pull/55974">#55974</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🤖 ConfigProvider supports passing a function as a Table <code>rowKey</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56095">#56095</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🤖 The <code>title</code> attribute of the notification has been changed to be optional. <a href="https://redirect.github.com/ant-design/ant-design/pull/56027">#56027</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🆕 ConfigProvider 新增支持配置 Tooltip、Popover 和 Popconfirm 的 <code>trigger</code> 属性。<a href="https://redirect.github.com/ant-design/ant-design/pull/55932">#55932</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🆕 Alert 新增语义化关闭按钮元素。<a href="https://redirect.github.com/ant-design/ant-design/pull/55815">#55815</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>Drawer</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md">antd's changelog</a>.</em></p> <blockquote> <h2>6.1.1</h2> <p><code>2025-12-15</code></p> <ul> <li>🐞 Fix DatePicker cannot support webpack 4: Can't resolve '<code>@rc-component/picker/</code>locale/en_US'. <a href="https://redirect.github.com/ant-design/ant-design/pull/56219">#56219</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix ColorPicker inconsistent input heights. <a href="https://redirect.github.com/ant-design/ant-design/pull/56220">#56220</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix notification default background color not white when cssVar is disabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/56169">#56169</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>🐞 Fix Input border missing when focused on Space.Compact with <code>allowClear</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/56105">#56105</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>🐞 Fix vertical Splitter incorrect collapse behavior in RTL mode, RTL flipping is now applied only to horizontal layouts <a href="https://redirect.github.com/ant-design/ant-design/pull/56179">#56179</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Result not passing through <code>data-*</code> and <code>aria-*</code> attributes to the root DOM element. <a href="https://redirect.github.com/ant-design/ant-design/pull/56165">#56165</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 MISC: <code>theme.cssVar.prefix</code> and <code>theme.cssVar.key</code> now respect empty string value. <a href="https://redirect.github.com/ant-design/ant-design/pull/56146">#56146</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Lift Breadcrumb link style priority. <a href="https://redirect.github.com/ant-design/ant-design/pull/56137">#56137</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix ConfigProvider <code>closable.placement</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/55985">#55985</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>🐞 Fix Form <code>onValuesChange</code> params missing Form.List nested content. <a href="https://redirect.github.com/ant-design/ant-design/pull/56129">#56129</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>selectorBg</code> token not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/56052">#56052</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload incorrect progress position style. <a href="https://redirect.github.com/ant-design/ant-design/pull/56194">#56194</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> <h2>6.1.0</h2> <p><code>2025-12-08</code></p> <ul> <li>🆕 ConfigProvider supports configuring the <code>trigger</code> property for Tooltip, Popover, and Popconfirm. <a href="https://redirect.github.com/ant-design/ant-design/pull/55932">#55932</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🆕 Alert add semantic close button element. <a href="https://redirect.github.com/ant-design/ant-design/pull/55815">#55815</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>Drawer <ul> <li>🆕 Drawer add semantic close button element. <a href="https://redirect.github.com/ant-design/ant-design/pull/55816">#55816</a> <a href="https://github.com/coding-ice"><code>@coding-ice</code></a></li> <li>🆕 Drawer add boolean type setting for <code>resizable</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/55861">#55861</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> </ul> </li> <li>Select <ul> <li>🆕 Select add multi-field search functionality to <code>optionFilterProp</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56057">#56057</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Select input cursor displayed in non-search mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56067">#56067</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix the「Select」option was not enabled when Select contained interactive content. <a href="https://redirect.github.com/ant-design/ant-design/pull/56054">#56054</a> <a href="https://github.com/yoyo837"><code>@yoyo837</code></a></li> </ul> </li> <li>🐞 Fix Table <code>cellFontSizeSM</code> and <code>cellFontSizeLG</code> tokens not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/55770">#55770</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). <a href="https://redirect.github.com/ant-design/ant-design/pull/55934">#55934</a> <a href="https://github.com/tuzixiangs"><code>@tuzixiangs</code></a></li> <li>💄 Fix Menu item styles not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56041">#56041</a> <a href="https://github.com/Wxh16144"><code>@Wxh16144</code></a></li> <li>🛠 MISC: <code>@ant-design/react-slick</code> remove <code>classnames</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56080">#56080</a> <a href="https://github.com/yoyo837"><code>@yoyo837</code></a></li> <li>🛠 MISC: Migrate <code>rc-overflow</code> to <code>@rc-component/overflow</code>, <code>rc-virtual-list</code> to <code>@rc-component/virtual-list</code> in order to remove <code>rc-util</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56074">#56074</a> <a href="https://github.com/yoyo837"><code>@yoyo837</code></a></li> <li>TypeScript <ul> <li>🤖 Alert now exports ErrorBoundaryProps type. <a href="https://redirect.github.com/ant-design/ant-design/pull/55974">#55974</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🤖 ConfigProvider supports passing a function as a Table <code>rowKey</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56095">#56095</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🤖 The <code>title</code> attribute of the notification has been changed to be optional. <a href="https://redirect.github.com/ant-design/ant-design/pull/56027">#56027</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> </ul> </li> </ul> <h2>6.0.1</h2> <p><code>2025-12-02</code></p> <ul> <li>Flex <ul> <li>🐞 Fix Flex cannot pass <code>0</code> for <code>flex</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/55829">#55829</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix Flex cannot pass <code>0</code> for <code>gap</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/55803">#55803</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> <li>Input <ul> <li>🐞 Fix Input <code>colorText</code> token does not work with <code>filled</code> variant without affix. <a href="https://redirect.github.com/ant-design/ant-design/pull/56019">#56019</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Input.OTP empty slots can be skipped when typing. <a href="https://redirect.github.com/ant-design/ant-design/pull/56001">#56001</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/cf57a728964ec59fb3fb75665df38dab6ebacce5"><code>cf57a72</code></a> docs: release 6.1.1 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56227">#56227</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/cb59d0a6f1c5c1fbcfd477b5a55e68b892bc3235"><code>cb59d0a</code></a> fix(upload): align progress bar using item gap instead of text line height (#...</li> <li><a href="https://github.com/ant-design/ant-design/commit/f792a10eb8d9c1a417a1f1c516186258e2d16ce1"><code>f792a10</code></a> docs: change font-variant-numeric wording from mandatory to recommended (<a href="https://redirect.github.com/ant-design/ant-design/issues/56226">#56226</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e6c8f3629f9fc1ff5bf7c8ebcda3bcb8e0d1aaf4"><code>e6c8f36</code></a> fix: rc-picker cannot support webpack 4 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56219">#56219</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7ddf6bf1e7057affbfc8050ff9774dfb38671fd6"><code>7ddf6bf</code></a> fix(ColorPicker): InputNumber inconsistent heights (<a href="https://redirect.github.com/ant-design/ant-design/issues/56220">#56220</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/20690379829d5ee4dde470a95c8b770ff7342b4f"><code>2069037</code></a> docs: mermaid replaces g6 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56170">#56170</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/cf3d732f5bda199b8a02cfa24007ee7122ab19fc"><code>cf3d732</code></a> chore: remove broken check-commit script (<a href="https://redirect.github.com/ant-design/ant-design/issues/56216">#56216</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e461682e5898b905d8e091be4c219f0c14f1afcd"><code>e461682</code></a> chore(deps): update actions-cool/issues-helper digest to cbca8df (<a href="https://redirect.github.com/ant-design/ant-design/issues/56208">#56208</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e80676a68428e3ae6172802545c56e6c7b77ce52"><code>e80676a</code></a> chore(deps): update actions/download-artifact action to v7 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56210">#56210</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b11e0bfcf26d78babf0354a703ed8ca4e6c33cd2"><code>b11e0bf</code></a> docs: update docs (<a href="https://redirect.github.com/ant-design/ant-design/issues/56206">#56206</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...6.1.1">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 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 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]
