Branch: refs/heads/pmd/5.4.x
Home: https://github.com/pmd/pmd
Commit: cce475d382498e54269952e80cc55b2f378d69b7
https://github.com/pmd/pmd/commit/cce475d382498e54269952e80cc55b2f378d69b7
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-24 (Fri, 24 Feb 2017)
Changed paths:
M pmd-dist/src/main/assembly/src.xml
Log Message:
-----------
Exclude secrets from src distribution
Commit: d5d485f47a660b896c1b3887ebd25068b01941f9
https://github.com/pmd/pmd/commit/d5d485f47a660b896c1b3887ebd25068b01941f9
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-25 (Sat, 25 Feb 2017)
Changed paths:
M pmd-jsp/src/test/java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java
Log Message:
-----------
Fix javadoc. Since jdk8u121 no <script> tags are allowed by default.
See Release Notes of jdk8u121:
> tools/javadoc(tool)
> New --allow-script-in-comments option for javadoc
> The javadoc tool will now reject any occurrences of JavaScript code in
> the javadoc documentation comments and command-line options, unless the
> command-line option, --allow-script-in-comments is specified.
>
> With the --allow-script-in-comments option, the javadoc tool will
> preserve JavaScript code in documentation comments and command-line
> options. An error will be given by the javadoc tool if JavaScript
> code is found and the command-line option is not set.
> JDK-8138725 (not public)
Commit: 4c33ac21f7d4e5accbceff4ff19cc2ad659e8c2d
https://github.com/pmd/pmd/commit/4c33ac21f7d4e5accbceff4ff19cc2ad659e8c2d
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-25 (Sat, 25 Feb 2017)
Changed paths:
M .travis/build-push.sh
Log Message:
-----------
echo out the current version being built by travis
Compare: https://github.com/pmd/pmd/compare/2a416c81659f...4c33ac21f7d4 |