Skip to content

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Feb 21, 2025

This PR replaces Optional usages that don't seem to follow convention.

See #14019 (review)

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 21, 2025
.map(StackTrace::printer)
.orElse(null);
StackTrace stackTrace = properties.stackTrace();
return (stackTrace != null && stackTrace.hasCustomPrinter()) ? stackTrace.printer() : null;

This comment was marked as resolved.

@snicoll snicoll added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 22, 2025
@snicoll snicoll self-assigned this Feb 22, 2025
@snicoll snicoll added this to the 3.4.4 milestone Feb 22, 2025
snicoll pushed a commit that referenced this pull request Feb 22, 2025
snicoll added a commit that referenced this pull request Feb 22, 2025
@snicoll snicoll closed this in 49e1c04 Feb 22, 2025
@izeye izeye deleted the optional branch February 22, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants