getodk / aggregate

ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
https://docs.opendatakit.org/aggregate-intro/
Other
74 stars 228 forks source link

Bump JR to 2.14.0 #453

Closed ggalmazor closed 5 years ago

ggalmazor commented 5 years ago

This PR bumps JR to avoid errors coming from new JR features that Aggregate might have trouble parsing when uploading new blank forms.

What has been done to verify that this works as intended?

Compile Aggregate and run local dev server

Why is this the best possible solution? Were any other approaches considered?

N/A

Are there any risks to merging this code? If so, what are they?

No. Aggregate ignores new JR features that are not representable in the web UI.

Do we need any specific form for testing your changes? If so, please attach one

No.

Does this change require updates to documentation? If so, please file an issue at https://github.com/opendatakit/docs/issues/new and include the link below.

No.