Skip to content

Commit

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

We therefore should deprecate and remove that to get rid of the
dependency here a more modern replacement for the purpose of this
extended form (registering filters) is today the [Http Whiteboard
Specification](https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html)
  • Loading branch information
laeubi committed Dec 15, 2023
1 parent bf62833 commit 7844487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @noimplement This interface is not intended to be implemented by clients.
*/
@ProviderType
@Deprecated(forRemoval = true)
public interface ExtendedHttpService extends HttpService {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @deprecated No longer required.
* @since 1.3
*/
@Deprecated(forRemoval = true)
public class HttpServiceMultipartServlet extends HttpServlet {
private static final long serialVersionUID = 2281118780429323631L;
}

0 comments on commit 7844487

Please sign in to comment.