-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add setting ignore-illegal-header-for #687 * fix binary incompatibility #687 * move binary compatibility warning configuration to 10.1.0 #687 * add setting's comment #687 * rename method #687 * reorder method #687 * check ignore header name insensitive #687 * Update 10.1.0.backwards.excludes * put case class back for ErrorInfo. and add annotation @internalapi #687 * fix test #687 * delete InternalApi annnotation from ErrorInfo #687 * create 10.1.2.backwards.excludes #687 * Chainge ErrorInfo from caseclass to class for bin incomp #687 * Update reference.conf * add tests #687 * use parseLine #687 * Update reference.conf
- Loading branch information
1 parent
561f02d
commit 78e5b1f
Showing
9 changed files
with
85 additions
and
13 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
akka-http-core/src/main/mima-filters/10.1.2.backwards.excludes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Don't monitor changes to internal API | ||
ProblemFilters.exclude[Problem]("akka.http.impl.*") | ||
|
||
# #1942 New ignoreIllegalHeaderFor setting | ||
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.http.javadsl.settings.ParserSettings.getIgnoreIllegalHeaderFor") | ||
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.http.scaladsl.settings.ParserSettings.ignoreIllegalHeaderFor") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters