Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/logstash-plugin
  Commit: 164e6bc12659204659240dde833eb730f9190266
      
https://github.com/jenkinsci/logstash-plugin/commit/164e6bc12659204659240dde833eb730f9190266
  Author: Markus Winter <[email protected]>
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
    M src/main/java/jenkins/plugins/logstash/LogstashConfiguration.java
    M src/main/java/jenkins/plugins/logstash/LogstashWriter.java
    M src/main/java/jenkins/plugins/logstash/configuration/RabbitMq.java
    M 
src/main/java/jenkins/plugins/logstash/persistence/AbstractLogstashIndexerDao.java
    M 
src/main/java/jenkins/plugins/logstash/persistence/HostBasedLogstashIndexerDao.java
    M src/main/java/jenkins/plugins/logstash/persistence/LogstashIndexerDao.java
    M src/main/java/jenkins/plugins/logstash/persistence/RabbitMqDao.java
    M 
src/main/resources/jenkins/plugins/logstash/configuration/RabbitMq/configure-advanced.jelly
    A 
src/main/resources/jenkins/plugins/logstash/configuration/RabbitMq/help-charset.html
    M src/test/java/jenkins/plugins/logstash/LogstashWriterTest.java
    M src/test/java/jenkins/plugins/logstash/configuration/RabbitMqTest.java
    M src/test/java/jenkins/plugins/logstash/persistence/RabbitMqDaoTest.java

  Log Message:
  -----------
  charset for rabbitMQ (#58)

We passed the charset from the build to the Dao and used it in
RabbitMQ. This is wrong.
The dao is used by multiple builds in parallel, if a new build uses a
different charset (pipeline uses UTF-8 while freestyle use the default
charset) we change it for running builds
RabbitMQ stores the data in binary form so we need a charset. But the
consumer needs to know which charset is used, so we should make this
configurable.



      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to