eclipse-cbi / macos-notarization-service

REST Service to notarize macOS application bundles and DMG
Eclipse Public License 2.0
5 stars 3 forks source link

Replace autovalue with java records, add service tests #254

Closed netomi closed 10 months ago

netomi commented 10 months ago

This PR replaces any use of AutoValue / Moshi with plain java records (plus record-builder) and jsonb.

Additional changes include:

mbarbero commented 10 months ago

Awesome, much cleaner. Thanks!