Skip to content

Replace unconventional Optional usages #44393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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