This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit 039736fc480445b2afdfa14af2315da67fb54e5c Author: PJ Fanning <[email protected]> AuthorDate: Thu Jul 9 13:49:38 2026 +0100 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 1e61330aa..9f37c8b4c 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
