Skip to content

Commit

Permalink
Deprecate (and mark for removal) HttpContextExtensionService
Browse files Browse the repository at this point in the history
The HttpContextExtensionService is effectively unused in platform and
uses the abandoned HttpService it is API.

We therefore should deprecate and remove that so the
org.eclipse.equinox.http.registry bundle becomes free from any API and
only contains internal implementation what would make us free to change
how it works,
  • Loading branch information
laeubi committed Dec 15, 2023
1 parent bf62833 commit f354afe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
@Deprecated(forRemoval = true)
public interface HttpContextExtensionService {
/**
* returns the HttpContext associated with the HttpService reference and http
Expand Down

0 comments on commit f354afe

Please sign in to comment.