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

updated spring framework to 5.3.13 #947

Merged
merged 3 commits into from Nov 19, 2021
Merged

Conversation

eshryane
Copy link
Contributor

@eshryane
Copy link
Contributor Author

eshryane commented Nov 19, 2021

LanguageCodeRepositoryIntegrationTest is failing.

The whois.languages property is injected into LanguageCodeRepository as a single value, not a comma-separated array any more.

Appears to be caused by:
spring-projects/spring-framework#27582

Fixed by adding split(,) to the injected String value.

…ate elements (seems to be a regression in Spring Framework 5.3.13, doesn't happen in 5.3.12).
@eshryane
Copy link
Contributor Author

Integration tests passed

@eshryane eshryane merged commit 66ed5bc into master Nov 19, 2021
@eshryane eshryane deleted the spring_framework_5.3.13 branch November 19, 2021 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant