getodk / briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨
https://docs.getodk.org/briefcase-intro
Other
60 stars 154 forks source link

Replace Java 11 API calls with Java 8 alternative calls #827

Closed ggalmazor closed 4 years ago

ggalmazor commented 4 years ago

Closes #826

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

Compile the project and run the tests

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

The proposed alternative versions feel straightforward. No other approaches considered.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

This shouldn't change Briefcase behavior at all.

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.

Nope.

ggalmazor commented 4 years ago

Bypassing review restrictions to merge this PR to unblock other PRs.