Hi All, The build fails on Java 23 because of at least one behavior change when running on Java 23:
When dealing with strings like "12:34 PM", the space is now expected to be a Narrow No-Break Space (NNBSP, U+202F) and not a "traditional" space (U+0020). Please have a look at the code and help figure out if we should just update the tests to have different expectations on Java 23 or if we should make our main code smarter. TY Gary --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org