Skip to content

Align implementations of StringToUUIDConverter and UUIDEditor #23940

@sbrannen

Description

@sbrannen

Overview

UUIDEditor checks if the supplied value hasText; whereas, StringToUUIDConverter checks if the supplied value hasLength. Similarly, StringToUUIDConverter trims the supplied value, but UUIDEditor does not.

Deliverables

  • Switch to StringUtils.hasText in StringToUUIDConverter to align with the behavior of UUIDEditor.
  • Use String#trim() in UUIDEditor to align with the behavior of StringToUUIDConverter.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions