DistributeMe
ChangeLog
Changelog.
Current
- Various fixes according to claude analysis https://github.com/anotheria/distributeme/blob/develop/SECURITY_ANALYSIS_REPORT.md
4.0.3 - 2025-09-24
- Added getServicesRegisteredInRegistry to RegistryUtil to retrieve all services in a remote registry.
- Smaller version bumps, updated publishing to new sonatype system, updated parent etc.
4.0.2 - 2024-01-24
- handling for jvmversion 21, setting security manager now in ServerSideUtils
- the above provides runtime support for JVM 17++
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
- https://github.com/anotheria/distributeme/pull/20 - adds moskito routing stats
- https://github.com/anotheria/distributeme/pull/19 - BlacklistingStrategy for FailOverServices
- https://github.com/anotheria/distributeme/pull/18 - Adds new configureable router for services with fail over instances.
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
- Added support for Java8, migrated from deprecated apt.
- See also: https://github.com/anotheria/distributeme/pull/4
- For generation pom.xml should be changed:
<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>
