[ANNOUNCE] Apache Linkis 1.5.0 available

2023-12-27 Thread 郭飞

Hi all,

Apache Linkis  Team is glad to announce the new release of Apache Linkis 1.5.0.

Apache Linkis builds a computation middleware layer to decouple the upper 
applications and the underlying data engines, provides standardized interfaces 
(REST, JDBC, WebSocket etc.) to easily connect to various underlying engines 
(Spark, Presto, Flink, etc.), while enables cross engine context sharing, 
unified job& engine governance and orchestration.

Download Links: https://linkis.apache.org/download/main/

Release Notes: https://linkis.apache.org/download/release-notes-1.5.0/

Website: https://linkis.apache.org/

Linkis Resources:
- Issue: https://github.com/apache/linkis/issues
- Mailing list: d...@linkis.apache.org

- Apache Linkis Team

[ANNOUNCE] Apache Camel 3.22.0 (LTS) Released

2023-12-27 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 3.22.0 (LTS).

Apache Camel is an open source integration framework that empowers you
to quickly and easily integrate various systems consuming or producing
data.

This release contains 100 new features and improvements.

The release is available for immediate download at:

https://camel.apache.org/download/

For more details please take a look at the release notes at:

https://camel.apache.org/releases/release-3.22.0/


[ANNOUNCE] Apache Ignite 2.16.0 Released

2023-12-27 Thread Nikita Amelchev
The Apache Ignite Community is pleased to announce the release of
Apache Ignite 2.16.0.

Apache Ignite® is an in-memory computing platform for transactional,
analytical, and streaming workloads delivering in-memory speeds at a
petabyte scale.
https://ignite.apache.org

The Apache Ignite community has made a lot of changes in the 2.16.0
release. This blog post will help you to know about some valuable
improvements:
https://ignite.apache.org/blog/apache-ignite-2-16-0.html

For the full list of changes, you can refer to the RELEASE_NOTES list
which is trying to catalogue the most significant improvements for
this version of the platform.
https://ignite.apache.org/releases/2.16.0/release_notes.html

Download the latest Ignite version from here:
https://ignite.apache.org/download.cgi

Please let us know if you encounter any problems:
https://ignite.apache.org/our-community.html#faq

Regards,
Nikita Amelchev on behalf of the Apache Ignite community.


[ANNOUNCEMENT] HttpComponents Core 5.3-alpha1 released

2023-12-27 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-alpha1
release of HttpComponents Core.

This is the first ALPHA release in the 5.3 release series that improves
HTTP protocol support by ensuring conformance to the latest HTTP
specification (RFC 9110 and RFC 9112) and also ensuring compatibility
with Java Virtual Threads by replacing 'synchronized' keywords in
critical sections with Java lock primitives.


Notable changes and features included in the 5.3 series:

* Improved conformance to RFC 9110 and RFC 9112.

* UTF-8 encoding to be used by default for text where appropriate.

* Compatibility with Java Virtual Threads and Java 21 Runtime.


Download - 
Release notes -

HttpComponents site - 

About HttpComponents Core

HttpCore is a set of HTTP/1.1 and HTTP/2 transport components that can
be used to build custom client and server side HTTP services with a
minimal footprint.