Skip to content

Tags: ThoughtProcess/StrutsToSpringToolkit

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.5.0-alpha.3

Toggle v0.5.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.5.0-alpha.2

Toggle v0.5.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.5.0-alpha.1

Toggle v0.5.0-alpha.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Initial app buildout.