Copilot commented on code in PR #815: URL: https://github.com/apache/skywalking-java/pull/815#discussion_r3643275157
########## CHANGES.md: ########## @@ -32,6 +32,7 @@ Release Notes. * Fix an issue where `JDBCPluginConfig.Plugin.JDBC.SQL_BODY_MAX_LENGTH` was not honored by clickhouse-0.3.1 and clickhouse-0.3.2.x plugins. - Add tracing support for vector-store retrieval operations. * Fix agent lifecycle events: the Start event now carries the service instance name, and the Shutdown event is delivered on graceful JVM exit. `ServiceManager` prepares/starts higher-priority `BootService`s first and shuts them down last (matching `BootService#priority()`), and the shutdown event refreshes its gRPC deadline before sending. +* Fix the `SenderSendInterceptor` in the nutz-plugin/http-1.x-plugin to avoid NPE caused by the Response status. Review Comment: The changelog entry refers to `nutz-plugin/http-1.x-plugin`, but the module path in this repo is `nutz-plugins/http-1.x-plugin` (plural). Using the correct module name/path will make it easier for readers to locate the plugin. -- 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]
