VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

In Java, use Long instead of Integer #34

Closed steve-fischer-200 closed 3 years ago

steve-fischer-200 commented 3 years ago

We need to, in general, be able to handle large numbers. This might involve adjustments to the API and code generation system

ryanrdoherty commented 3 years ago

Found a way to do this using a branch of lib-jaxrs-container-build-utils. EDA is the only project on that branch, but if we migrate others or convert to a config flag or other annotation, we could merge it to main. For now, it will serve our purposes here in EDA-land.