You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Andy Wilkinson e4e1958b65 Make Logback fall back to JVM's default charset
The charset "default" is an alias for US-ASCII, not the JVM's default
charset. This commit updates the built-in Logback configuration to
use Charset.defaultCharset().name() in place of "default" in the
Java-based configuration. In the XML-based configuration where
Charset.defaultCharset().name() cannot be called, we emulate its
behaviour [1] by using the file.encoding system property, falling back
to UTF-8 when it's not set.

Fixes gh-27230

[1] 19be6113dd/jdk/src/share/classes/java/nio/charset/Charset.java (L604-L617)
3 years ago
..
spring-boot Make Logback fall back to JVM's default charset 3 years ago
spring-boot-actuator Polish 3 years ago
spring-boot-actuator-autoconfigure Polish "Don't use markdown syntax in javadoc or error messages" 3 years ago
spring-boot-autoconfigure Align test for spring.data.mongodb.autoIndexCreation with new default 3 years ago
spring-boot-cli Update copyright year of changed files 3 years ago
spring-boot-dependencies Upgrade to Spring Session 2020.0.7 3 years ago
spring-boot-devtools Stabilize liveReloadOnClassPathChanged() 3 years ago
spring-boot-docs Polish "Fix description of "logging.logback.rollingpolicy.max-history"" 3 years ago
spring-boot-parent Upgrade to Testcontainers 1.16.1 3 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters Restore 'javax.xml.bind:jaxb-api' exclusion 3 years ago
spring-boot-test Upgrade to Spring Java Format 0.0.29 3 years ago
spring-boot-test-autoconfigure Update copyright year of changed files 3 years ago
spring-boot-tools Harmonize line endings 3 years ago