I don't have a strong opinion either. Ideally, I would like us to eat our own dog food, leverage tools within the ASF first then look outside, but I don't see anything equivalent within the ASF right now. Maybe something simple using tomcat embedded? And maybe provide a separate WAR and SE distribution? What about Camel and Camel Rest DSL? We only have a couple of endpoints.
The problem is that both spring boot and dropwizard are AL, but dropwizard brings in non-AL dependencies. I don't see the same in spring boot, even if we use Spring MVC. John On Sat, Apr 16, 2016 at 10:03 AM Anatole Tresch <[email protected]> wrote: > Afaik spring boot is alv2 licenced (correct if I am wrong), so spring boot > probably. But basically a simple servlet will do as well... based on jetty, > netty... > > Any prefs? I am happy to do the necessary reengineering... > Am 16.04.2016 15:58 schrieb "John D. Ament" <[email protected]>: > > Hey guys > > I wanted to bring up one of the items from the 0.2 release that was pointed > out on the IPMC list. The biggest issue I see in the notice/license is > that dropwizard brings in a lot of external dependencies that aren't all > AL. Ideally we should be able to publish an AL release, both source and > binary. > > So I'm wondering, can we replace dropwizard with something else for Tamaya > Server? > > John >
