From 3a8720d9a1359bd473ff4136dc1e465887af0451 Mon Sep 17 00:00:00 2001 From: Vince Feskens Date: Thu, 7 Jun 2018 10:11:26 +0200 Subject: [PATCH] Correct link for Atomix + removal of Copycat Updated link to Atomix + removal of Copycat as this library is deprecated, see http://atomix.io/docs/latest/getting-started/#background --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 448dbd8..2ee64e2 100644 --- a/README.md +++ b/README.md @@ -296,9 +296,8 @@ A curated list of awesome Java frameworks, libraries and software. - [Apache Geode](https://geode.apache.org) - In-memory data management system that provides reliable asynchronous event notifications and guaranteed message delivery. - [Apache Storm](https://storm.apache.org) - Realtime computation system. - [Apache ZooKeeper](https://zookeeper.apache.org) - Coordination service with distributed configuration, synchronization, and naming registry for large distributed systems. -- [Atomix](http://atomix.io/atomix) - Fault-tolerant distributed coordination framework. +- [Atomix](http://atomix.io/) - Fault-tolerant distributed coordination framework. - [Axon Framework](http://www.axonframework.org) - Framework for creating CQRS applications. -- [Copycat](http://atomix.io/copycat) - Fault-tolerant state machine replication framework. - [Dropwizard Circuit Breaker](https://github.com/mtakaki/dropwizard-circuitbreaker) - Circuit breaker design pattern for Dropwizard. - [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers. - [Hazelcast ![c]](https://hazelcast.org) - Highly scalable in-memory datagrid with a free open-source version.