<!-- pom.xml --> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>3.9.3</version> <!-- The final, most stable 3.9 release --> </dependency>
Employee e1 = new Employee(); // Deep copy now uses IdentityHashMap to break cycles. Employee e2 = BeanUtil.copyProperties(e1, Employee.class, CopyOptions.create().setIgnoreCyclic(true)); hutool 39 new
(including recent 5.8.x patches) continue to make Java as elegant as a functional language. Key Highlights of Recent Updates: Enhanced Core Utilities: Improvements to NumberUtil for even faster data processing. Security Patches: Critical fixes for StrSplitter !-- pom.xml -->