Skip to content

Remove deprecated HttpApp (since Akka HTTP 10.2.0)#1125

Open
He-Pin wants to merge 1 commit into
apache:mainfrom
He-Pin:remove/deprecated-httpapp
Open

Remove deprecated HttpApp (since Akka HTTP 10.2.0)#1125
He-Pin wants to merge 1 commit into
apache:mainfrom
He-Pin:remove/deprecated-httpapp

Conversation

@He-Pin

@He-Pin He-Pin commented Jul 5, 2026

Copy link
Copy Markdown
Member

Motivation

HttpApp was deprecated since Akka HTTP 10.2.0 as it doesn't reflect the latest APIs.

Modification

Deleted HttpApp source files (Scala and Java) and all associated test files. Updated ApiMayChangeDocCheckerSpec to remove HttpApp from filter list. Added MiMa filters.

Result

Deprecated HttpApp removed.

Motivation:
HttpApp was deprecated since Akka HTTP 10.2.0 as it doesn't reflect the latest APIs.

Modification:
Deleted HttpApp source files (Scala and Java) and all associated test files:
- http/src/main/scala/.../HttpApp.scala
- http/src/main/java/.../HttpApp.java
- http-tests/.../HttpAppSpec.scala (Scala + Java)
- http-tests/.../MinimalHttpApp.java
- http-tests/.../SneakHttpApp.java

Updated ApiMayChangeDocCheckerSpec to remove HttpApp from filter list.
Added MiMa filters for binary compatibility exceptions.

Result:
Deprecated HttpApp removed.
@He-Pin He-Pin marked this pull request as ready for review July 5, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant