spring-ai
spring-ai copied to clipboard
Fix Windows line separation.
Bug fix for #595
BeanOutputConverter- replace all Windows line separation with \n.BeanOutputConverterTest- explicitly check line separation using \n.- Introduce
TextBlockAssertionthat asserts text blocks with line separation set to \n.