Skip to content

Bump com.igormaznitsa:jcp from 6.0.1 to 7.3.0#480

Draft
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.igormaznitsa-jcp-7.3.0
Draft

Bump com.igormaznitsa:jcp from 6.0.1 to 7.3.0#480
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.igormaznitsa-jcp-7.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 7, 2026

Copy link
Copy Markdown
Contributor

Bumps com.igormaznitsa:jcp from 6.0.1 to 7.3.0.

Release notes

Sourced from com.igormaznitsa:jcp's releases.

release 7.3.0

7.3.0 (11-okt-2025)

  • added way to manipulate current JCP text buffers as string variables: jcp.text.buffer.all,jcp.text.buffer.middle,jcp.text.buffer.prefix and jcp.text.buffer.postfix
  • added way to find PreprocessorExtension and SpecialVariableProcessor among Java services
  • refactoring of API for SpecialVariableProcessor and CommentTextProcessor
  • replaced single string property actionPreprocessorExtension by string list actionPreprocessorExtensions to provide way for many preprocessor extensions.
  • internal refactoring mainly to provide way for multiple external services implementing extensions

release 7.2.1

7.2.1 (21-jul-2025)

  • refactoring of CommentTextProcessor call
  • refactoring

release 7.2.0

7.2.0 (13-jul-2025)

  • minimum JDK version 11
  • added support for external processors calls during uncommenting actions //$ and //$$, processors can be provided as services
  • removed support of Gradle 5
  • updated dependencies

release 7.1.2

7.1.2 (08-jun-2024)

  • added way to define a preprocessor extension class through CLI (as /EA:<class.name>) and in plugins (as actionPreprocessorExtension). The class should be provided in the clas path.#48
  • updated some dependencies

release 7.1.1

7.1.1 (13-jan-2024)

  • fixed NPE for empty or null global variable value in Maven and Gradle #47
  • updated dependencies

release 7.1.0

7.1.0 (10-dec-2023)

  • refactoring of internal API
  • updated dependencies
  • improved keep comments processing, added /M:<type> CLI option #46

release 7.0.5

7.0.5 (11-dec-2021)

  • fixed compatibility with Gradle 7.x
  • added support of build under JDK 16
  • updated dependencies

release 7.0.4

7.0.4 (26-sep-2020)

  • fixed default flag state keep comments for start in CLI mode #24

... (truncated)

Changelog

Sourced from com.igormaznitsa:jcp's changelog.

7.3.0 (11-okt-2025)

  • added way to manipulate current JCP text buffers as string variables: jcp.text.buffer.all,jcp.text.buffer.middle,jcp.text.buffer.prefix and jcp.text.buffer.postfix
  • added way to find PreprocessorExtension and SpecialVariableProcessor among Java services
  • refactoring of API for SpecialVariableProcessor and CommentTextProcessor
  • replaced single string property actionPreprocessorExtension by string list actionPreprocessorExtensions to provide way for many preprocessor extensions.
  • internal refactoring mainly to provide way for multiple external services implementing extensions

7.2.1 (21-jul-2025)

  • refactoring of CommentTextProcessor call
  • refactoring

7.2.0 (13-jul-2025)

  • minimum JDK version 11
  • added support for external processors calls during uncommenting actions //$ and //$$, processors can be provided as services
  • removed support of Gradle 5
  • updated dependencies

7.1.2 (08-jun-2024)

  • added way to define a preprocessor extension class through CLI (as /EA:<class.name>) and in plugins (as actionPreprocessorExtension). The class should be provided in the clas path.#48
  • updated some dependencies

7.1.1 (13-jan-2024)

  • fixed NPE for empty or null global variable value in Maven and Gradle #47
  • updated dependencies

7.1.0 (10-dec-2023)

  • refactoring of internal API
  • updated dependencies
  • improved keep comments processing, added /M:<type> CLI option #46

7.0.5 (11-dec-2021)

  • fixed compatibility with Gradle 7.x
  • added support of build under JDK 16
  • updated dependencies

7.0.4 (26-sep-2020)

  • fixed default flag state keep comments for start in CLI mode #24
  • fixed working directory detection in CLI mode

7.0.3 (13-sep-2020)

  • added way to get info about all input and produced files from preprocessor context
  • reworked Gradle plug-in, removed extension and now properties should be directly provided for task #21
  • refactoring, removed some auxiliary plugins from build process and extra code

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.igormaznitsa:jcp](https://github.com/raydac/java-comment-preprocessor) from 6.0.1 to 7.3.0.
- [Release notes](https://github.com/raydac/java-comment-preprocessor/releases)
- [Changelog](https://github.com/raydac/java-comment-preprocessor/blob/master/changelog.txt)
- [Commits](raydac/java-comment-preprocessor@6.0.1...7.3.0)

---
updated-dependencies:
- dependency-name: com.igormaznitsa:jcp
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 7, 2026
@amotl amotl marked this pull request as draft April 23, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants