[ANNOUNCE] Apache Curator 4.0.0 released

2017-07-29 Thread Jordan Zimmerman
Hello,

The Apache Curator team is pleased to announce the release of version
4.0.0. Apache Curator is a Java/JVM
client library for Apache ZooKeeper[1], a distributed coordination service.
Apache Curator includes
a high-level API framework and utilities to make using Apache ZooKeeper
much easier and more reliable.
It also includes recipes for common use cases and extensions such as
service discovery and a Java 8
asynchronous DSL. For more details, please visit the project website:
http://curator.apache.org/

Release Summary:

Apache Curator 4.0.0 contains important bug fixes and new features.
Highlights:

- Support for TTL Nodes
- A new strongly typed, modeled DSL
- Data migration
- Unified ZooKeeper 3.4.x and 3.5.x support

Link to release notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314425=12339847

The most recent source release can be obtained from an Apache Mirror:

http://www.apache.org/dyn/closer.cgi/curator/

(mirror sync times may vary)

The binary artifacts for Curator are available from Maven Central and its
mirrors.

For general information on Apache Curator, please visit the project website:
http://curator.apache.org

Regards,
The Curator Team

[1] Apache ZooKeeper https://zookeeper.apache.org/


[ANN] Log4j Scala API version 11.0 is now released

2017-07-29 Thread Matt Sicker
The PMC of the Logging Services project has released the first standalone
version of the Log4j Scala API, version 11.0. This release adds support for
Scala 2.12 in addition to continued support for Scala 2.10 and 2.11. The
version number has been increased all the way to 11 in order to
differentiate its release train from the main Log4j releases.

The Log4j Scala API is available on Maven Central as well as through our
normal distribution channels: <
https://www.apache.org/dist/logging/log4j/scala/11.0/>

Our other primary new feature to the Scala API is an idiomatic wrapper
around the ThreadContext/MDC APIs. More details in <
https://issues.apache.org/jira/browse/LOG4J2-1690>.