From 22dfc6231cce451d171a1e6204dd75e815423cad Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Sat, 29 Aug 2015 15:53:20 +0300 Subject: Support custom Enum.toString in converter (#17301) Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514 --- WebContent/release-notes.html | 2 + .../data/util/converter/StringToEnumConverter.java | 71 ++++++++++++++-------- .../data/converter/StringToEnumConverterTest.java | 53 ++++++++++++++++ 3 files changed, 101 insertions(+), 25 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 463f366069..c95c75e248 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -115,6 +115,8 @@ on the reasoning behind the change.
  • Grid SelectionModels are now Extensions. This update removes all selection related variables and API from GridConnector, GridState, GridServerRpc and GridClientRpc
  • +
  • StringToEnumConverter now explicitly supports Enum types with custom toString() implementations. + This may affect applications that relied on the undefined behavior in previous versions.
  • Known Issues and Limitations