kaazing / gateway

Kaazing Gateway
Apache License 2.0
141 stars 84 forks source link

Remove unused System Properties from util.InternalSystemProperty #861

Closed vmaraloiu closed 7 years ago

dpwspoon commented 7 years ago

These all appear to be used in other places (For example: BROADCAST_SERVICE_DISCONNECT_CLIENTS_ON_RECONNECT is here). We should either have them all in the InternalSystemProperty class or all spread out. I would vote to have them all reference the InternalSystemProperty class. Thus rather than removing them here, we should have all the other places reference them here.

dpwspoon commented 7 years ago

Closing based on comment above for now, happy to continue discussing if you disagree