Skip to content
  1. Apr 07, 2022
    • ipatini's avatar
      EMS: Control Service, config-files: Changed... · 92f526e3
      ipatini authored
      EMS: Control Service, config-files: Changed 'ControlServiceProperties.IpSetting' enum values to DEFAULT_IP and PUBLIC_IP (from '%{DEFAULT_IP}%' and '%{PUBLIC_IP}%'), and updated occurrences in config. files. Added EMS_SERVER_ADDRESS and EMS_CLIENT_ADDRESS variables in config. files and replaced ${IP_SETTING} occurrences with them. From now on IP_SETTING will only store the IP discovery setting (and will not be used as an IP address setting).
      92f526e3
    • ipatini's avatar
      EMS: Control Service: Added 'getServerIpAddress()' method in... · 89897aeb
      ipatini authored
      EMS: Control Service: Added 'getServerIpAddress()' method in ControlServiceCoordinator and replaced uses of 'coordinator.getControlServiceProperties().getIpSetting()' for determining the EMS server's IP address
      89897aeb
    • ipatini's avatar
      EMS: Util, Control Service, Baguette Client, config-files: Added... · fb3006d8
      ipatini authored
      EMS: Util, Control Service, Baguette Client, config-files: Added 'NetUtilPostProcessor' class for registering 'NetUtilPostProcessor.NetUtilPropertySource' responsible for providing values to ${DEFAULT_IP} and ${PUBLIC_IP} config. placeholders. Added 'NetUtilPostProcessor' in 'spring.factories' files of EMS server and Baguette Client for automated inclusion by Spring Boot. Changed occurrences of %{DEFAULT_IP}% and %{PUBLIC_IP}% with ${DEFAULT_IP} and ${PUBLIC_IP} respectively (usages via ${IP_SETTING} were not considered).
      fb3006d8
    • ipatini's avatar
      EMS: Control Service: Removed '@NonNullApi' annotations that cause compile... · aa2cc773
      ipatini authored
      EMS: Control Service: Removed '@NonNullApi' annotations that cause compile time error, and also removed the 'com.google.code.findbugs-jsr305' workaround dependency. Marked dependencies in pom.xml that cause 'BeanPostProcessorChecker' to issue warnings. Commented out 'spring-boot-admin-starter-client' dependency
      aa2cc773
  2. Apr 06, 2022
  3. Mar 22, 2022
  4. Mar 11, 2022
  5. Mar 08, 2022
  6. Mar 07, 2022
  7. Feb 25, 2022
  8. Feb 24, 2022
  9. Feb 21, 2022
  10. Feb 17, 2022
    • ipatini's avatar
    • ipatini's avatar
      EMS: Baguette Server: Added 'IClusterZoneDetector' interface. Moved... · 7edf71d3
      ipatini authored
      EMS: Baguette Server: Added  'IClusterZoneDetector' interface. Moved 'getZoneIdFor()' methods from 'IZoneManagementStrategy' to the newly added 'IClusterZoneDetector' interface. Removed 'getZoneIdFor()' methods from the classes implementing 'IZoneManagementStrategy'. Added 'ClusterZoneDetector' class, implementing 'IClusterZoneDetector', that determines the cluster/zone id of a node based on node's preregistration info, using a configurable set of rules. Updated 'ClusteringCoordinator' to initialize and use a 'ClusterZoneDetector' instance for determining cluster/zone id, instead of using 'IZoneManagementStrategy' instance. Added sample settings for cluster detector in 'eu.melodic.event.baguette-server.properties'. A few more code and setting improvements.
      7edf71d3
    • ipatini's avatar
      . · 211b240d
      ipatini authored
      211b240d
    • ipatini's avatar
      EMS: Baguette Server: Changed 'ClientShellCommand.run()' method to catch all... · bfc47de5
      ipatini authored
      EMS: Baguette Server: Changed 'ClientShellCommand.run()' method to catch all exceptions during interaction with EMS clients, and exit gracefully.
      bfc47de5
  11. Feb 16, 2022
  12. Feb 14, 2022
  13. Feb 12, 2022
  14. Feb 11, 2022
  15. Feb 10, 2022
  16. Feb 09, 2022
  17. Feb 08, 2022
  18. Feb 07, 2022
Loading