spring-boot/spring-boot-project
Fabrice Bibonne fccce54d52 Fix error mark position for PatternParseException
PatternParseException.toDetailedString() return a String
with a mark to specify the error position in the pattern.
The mark takes place in the second line in the String
returned. Because PatternParseFailureAnalyzer.analyze
appended "Invalid mapping pattern detected:" at the
beginning of the returned String, the mark was not well
positioned.

Now, a "\n" is inserted after "Invalid mapping pattern detected:"
and the mark is well positioned

See gh-38944
2024-01-10 09:14:04 +01:00
..
spring-boot Fix error mark position for PatternParseException 2024-01-10 09:14:04 +01:00
spring-boot-actuator Remove unnecessary `toString()` calls 2023-12-19 22:38:34 -08:00
spring-boot-actuator-autoconfigure Remove unnecessary `toString()` calls 2023-12-19 22:38:34 -08:00
spring-boot-autoconfigure Correctly order @AutoConfigureAfter values when sorting 2023-12-22 08:20:25 -08:00
spring-boot-dependencies Upgrade to Micrometer Tracing 1.1.9 2024-01-09 12:52:58 +00:00
spring-boot-devtools Ban call of URLEncoder.encode/URLDecoder.decode(String,String) 2023-12-19 23:10:18 -08:00
spring-boot-docker-compose Add log message if Docker Compose services are already running 2023-12-05 14:02:16 +01:00
spring-boot-docs Update copyright year to 2024 2024-01-10 09:11:29 +01:00
spring-boot-parent Merge branch '3.0.x' into 3.1.x 2023-11-05 13:33:59 -08:00
spring-boot-starters Merge branch '3.0.x' into 3.1.x 2023-11-21 17:30:54 -06:00
spring-boot-test Ban call of URLEncoder.encode/URLDecoder.decode(String,String) 2023-12-19 23:10:18 -08:00
spring-boot-test-autoconfigure Merge branch '3.0.x' into 3.1.x 2023-11-13 10:42:32 -08:00
spring-boot-testcontainers Remove unnecessary `static` modifiers 2023-12-19 22:38:08 -08:00
spring-boot-tools Ban call of URLEncoder.encode/URLDecoder.decode(String,String) 2023-12-19 23:10:18 -08:00