citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.94k stars 1.47k forks source link

Replace SOAP with REST for HandlingReportService #68

Closed orende closed 1 year ago

orende commented 1 year ago

Replaces the SOAP web service for HandlingReports (used by the regapp) with a REST web service.

This PR is also an enabler for upgrading to Java 11, which removes the java.xml.bind library used by SOAP.

This supersedes #67 which accidentally included too many unrelated commits.