Skip to content

Commit c263cda

Browse files
committed
refactor: Drop @deprecated from transitional LegacyRequestAccess
1 parent 03a8ba7 commit c263cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/retailsvc/http/internal/LegacyRequestAccess.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
* StructuredTaskScope}-managed thread), it must capture the values it needs before submitting — the
1414
* {@link ScopedValue} is not visible from arbitrary worker threads.
1515
*
16-
* @deprecated Temporary scaffolding; will be deleted in a future task.
16+
* <p>Temporary scaffolding bridging the static-accessor era to the per-request {@code Request}
17+
* handle. Removed in a follow-up task once the new handler API replaces all consumers.
1718
*/
18-
@Deprecated
1919
public final class LegacyRequestAccess {
2020

2121
/** Bound by {@code RequestPreparationFilter} for the duration of each request. */

0 commit comments

Comments
 (0)