Skip to content
Leon Rosenberg edited this page Mar 19, 2024 · 8 revisions

DistributeMe ChangeLog

Current

  • Added getServicesRegisteredInRegistry to RegistryUtil to retrieve all services in a remote registry.

4.0.2 - 2024-01-24

4.0.0 - 2023-12-24

  • Initial version with Java11+ support

2.5.3 - 2023-10-26

2.5.2 - 2023-10-25

2.5.1 - 2023-02-10

2.5.0 - 2023-01-12

  • Update dependencies to remove JAX-RS
  • Remove obsolete generators like WebService and JAX-RS.

2.4.0 - 2022-11-03

  • Updated moskito dependency to 3.0.0

2.3.10 - 2022-09-23

  • Maintenance version, mainly removed checkstyle / spotbugs / PMD Warnings, especially in generated code.

2.3.9 - 2022-07-14

  • added configuration property to be able to provide a name when registering in central registry.
  • made RemoveConsumerWrapper.ERROR_COUNT configurable
  • added equals method to RemoteConsumerWrapper to prevent double event sending

2.3.8 - 2019-03-10

  • Adjustments to moskito dynamic intervals, hence changing dependency to 2.9.1 and using LoggerUtil to support only and all configured intervals.
  • Added monitorability to distributeme-registry and a specific dashboard.
  • Added moskito-control-agent to distributeme.

2.3.4 - SNAPSHOT

2.3.3 - 2017-04-04

2.3.2 - 2017-03-02

2.3.1 - 2016-08-06

  • DISTRIBUTEME-35 - Authenticate to see issue details Make context name and protocol configureable

2.3.0 - 2016-05-27

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.5.1</version>
    <configuration>
        <source>${source-version}</source>
        <target>${target-version}</target>
        <annotationProcessors>
            <annotationProcessor>
                org.distributeme.processors.GeneratorProcessorFactory
            </annotationProcessor>
        </annotationProcessors>
    </configuration>
</plugin>