HTTP services on macOS warn generate a warning about missing Netty MacOSDnsServerAddressStreamProvider
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 35/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- java
- 領域
- build-system
調査の方向性
examples のプロジェクトの Gradle 設定を調査し、ARM ベースのシステムを含む macOS で Netty DNS resolver の警告を再現します。利用可能な macOS のランタイム依存関係の選択肢を比較し、他のプラットフォームに影響を与えずに適切な native resolver が存在することを確認します。完了の条件は、起動時に警告が出力されなくなることです。
索引モデルが issue の本文から書いたものです。
説明
We currently do not include a runtime dependency on Netty's macOS-specific DNS resolver package, which causes the following warning on startup:
2023-12-11 11:54:31 WARN io.netty.resolver.dns.DnsServerAddressStreamProviders - Can not find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the classpath, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'
This doesn't seem to be causing examples to break in an obvious way but there are probably cases where it is desirable to use the native resolver config.
We may address this by including something like the following in our examples' project Gradle config:
plugins {
// ...
id("com.google.osdetector") version "1.7.0"
}
dependencies {
// ...
if (osdetector.os == "osx") {
runtimeOnly("io.netty:netty-resolver-dns-native-macos:4.1.72.Final:osx-${osdetector.arch}")
}
}
Since ARM-architecture macOS is likely going to be a common development platform, we may wish to fix this purely to suppress the WARN noise even if it doesn't break anything.
- 主要言語
- Java
- スター
- 60
- フォーク
- 17
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
restatedev/sdk-java のほかの issue
-
Vert.x 5 update オープン
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
restatedev/sdk-java#629 · コメント 2 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 68/100
restatedev/sdk-java#614 · コメント 2 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
restatedev/sdk-java#603 ·
-
restatedev/sdk-java#570 · 担当者 1 名 ·
-
dependencies
難易度 3/5 1〜2日 初心者へのやさしさ 48/100
restatedev/sdk-java#569 · コメント 2 件 · リアクション 1 件 ·
restatedev/sdk-java の issue をすべて見る
似ている issue
-
area/plugin
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
kestra-io/plugin-kestra#190 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
integra-team-red/meet-map#249 ·
-
[Studio][Bug] Cancelled create-user dialog keeps the password and admin switch for the next attempt オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
apache/rocketmq-dashboard#5064 ·