geosolutions-it / mapfish-print

A component of http://www.mapfish.org for printing templated cartographic maps. This module is the java serverside module. It works well with the mapfish print javascript module.
http://www.mapfish.org/doc/print/
GNU General Public License v3.0
3 stars 9 forks source link

Updated xerces and add javax.annotations dependencies #62

Closed offtherailz closed 1 year ago

offtherailz commented 1 year ago

I had compilation errors with Java 9-11 both locally and on github actions. I applied these changes adding :

This seems to make tests run and the web-app properly compile. I didn't tested the application personally.

tdipisa commented 1 year ago

Ok, I saw you updated the description. This PR is for making this building with Java 9-11

tdipisa commented 1 year ago

Closing since this print-lib version is now deprecated in favor of https://github.com/mapfish/mapfish-print-v2/ now used in MS master.