Branch: refs/heads/master
Home: https://github.com/jenkinsci/warnings-plugin
Commit: d9427bb6df47d1a66289c576374297fff75579c8
https://github.com/jenkinsci/warnings-plugin/commit/d9427bb6df47d1a66289c576374297fff75579c8
Author: Ulli Hafner <[email protected]>
Date: 2014-11-14 (Fri, 14 Nov 2014)
Changed paths:
M pom.xml
M warnings.iml
Log Message:
-----------
Update to latests analysis-pom.
Commit: 7af227eb669868a09d1fe09e19c8a025118983dc
https://github.com/jenkinsci/warnings-plugin/commit/7af227eb669868a09d1fe09e19c8a025118983dc
Author: Ulli Hafner <[email protected]>
Date: 2014-11-16 (Sun, 16 Nov 2014)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/warnings/parser/AbstractWarningsParser.java
M src/main/java/hudson/plugins/warnings/parser/GccParser.java
M src/test/java/hudson/plugins/warnings/parser/GccParserTest.java
M src/test/java/hudson/plugins/warnings/parser/ParserTester.java
A src/test/resources/hudson/plugins/warnings/parser/issue17309.txt
M warnings.iml
Log Message:
-----------
[FIXED JENKINS-25511] [JENKINS-17309] Reverted XML escaping of message.
Revert of fix for JENKINS-17309. Previous solution was too aggressive, it makes
sense to escape only messages from parsers that parse non-XML files. XML
parsers should not escape entities at all.
AbstractAnnotation never escapes entities now, only GCC parser escapes and
invokes constructor with escaped message.
Compare:
https://github.com/jenkinsci/warnings-plugin/compare/a811a92cfee0...7af227eb6698
--
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.