Skip to content

Conversation

@svc-excavator-bot
Copy link
Collaborator

excavator is a bot for automating changes across repositories.

Changes produced by the roomba/remove-for-rollout-deprecations-oss check.

To enable or disable this check, please contact the maintainers of Excavator.

@svc-excavator-bot svc-excavator-bot force-pushed the roomba/remove-for-rollout-deprecations-oss branch from 11f1352 to 1f0eb37 Compare October 30, 2025 16:57
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/remove-for-rollout-deprecations-oss branch from 1f0eb37 to b18431d Compare November 6, 2025 18:27
public BearerToken cookie(HttpServerExchange exchange, String cookieName) {
@SuppressWarnings("for-rollout:deprecation")
Cookie cookie = exchange.getRequestCookies().get(cookieName);
Cookie cookie = exchange.getRequestCookie(cookieName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking for an ack on this, not sure if there was a reason this was suppressed previously?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, looks like it was automatically added by an excavator PR

@svc-excavator-bot svc-excavator-bot force-pushed the roomba/remove-for-rollout-deprecations-oss branch from 17b15ee to cd5e4bf Compare November 13, 2025 22:09
@svc-excavator-bot svc-excavator-bot force-pushed the roomba/remove-for-rollout-deprecations-oss branch from cd5e4bf to 5568349 Compare November 21, 2025 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants