PMD CI (pmd-bot) 2024-11-14 17:43:25 +00:00
parent 5bb63c3af0
commit e88d8bb6c0
3 changed files with 128 additions and 118 deletions

View File

@ -5,8 +5,8 @@
<description>Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.</description>
<link>https://docs.pmd-code.org/latest/</link>
<atom:link href="https://docs.pmd-code.org/latest/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Thu, 14 Nov 2024 15:52:38 +0000</pubDate>
<lastBuildDate>Thu, 14 Nov 2024 15:52:38 +0000</lastBuildDate>
<pubDate>Thu, 14 Nov 2024 17:40:49 +0000</pubDate>
<lastBuildDate>Thu, 14 Nov 2024 17:40:49 +0000</lastBuildDate>
<generator>Jekyll v3.10.0</generator>
</channel>

File diff suppressed because it is too large Load Diff

View File

@ -1916,6 +1916,11 @@
<li><a href="https://github.com/pmd/pmd/issues/1860">#1860</a>: [ant] Reflective access warnings on java &gt; 9 and java &lt; 17</li>
</ul>
</li>
<li>apex
<ul>
<li><a href="https://github.com/pmd/pmd/issues/5333">#5333</a>: [apex] Token recognition errors for string containing unicode escape sequence</li>
</ul>
</li>
<li>java
<ul>
<li><a href="https://github.com/pmd/pmd/issues/5293">#5293</a>: [java] Deadlock when executing PMD in multiple threads</li>
@ -1937,6 +1942,9 @@ instead (note different package <code class="language-plaintext highlighter-roug
</ul>
<h3 id="-external-contributions">✨ External Contributions</h3>
<ul>
<li><a href="https://github.com/pmd/pmd/pull/5284">#5284</a>: [apex] Use case-insensitive input stream to avoid choking on Unicode escape sequences - <a href="https://github.com/wahajenius">Willem A. Hajenius</a> (@wahajenius)</li>
</ul>