Skip to content

v0.6.1

Pre-release
Pre-release

Choose a tag to compare

@ThoughtProcess ThoughtProcess released this 21 Sep 03:56
863d7f6

What's Changed

  • Suppress automatic module warnings in module-info.java files.
  • Remove the scope attribute when transforming <logic:equal> and <logic:notEqual> tags.
  • Build out unit tests for preprocessing transformers.
  • Fix a regex bug in InlineBeanWriteTagTransformer.
  • Build out support for additional command-line switches.
Usage:
jspConverter [FILE] [OPTIONS]

Options:
        --replace            Overwrites the input file
        --preprocessOnly     Only runs the preprocessor (doesn't load the whole document as DOM).
        --jsoupOnly          Only runs the JSoup DOM processor.
  • Use a customized JSoup jar (based on my fork) which adds a new feature to preserve tag features like self-closing when the tag is renamed. More details in the pull request here.

Full Changelog: v0.5.0-alpha.3...v0.6.1