renovate-bot opened a new pull request, #6514:
URL: https://github.com/apache/jmeter/pull/6514

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | [checkstyle](https://checkstyle.org/) 
([source](https://redirect.github.com/checkstyle/checkstyle)) | `10.26.1` -> 
`11.1.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.puppycrawl.tools:checkstyle/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.puppycrawl.tools:checkstyle/10.26.1/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>checkstyle/checkstyle (checkstyle)</summary>
   
   ### 
[`v11.1.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.1.0)
   
   Checkstyle 11.1.0 - <https://checkstyle.org/releasenotes.html#Release_11.1.0>
   
   New:
   
   
[#&#8203;17451](https://redirect.github.com/checkstyle/checkstyle/issues/17451) 
- false-negative: whitespace between type annotation and array declarator or 
ellipsis
   
   Bug fixes:
   
   
[#&#8203;17540](https://redirect.github.com/checkstyle/checkstyle/issues/17540) 
- Annotation location rule is not enforced in package-info.java file
   
[#&#8203;17507](https://redirect.github.com/checkstyle/checkstyle/issues/17507) 
- Google style: Missing support for multipart versioning format using 
underscores in method names
   
[#&#8203;17778](https://redirect.github.com/checkstyle/checkstyle/issues/17778) 
- Add support to properly follow Rule `7.1.1 General Form` in Google Style 
Guide Implementation
   
[#&#8203;17825](https://redirect.github.com/checkstyle/checkstyle/issues/17825) 
- --generate-checks-and-files-suppression option generates invalid XML
   
[#&#8203;13048](https://redirect.github.com/checkstyle/checkstyle/issues/13048) 
- JavadocTagContinuationIndentation: missing support to arbitrary indentation 
in `<`pre`>` tags
   
[#&#8203;11867](https://redirect.github.com/checkstyle/checkstyle/issues/11867) 
- LineLength gets triggered on multi-line strings for Google Checks
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     update JavadocTokenTypes.java to new format of AST print <br/>
     Fix wrong dtd scheme reference in CLI example <br/>
     move examples of IllegalImport to compilable folder <br/>
     LineLength coverage page: missing note about command line exemptions <br/>
     Add `rewrite` support for `errorprone.refasterrules` <br/>
     Reuse in metadata module scrapper all methods to get data from javadoc and 
reflection only <br/>
     SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
     Add chechstyle-operewrite recipes to the project. <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     Fix Javadoc Warnings: "use of default constructor, which does not provide 
a comment" <br/>
     Upgrade all scripts to groovy 3.0.17 or 4.x <br/>
     doc: make nrmancuso "former" <br/>
     Convert eligible classes to records <br/>
   </details>
   
   ### 
[`v11.0.1`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-11.0.0...checkstyle-11.0.1)
   
   [Compare 
Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-11.0.0...checkstyle-11.0.1)
   
   ### 
[`v11.0.0`](https://redirect.github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.0.0)
   
   [Compare 
Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.26.1...checkstyle-11.0.0)
   
   Checkstyle 11.0.0 - <https://checkstyle.org/releasenotes.html#Release_11.0.0>
   
   Breaking backward compatibility:
   
   
[#&#8203;13209](https://redirect.github.com/checkstyle/checkstyle/issues/13209) 
- Migrate project to JDK 17
   
[#&#8203;17321](https://redirect.github.com/checkstyle/checkstyle/issues/17321) 
- Use jdk17 as minimial required
   
   New:
   
   
[#&#8203;17366](https://redirect.github.com/checkstyle/checkstyle/issues/17366) 
- FinalParameters - missing several tokens to check
   
   Bug fixes:
   
   
[#&#8203;17332](https://redirect.github.com/checkstyle/checkstyle/issues/17332) 
- False positive from JavadocType: Unused `@`param tag
   
[#&#8203;8205](https://redirect.github.com/checkstyle/checkstyle/issues/8205) - 
fix all false-negatives about there is no single space between a type 
annotation and \[] or .... for Google Style
   
[#&#8203;17158](https://redirect.github.com/checkstyle/checkstyle/issues/17158) 
- InvalidJavadocPosition false-positive for record compact constructor with 
package-private accessibility
   
[#&#8203;14291](https://redirect.github.com/checkstyle/checkstyle/issues/14291) 
- Escape sequences in TextBlock, IllegalTokenText module should violate them 
for Google style
   
[#&#8203;17193](https://redirect.github.com/checkstyle/checkstyle/issues/17193) 
- Google-style: Improper enforcement of horizontal whitespace for double slash 
`//`
   
   <details>
   <summary>Other Changes:</summary>
   <br/>
     Upgrade all scripts to groovy 3.0.17 or 4.x <br/>
     IT regression area Folder structure for suppressionxpathfilter <br/>
     release is failing with "deploy failed: 403 - Forbidden" <br/>
     config.html page does not allow linking to Examples <br/>
     doc: add jetbrains logo by their request <br/>
     Fix compareTo method for testInputViolations <br/>
     xsd for the checkstyle configuration xml file <br/>
     create XSD definition for XML report <br/>
     Resolve invisiable problems after bump of maven site plugin 3.21.0 <br/>
     website: in CLI help ouput, mark config parameter as optional <br/>
     test to check indentation trailing comments are vertically aligned <br/>
     SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger <br/>
     SiteUtil.getPropertiesJavadocs does not reflect all the constituents of 
what it does <br/>
     refactor methods in SiteUtil.java <br/>
     Links to modules should be without anchor <br/>
     Javadoc website mistakenly showing HTML entities meant for other 
characters. <br/>
     regression-report.yml does not post error message if failing at handle_xxx 
phase  <br/>
     Convert concatenated strings to text blocks <br/>
     website: fix links in google_style.html <br/>
     suppressionxpathfilter.xml.template should use example macros <br/>
     Inconsistent or Missing Whitespaces in 'Beginning Development' Page Code 
Blocks <br/>
     Google-style: add '4.8.4.4 Switch expressions' to coverage table <br/>
     Updating properties in Input files to mention all default properties, <br/>
     Replace collect(toUnmodifiableList()) with toList() <br/>
     Refactor instanceof checks to pattern variables <br/>
     doc: Finished implementation of example separators in 
SuppressionXpathFilter website page <br/>
     doc: Implemented example separators on SuppressionXpathFilter website page 
<br/>
     Validate that all properties are used in examples <br/>
     update google-java-format.sh to validate that all Input that are excluded 
have file InputFormatted <br/>
     Resolve Pitest Suppression in Pitest-Javadoc Profile <br/>
     add trino to no-error testing in CI <br/>
     importcontrol.xml.template should use example macroses <br/>
     Cover pitest survivals with tests <br/>
     suppressionfilter.xml.template should use example macroses <br/>
     Add `@`Serial annotation to serialVersionUID fields <br/>
     Move the same class members from macroses to new common utility class <br/>
     semaphore CI is failing with FAILED DOWNLOADS for 
junit-platform-commons-1.10.1.jar  <br/>
     update JavadocTokenTypes.java to new format of AST print <br/>
     Make all notes sections be displayed under the Description section <br/>
     Update Filters Exampes to use verifyFilterWithInlineConfigParser <br/>
     Set up RegexpSingleline to check for presence of newly added Description 
macro in every module xdoc <br/>
     Add new Description Macro <br/>
     Add new Notes Macro <br/>
     `<`table`>` tags miss `<`div class"wrapper"`>` wrapping in module javadocs 
<br/>
     XdocsJavaDocsTest expected vs actual inconsistency when dealing with new 
javadoc module data marking <br/>
     Preparation for Migration of  Checkstyle Codebase to Java 17 <br/>
     wesite: not wrappable property now it is causing horizontal scrolling <br/>
     Remove from Travis CI snapshot deploy and stop using of Travis CI <br/>
     Google-style: Add resources-noncompilable inputs to the 
google-java-format.sh <br/>
     Google-style: Add resources-noncompilable inputs to the compilation by 
latest jdk <br/>
     Replace `<`source`>``<`/source`>` tag in Checkstyle javadoc content  <br/>
     JavadocMetadataScraper doesn't scrap text from javadoc inline tag for 
description section in meta data <br/>
   </details>
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge 
- At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to