bitsofinfo / hazelcast-docker-swarm-discovery-spi

Docker Swarm based discovery strategy SPI for Hazelcast enabled applications
Apache License 2.0
39 stars 33 forks source link

Diamond operator and private constructors #44

Closed robinroos closed 5 years ago

robinroos commented 5 years ago

Four non-functional refactorings:

robinroos commented 5 years ago

I have further refactorings to push as soon as these ones are merged. I don't want to keep adding more and more commits as it would make it hard for you to see and to review precisely what is being changed.

robinroos commented 5 years ago

I have commits for the next three refactoring PRs lines up. I don’t want to add commits to this one (as stated), or do I want to create new PRs before this is merged (to avoid merge conflicts).

Would you perhaps be able to merge this one tonight?

bitsofinfo commented 5 years ago

FYI the functional change addressing your issue has been available in RC14 after the previous PR was merged. What function these new PRs addressing? You said there are additional ones beyond this one which appears to be just some minor coding changes.

robinroos commented 5 years ago

Yes, we just went live using RC14.

I’m tidying up code and coding style with these PRs, not addressing any known functional issues. so that everything will be a bit cleaner before you publish 1.0.

bitsofinfo commented 5 years ago

thats fine, please just make sure all changes are java 7 compat should anyone else be using that as a baseline to work in this code (or update README) Really should be whatever min Java Hazelcast 3.9+ is baselined for