This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch WW-3871-typeconversion-key-derivation
in repository https://gitbox.apache.org/repos/asf/struts.git
from a1c2193af WW-3871 test(core): cover key-prefix crossover, empty
class-level key, and KeyProperty_ end-to-end binding
add c3f9b0771 WW-3871 fix(core): skip APPLICATION-scoped @TypeConversion
with no explicit key
add 48c6f8257 WW-3871 docs(core): fix broken TypeConversion Javadoc
example and align spec
No new revisions were added by this update.
Summary of changes:
.../conversion/annotations/TypeConversion.java | 3 +-
.../struts2/conversion/impl/XWorkConverter.java | 23 +++++++++
.../struts2/conversion/ConversionTestAction.java | 2 +-
.../conversion/impl/XWorkConverterTest.java | 45 ++++++++++++++++++
...pplicationScopedWithoutKeyConversionAction.java | 54 ++++++++++++++++++++++
...WW-3871-typeconversion-key-derivation-design.md | 10 ++++
6 files changed, 134 insertions(+), 3 deletions(-)
create mode 100644
core/src/test/java/org/apache/struts2/util/ApplicationScopedWithoutKeyConversionAction.java