Tags: ThoughtProcess/StrutsToSpringToolkit
Tags
Release/0.6.1 (#3) * Update version to 0.6.1. * Suppress automatic module warnings in module-info.java files. * Remove scope attribute when transforming Equal/NotEqual tags. * Build out unit tests for preprocessing transformers. * Fix regex matching logic in InlineBeanWriteTagTransformer. * Build out support for additional command-line switches. * Use a custom JSoup jar with Tag.convertTag() to preserve tag features when changing names.
Release/0.5.0 alpha.3 * Update release version to 0.5.0-alpha.3 * Configure gradle to build against Java 11 instead of 17. * Roll back gradle wrapper to Gradle 7.5.1 for corporate user base. * Fix bug in parsing inline scriptlets. * Build out HtmlTagTransformer. * Improve default logging behavior of Transformers. * Remove extraneous 'implements xyz' on subclasses. * Remove unused import statements.
Release/0.5.0 alpha.2 (#1) * Update README.md to confirm other supported tags. * Fix a typo where EL inequality was checked with neq instead of ne. * Build out support for rudimentary preprocessing of inline scriptlets and JSP tags. * Handle edge case where logic:notEqual used as not-empty test.