From 039736fc480445b2afdfa14af2315da67fb54e5c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 9 Jul 2026 13:49:38 +0100 Subject: [PATCH] Remove 'HttpApp' references from guidelines Removed references to 'HttpApp' from compatibility guidelines. --- docs/src/main/paradox/compatibility-guidelines.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/main/paradox/compatibility-guidelines.md b/docs/src/main/paradox/compatibility-guidelines.md index 1e61330aa1..9f37c8b4cb 100644 --- a/docs/src/main/paradox/compatibility-guidelines.md +++ b/docs/src/main/paradox/compatibility-guidelines.md @@ -24,7 +24,6 @@ Scala org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives#storeUploadedFiles org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives#fileUploadAll org.apache.pekko.http.scaladsl.marshalling.sse.EventStreamMarshalling - org.apache.pekko.http.scaladsl.server.HttpApp org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder#managedPersistentHttp2 @@ -39,7 +38,6 @@ Java org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives#storeUploadedFile org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives#storeUploadedFiles org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives#fileUploadAll - org.apache.pekko.http.javadsl.server.HttpApp org.apache.pekko.http.javadsl.model.RequestResponseAssociation org.apache.pekko.http.javadsl.OutgoingConnectionBuilder#managedPersistentHttp2WithPriorKnowledge org.apache.pekko.http.javadsl.OutgoingConnectionBuilder#managedPersistentHttp2