This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 318212b93 Removed trailing \t character in the .asf.yaml
add 8e8e58a80 THRIFT-6055: Limit recursion depth in JavaME
struct/exception read/write Client: javame
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_javame_generator.cc | 33 ++-
.../src/org/apache/thrift/protocol/TProtocol.java | 23 ++
.../apache/thrift/protocol/TProtocolException.java | 1 +
.../javame/test/RecursionDepth.thrift | 50 ++--
lib/javame/test/TestRecursionDepth.java | 269 +++++++++++++++++++++
5 files changed, 341 insertions(+), 35 deletions(-)
copy test/Recursive.thrift => lib/javame/test/RecursionDepth.thrift (54%)
create mode 100644 lib/javame/test/TestRecursionDepth.java