The GitHub Actions job "Validate and test" on 
pekko-http.git/remove/deprecated-parser-settings has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
4a6f75a4eae9104c1da2e1de027854fbeee4939a / 虎鸣 <[email protected]>
fix: update tests and MiMa filters for ParserSettings SettingsCompanion removal

Motivation:
ParserSettings no longer extends SettingsCompanion, so
ParserSettings(system) now creates server-specific settings (via forServer).
Two tests relied on the old generic behavior. MiMa also reports
IncompatibleMethTypeProblem, IncompatibleResultTypeProblem, and
MissingTypesProblem from the SettingsCompanion removal.

Modification:
- ServerSettingsSpec: use ParserSettings.forClient to get client-specific
  settings that correctly fail when used with ServerSettings
- ClientConnectionSettingsSpec: use ParserSettings.forServer explicitly
- Add MiMa filters for ParserSettings$ type changes

Result:
Tests pass with the updated ParserSettings API and MiMa checks succeed.

Report URL: https://github.com/apache/pekko-http/actions/runs/28729403645

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to