File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
gateway-4.1.2.x-scenario/gateway-projectA-scenario
gateway-4.x-scenario/gateway-projectA-scenario Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Release Notes.
2020* Eliminate repeated code with HttpServletRequestWrapper in mvc-annotation-commons.
2121* Add the jdk httpclient plugin.
2222* Fix Gateway 2.0.x plugin not activated for spring-cloud-starter-gateway 2.0.0.RELEASE.
23+ * fix add netty-resolver-dns-native-macos dependency to avoid DNS resolution failure on macOS
2324All issues and pull requests are [ here] ( https://github.com/apache/skywalking/milestone/242?closed=1 )
2425
2526------------------
Original file line number Diff line number Diff line change 3434 <artifactId >spring-cloud-starter-gateway</artifactId >
3535 <version >${test.framework.version} </version >
3636 </dependency >
37+ <dependency >
38+ <groupId >io.netty</groupId >
39+ <artifactId >netty-resolver-dns-native-macos</artifactId >
40+ <classifier >osx-aarch_64</classifier >
41+ <version >4.1.114.Final</version >
42+ </dependency >
3743 </dependencies >
3844
3945 <build >
Original file line number Diff line number Diff line change 3434 <artifactId >spring-cloud-starter-gateway</artifactId >
3535 <version >${test.framework.version} </version >
3636 </dependency >
37+ <dependency >
38+ <groupId >io.netty</groupId >
39+ <artifactId >netty-resolver-dns-native-macos</artifactId >
40+ <classifier >osx-aarch_64</classifier >
41+ <version >4.1.101.Final</version >
42+ </dependency >
3743 </dependencies >
3844
3945 <build >
You can’t perform that action at this time.
0 commit comments