This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 215205376 Remove 'HttpApp' references from guidelines (#1148)
215205376 is described below

commit 215205376f57cda81c3a49a83f648a3a8261cde0
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jul 9 14:12:04 2026 +0100

    Remove 'HttpApp' references from guidelines (#1148)
    
    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]

Reply via email to