He-Pin opened a new pull request, #1093: URL: https://github.com/apache/pekko-http/pull/1093
## Summary - Replace `!system.isPresent()` with `system.isEmpty()` in HttpApp (main source code) - Java 11+ API: `Optional.isEmpty()` expresses intent more directly than `!isPresent()` ## Test plan - [ ] Existing tests pass (behavior-preserving refactoring) - [ ] `sbt javafmtAll` passes with JDK 17 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
