Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/logstash-plugin
  Commit: 4eb3d59653b53a65cfa9bf5a078bfa8ae19355dc
      
https://github.com/jenkinsci/logstash-plugin/commit/4eb3d59653b53a65cfa9bf5a078bfa8ae19355dc
  Author: Markus Winter <m_win...@gmx.de>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/logstash/LogstashBuildWrapper.java
    A src/main/java/jenkins/plugins/logstash/LogstashConsoleLogFilter.java
    M src/main/java/jenkins/plugins/logstash/LogstashOutputStream.java
    M src/main/java/jenkins/plugins/logstash/pipeline/LogstashStep.java
    R src/test/java/jenkins/plugins/logstash/LogstashBuildWrapperTest.java
    A src/test/java/jenkins/plugins/logstash/LogstashConsoloLogFilterTest.java
    M src/test/java/jenkins/plugins/logstash/LogstashIntegrationTest.java

  Log Message:
  -----------
  remove dependency to maskpasswords (#48)

* remove dependency to MaskPasswords

instead we use a high ordinal which ensures we get initialized first

* add a test for maskpasswords

* fix import

* use ConsoleLogFilter instead of a BuildWrapper

in combination with a high ordinal we ensure that
we get filtered output.

* verify that passwords are always masked

wrong order of build wrapper
mask passwords only configured globally

* use ConsoleLogFilter also for pipeline

* improve javadoc of BuildWrapper

clearly state that is only a marker for the ConsoleLogFilter


-- 
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