fastjson 1.2.66 release, Bug fix security reinforcement

fastjson 1.2.66 has been released , which in turn is a maintenance release that fixes some of the BUG, and do security reinforcement, supplemented AutoType blacklist.

Issues

  1. Fix the problem of error in some scenarios BeanToArray
  2. Repair some scenes due to the coexistence of multi-version compatibility issues
  3. Repair JSONArray construction method, the null List raises questions of NPE
  4. Repair of large objects some scenes will complain of problems  # 2779
  5. Auto repair String conversion to numbers, all zeros after the decimal point error issue  # 2838
  6. Kotlin not identify generic issues that are fixed under certain scenarios
  7. After the repair problems start SupportNonPublicField characteristics JSONField configuration name does not support private field  # 2866
  8. Repair nanosecond Timestamp resolve anomalies problems  # 2894
  9. Enhanced support for automatic recognition date nanosecond of time
  10. Support for Queue type deserialization
  11. Repair JSONField format when LocalDateTime type of problem does not take effect
  12. Some repair JSONValidator scene does not recognize the problem of illegal JSON data  # 3017
  13. Strengthen security

Related Links

Guess you like

Origin www.oschina.net/news/113770/fastjson-1-2-66-released