Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/essentials-plugin
  Commit: c8ef2caa19e67887650d3d2384946724ca49f1dc
      
https://github.com/jenkinsci/essentials-plugin/commit/c8ef2caa19e67887650d3d2384946724ca49f1dc
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M 
src/main/java/io/jenkins/plugins/essentials/logging/EssentialsLoggingConfigurer.java
    A src/test/java/io/jenkins/plugins/essentials/logging/FileHandlerTest.java

  Log Message:
  -----------
  Force the logs to be written in UTF-8 and not using platform encoding

Caveat: to test this, one *must* set -Dfile.encoding=ISO-8859-1 or anything 
that is not UTF-8.
Then run the test.

On my machine, it was failing before I add the 
`fileHandler.setEncoding("UTF-8")` call (see next commit).

This commit is *expected to fail* since it only contains a refactoring and a 
test, not the fix yet.


  Commit: 47d8e84747cb6aa695fa71cbad929fdb453fda31
      
https://github.com/jenkinsci/essentials-plugin/commit/47d8e84747cb6aa695fa71cbad929fdb453fda31
  Author: Baptiste Mathus <bat...@batmat.net>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M 
src/main/java/io/jenkins/plugins/essentials/logging/EssentialsLoggingConfigurer.java

  Log Message:
  -----------
  Force UTF-8 usage


  Commit: 7891527b4d05441d7f26fbbbe95f5554e1cc0bec
      
https://github.com/jenkinsci/essentials-plugin/commit/7891527b4d05441d7f26fbbbe95f5554e1cc0bec
  Author: Baptiste Mathus <bmat...@gmail.com>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M 
src/main/java/io/jenkins/plugins/essentials/logging/EssentialsLoggingConfigurer.java
    A src/test/java/io/jenkins/plugins/essentials/logging/FileHandlerTest.java

  Log Message:
  -----------
  Merge pull request #2 from batmat/force-utf8

Force the logs to be written in UTF-8 and not using platform encoding


Compare: 
https://github.com/jenkinsci/essentials-plugin/compare/c7e1e5b82b8f...7891527b4d05

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to