Hey Jochen!
> Do you have a list and description of the modules you're planning to open-source?
We do!
So we have three modules that we think make sense to live in the core Dropwizard project. Two of which are in a pretty ready state to be contributed, but because 2.0.0 is already in RC stage, might not make sense until that ships.
The ones we have are:
We also have some additional potential contributions that we don’t think would make sense to live in the core Dropwizard project, but rather (hopefully) could live in the Dropwizard organization. Our reasoning for including these would be that we already maintain these internally, and keep them up to date with the underlying client libraries we’re wrapping, AND we do so in a consistent way, so we figured it might make sense to broaden the audience for these, as there’s no good reason not to.
There may be some others I’m missing here, that we may propose down the line, but this should be the majority of what we’d like to publish initially.
> Also, what license are they currently under or which licenses do you plan to use for them? All projects under the Dropwizard umbrella are using the Apache License 2.0.
Are there any other things to consider copyright- or license-wise when you're contributing these modules?
We would publish these apps using the Apache License 2.0, as all other Dropwizard projects do.
> And finally, do you plan to keep contributing to the modules you're going to open-source or will it be more or less a "code drop" without any further involvement?
We plan to keep contributing to the modules we contribute. We maintain these internally on an ongoing basis already, so we’d just continue to do so.
Would it be possible for us to get another repo created in the Dropwizard org? Let's call this one dropwizard-kubernetes. It's a client integration for the fabric8 Kubernetes Client (https://github.com/fabric8io/kubernetes-client).