Java Comment Preprocessor Versions Save

preprocessor for computer languages with C-like comment format (C/C++/Java/Go)

7.1.1

4 months ago

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

5 months ago

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

2 years ago

7.0.5 (11-dec-2021)

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

7.0.4

3 years ago

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

3 years ago

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

7.0.2

4 years ago

Maintenance release 7.0.2 (15 jul 2019)

  • fixed dependency leak during release 7.0.1 of system dependencies with local paths

7.0.1

5 years ago
  • 7.0.1 (19 apr 2019)
    • minor refactoring

7.0.0

5 years ago
  • reworked some parameters for Maven and ANT plug-ins
  • removed maven clear goal
  • added embedded Gradle plugin com.igormaznitsa.jcp
  • added function STR esc(STR)
  • fixed build under JDK 9+
  • XML functions work through embedded Apache Xalan and Apache Xerces
  • minimal needed Java version changed to 1.8
  • refactoring

6.1.4

5 years ago
  • 6.1.4 (16 jun 2018)
    • #19 removed dependencies to meta packages (their sources moved into project)

6.1.3

6 years ago
  • added automatic module name igormaznitsa.jcp
  • CORE: added /U key to turn on mode to interpret unknown variables as FALSE (in Maven and ANT unknownVarAsFalse), #17