[ANNOUNCE] Apache Curator 5.6.0 released

2024-01-08 Thread tison
Hello,

The Apache Curator team is pleased to announce the release of version 5.6.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: https://curator.apache.org/

The download page for Apache Curator is here:
https://curator.apache.org/download/

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

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

Release Notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353185=Text=12314425

Regards,

The Curator Team

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


[ANNOUNCE] Apache JMeter 5.6.3 released

2024-01-08 Thread Milamber
The Apache JMeter team is pleased to announce the availability of Apache 
JMeter 5.6.3 (34a2785748).


This release brings new features and improvements, and also fixes bugs.

You can read the New and Noteworthy section to view improvements and 
full list of changes at:

https://jmeter.apache.org/changes.html

JMeter 5.6.3 requires Java 8 or later for execution (Java 17 or later 
recommended).


** Please note: The next major release would require Java 17 or later. **

== All users are highly recommended to upgrade  ==

The Apache JMeter application is a 100% pure Java application designed 
to test server applications.

It can be used to:
   * generate test loads
   * measure performance.
   * test functional behavior
It includes support for protocols such as HTTP(S), JDBC, JMS, FTP, LDAP, 
TCP, native calls and others.

It can also be easily extended with user-written code.

See https://jmeter.apache.org/

Users are highly encouraged to read the JMeter Best Practices section:
https://jmeter.apache.org/usermanual/best-practices.html

The release can be downloaded from:
https://jmeter.apache.org/download_jmeter.cgi

When downloading, please verify signatures using the KEYS file:
https://www.apache.org/dist/jmeter/KEYS

Only the binary archive is needed to run JMeter - there is no need to
download the source archive.

However there are some optional libraries which are not included.
See the "Getting Started" page for details:
https://jmeter.apache.org/usermanual/get-started.html

JMeter artifacts can be downloaded on Maven Central :
  org.apache.jmeter
  ApacheJMeter
  5.6.3


Enjoy!
The JMeter team

---
https://twitter.com/ApacheJMeter


[ANNOUNCE] Apache Commons Exec Version 1.4.0

2024-01-08 Thread Gary Gregory
Apache Commons Exec is a library to reliably execute external
processes from within the JVM.

Maintenance and feature Release (Java 8 or above)

Historical list of changes:
https://commons.apache.org/proper/commons-exec//changes-report.html

For complete information on Apache Commons Exec, including
instructions on how to submit bug reports, patches, or suggestions for
improvement, see the Apache Commons Exec website:

https://commons.apache.org/proper/commons-exec/

Download page: https://commons.apache.org/proper/commons-exec//download_text.cgi

Have fun!
Gary Gregory
-Apache Commons Team