zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Add support for ClassGraphDepthMax in Ice for Java #2374

Open pepone opened 2 days ago

pepone commented 2 days ago

This PR implements ClassGraphDepthMax in Java and simplifies the recursive class test in all language mappings.

Fixes #2295