Stanislav U.
Stanislav U.
Hi, what about progress?
@Godin, here it is: ``` C:\Users\usenkovsv>java -XshowSettings:properties -version Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 -Djansi.passthrough=true -XX:+UnlockExperimentalVMOptions Property settings: file.encoding = UTF8 file.separator = \ jansi.passthrough = true java.class.path = java.class.version = 61.0...
Hovewer, I've used jshell to execute your code... P.S. Repeated with Maven project, the same. Can the difference be in how surefire forks VM for running tests?
I've added writing file into my tested method:  File is created correctly again.
> BTW argLine set by jacoco-maven-plugin for maven-surefire-plugin should be shown during execution of prepapre-agent in the log prior to execution of tests. ``` [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (jacoco-prepare-agent) @ jacoco-issue...
> So could you please also try to execute Maven on your original example with -Dsun.jnu.encoding=cp866 added to JAVA_TOOL_OPTIONS, and then maybe with -Dsun.jnu.encoding=utf-8 - what will be created in...
Far is okay here. Trust me and Far :) > so could you please do ... using standard windows command prompt (cmd) Year, certainly:  
@Godin I hope this is what you've expected. 
Are we lucky to find a bug in JVM 😦? Cool! Thanks a lot for your active help!
Hi all! I'm implementing the same solutions from this thread - https://github.com/AndreyChukhlebov/spring-data-mongo-web - https://github.com/kota65535/spring-data-jdbc-multi-repos but experiencing these problems with `JdbcRepositoryFactoryBean`: ``` Parameter 0 of method setConverter in org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean required a...