Skip to content
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

Detection of PeriodStyle.ISO8601 does not support lower-case input #32235

Closed
wants to merge 1 commit into from

Conversation

valentine-dev
Copy link
Contributor

@valentine-dev valentine-dev commented Sep 6, 2022

Support lower-case input in PeriodStyle for ISO-8601 format used by java.time.Period.

This is a pull request similar to pull request #32223.

It will fix a bug similar to the one reported as #32218, found in Spring Boot version 2.7.3 with JDK 11.

The bug is demonstrated in the example application at https://github.com/valentine-dev/spring-boot-period-style-iso8601.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 6, 2022
@wilkinsona wilkinsona changed the title Support lower-case input in PeriodStyle Detection of PeriodStyle.ISO8601 does not support lower-case input Sep 6, 2022
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 6, 2022
@wilkinsona wilkinsona added this to the 2.6.x milestone Sep 6, 2022
@snicoll snicoll self-assigned this Sep 7, 2022
@snicoll snicoll modified the milestones: 2.6.x, 2.6.12 Sep 7, 2022
snicoll pushed a commit that referenced this pull request Sep 7, 2022
@snicoll snicoll closed this in cd61d69 Sep 7, 2022
@snicoll
Copy link
Member

snicoll commented Sep 7, 2022

Thanks again @valentine-dev

@valentine-dev
Copy link
Contributor Author

@snicoll My pleasure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants