mapfish / mapfish-print

A component of MapFish for printing templated cartographic maps. This module is the Java serverside module.
http://mapfish.github.io/mapfish-print-doc/
BSD 2-Clause "Simplified" License
183 stars 417 forks source link

Codebase cleanup. Bug fixes #3288

Closed sebr72 closed 2 months ago

sebr72 commented 2 months ago
  1. Avoid running testpdfA twice. Introduce new list to validate pdfs.
  2. Fix bug stopping method from being transactional
  3. Make inner classes static to avoid memory leaks
  4. Improve logging messages
  5. Improve performance using empty arrays. Also remove data race risk between the size and toArray calls
  6. Remove dead code