Conversation
Co-authored-by: trask <218610+trask@users.noreply.github.com>
| * Deprecated, use {@code db.namespace} instead. | ||
| * | ||
| * @deprecated Replaced by {@code db.namespace}. | ||
| * @deprecated Uncategorized. |
There was a problem hiding this comment.
@copilot update the jinja template to exclude this particular reason, so the generated code is just
@deprecated
with no further explanation
There was a problem hiding this comment.
Updated the jinja templates to exclude "Uncategorized." from deprecation messages. The generated code now shows just @deprecated with no explanation. (915725a)
| /** | ||
| * xAI | ||
| * | ||
| * @deprecated Replaced by {@code x_ai}. | ||
| */ | ||
| @Deprecated public static final String XAI = "xai"; | ||
| /** xAI */ | ||
| public static final String XAI = "xai"; |
There was a problem hiding this comment.
note to reviewers: this whole enum is deprecated
|
|
||
| /** | ||
| * Values for {@link #HTTP_REQUEST_METHOD}. | ||
| * | ||
| * @deprecated deprecated in favor of stable {@link | ||
| * io.opentelemetry.semconv.HttpAttributes.HttpRequestMethodValues}. | ||
| */ | ||
| @Deprecated | ||
| /** Values for {@link #HTTP_REQUEST_METHOD}. */ | ||
| public static final class HttpRequestMethodIncubatingValues { |
There was a problem hiding this comment.
note to reviewers: this was undeprecated to add experimental QUERY
Co-authored-by: trask <218610+trask@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Update semantic conventions from 1.37.0 to 1.38.0
Summary:
Successfully updated semantic conventions to version 1.38.0. The update includes:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.