Peter Paul Bakker

Results 39 comments of Peter Paul Bakker

Hi Alok, the javax.tools.JavaFileObject seems missing from the runtime classpath. Please check: is it maybe due to the java version/installation that you are using? Maybe a jre instead of a...

The issue was using ``` T-Identifier/(@Text="HttpClientBuilder" or @Text="HttpAsyncClientBuilder") and not(ancestor... ``` And error went away when putting this is square brackets instead: ``` T-Identifier[(@Text="HttpClientBuilder" or @Text="HttpAsyncClientBuilder") and not(ancestor ``` See...

Merged via kotlin/AvoidWideScopeXPathExpression2 due to some rebase issue in this branch

@artemlos Hi Artem, is there progress to report on this issue? Thanks.

@ftclausen Thanks for the report, looking into it. Will try the maven flatten plugin to resolve all parameters before deploy.

@ftclausen We have released a [3.5.2-SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/pmd/sonar-pmd-plugin/3.5.2-SNAPSHOT/sonar-pmd-plugin-3.5.2-20240705.093817-1.pom). Can you please check if this works for this case? Then we can proceed to make a new release. For our information: where did...

Thanks for the heads-up, we are working on a new release.

Created bugfix release 4.0.2: https://github.com/jborgers/sonar-pmd/releases/tag/4.0.2 If this version works for this issue, please close it.

Note that "regular" default is 500 connections, so this rule (with the `max(#CPU, 8) *2` default) applies only when creating your own ConnectionProvider. See this discussion for background info: https://github.com/reactor/reactor-netty/issues/2052#issuecomment-1048586578