v0.6.1
Pre-release
Pre-release
What's Changed
- Suppress automatic module warnings in
module-info.javafiles. - Remove the
scopeattribute 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