Do you think we can switch WebAPI to use Maven properties for the current ones stored in the web.xml?
I’ll be working on cohort apis and that way, we won’t have to change source code. We’ll just have to override the properties in our local Maven settings.xml file. We can create profiles too.
I forked WebAPI, I can make my proposed changes there.