Change log. Latest additions on top.
...
CURRENT - 2.3.9-SNAPSHOT
2.3.8
- 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
Make context name and protocol configureableJira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-35
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:Code Block <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>
2.2.5 - 2016-04-15
additional fix for the issue.Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-33
2.2.4 - 2016-01-25
Allow to provide local registry port programmatically.Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-33
Manually set references are not usable.Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-34
2.2.3 - 2015-10-30 - Improvement Release for 2.2.2
...
- Make routing monitorableJira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-28
- Stub crashes with NullPointer if QOS blacklists all service instancesJira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-27
2.2.1 - 2015-03-12
- Concurrency issue in RoundRobin routingJira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-26
2.2.0 - 2015-02-23
Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-23 Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-22 Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-24 Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-25
2.1.3 - 2014-09-11
- possibility to specify port for the service.Jira server Anotheria.net OpenSource JIRA key DISTRIBUTEME-21
2.1.2 - 2014-04-08
- Version upgrade for dependencies.
2.1.1 - 2013-09-09
- has been moved to git(hub). See https://github.com/anotheria/distributeme
...
- Upgraded parent to 2.0
- Upgraded MoSKito to 2.0.0 (and other ano-libs)
- Published to central.maven.org
1.2.3 - 2012-10-31 (The Halloween Edition)
...