The GitHub Actions job "Validate and test" on 
pekko-http.git/feature/java17-optional-isempty has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
8d5d88443868cfd7b88be9cec47f24cd18fc9cea / 虎鸣 <[email protected]>
refactor: use Optional.isEmpty() (Java 11+)

Motivation:
Java 11 introduced Optional.isEmpty() as a more readable counterpart to
!isPresent(), expressing the intent directly.

Modification:
Replace !system.isPresent() with system.isEmpty() in HttpApp.

Result:
Cleaner, more expressive Optional usage.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to