[ANNOUNCE] Apache UIMA Java SDK 2.10.2 released

2017-11-06 Thread Marshall Schor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
 
The Apache UIMA team is pleased to announce the release of Apache UIMA Java SDK,
version 2.10.2.

Apache UIMA  is a component architecture and framework
for the analysis of unstructured content like text, video and audio data.

This is mostly a bug fix release.  Some changes to the Eclipse plugins:
  - The plugins are now eclipse jar-signed, which avoids the warning message
when installing about installing unsigned artifacts.
  - The previous Eclipse update site has been archived (it is still available, 
see
    https://uima.apache.org/eclipse-update-archives.html ).

For more details, see the UIMA_News item ( https://uima.apache.org/news.html#03
Nov 2017 ).

- -Marshall Schor, for the Apache UIMA development team
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
 
iQIcBAEBCgAGBQJaAHAbAAoJEMx2L/3NBM/WkQQQALUKlNfjTU/gQzV2Bq1QOVUD
XNdVhCBKJ4PlaKRU8DPu+roARo8eW7X8ke7U6SRENmsAChaZmIFf+bJxgxqd9KY4
CREeGTn1DRajM5vlXjalWtRu4cenF/agLzBJBYL+hmI7tYN5xClNGpf8S6rnTUfZ
+NhjMYHBVYWnZZzLn3kjtpLEy+z2BhuKrLi+dojqA+tIBNB58UUXWSwJwkk26ooU
A4p1PYiTx5b+eseoDnKQuD7FXkWcifcNMWMXoxnEZ/OLJ7FeBTt1g8qu0nqHIWVQ
EAyk39wmljsNv0whGLZJ3LrODpLAocXuUGd/e+6QgInHaiROWFISwr9q07rZHT+O
/fzEQ63h637uPYESsZTpm9NkR6sAPP2O/+CUvh7noyqEOXICuv7M6jALls9LDXDK
aWjLiV/2etCh6rVGCGTN22SjrBxVZL1ARDePT9CFNsIydYr/Lbd7ElkpqHlUdrOo
3DdUtysTIoxkDqn4is2sEqnxq6oaZRPl+243MfA5I2AAKGP4Ne+9w5sEHQ3JZN9A
CfVSVxRpgyFikdPXRmeUtfUJE2Q8ozvQZmXUIsi96Mztii4Dk6DodWsdng4IsV47
YHvkk5yoVJNMHDzqi3eNJSHuC4iNC6LSf5Fhwci1t0eShVBUhcEvj8QR4Xs/qLTy
bBV/fgdokQPlS8CznS7P
=sfZA
-END PGP SIGNATURE-




[ANNOUNCE] Apache Qpid JMS 0.27.0 released

2017-11-06 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to
announce the immediate availability of Apache Qpid JMS 0.27.0.

This is the latest release of our newer JMS client supporting the
Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464,
http://www.amqp.org), based around the Apache Qpid Proton protocol
engine and implementing the AMQP JMS Mapping as it evolves at OASIS.

The release is available now from our website:
http://qpid.apache.org/download.html

Binaries are also available via Maven Central:
http://qpid.apache.org/maven.html

Release notes can be found at:
http://qpid.apache.org/releases/qpid-jms-0.27.0/release-notes.html

Thanks to all involved,
Robbie


[ANNOUNCE] Apache Qpid Proton 0.18.1 released

2017-11-06 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce
the immediate availability of Apache Qpid Proton 0.18.1.

Apache Qpid Proton is a messaging library for the Advanced Message Queuing
Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It can be used
in a wide range of messaging applications including brokers, clients,
routers, bridges, proxies, and more.

The release is available now from our website:
http://qpid.apache.org/download.html

Release notes can be found at:
http://qpid.apache.org/releases/qpid-proton-0.18.1/release-notes.html

Thanks to all involved,
Robbie


[ANNOUNCEMENT] HttpComponents Core 5.0 beta1 released

2017-11-06 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0-beta1
release of HttpComponents Core. 

This is a major release that renders HttpCore API incompatible with the
stable 4.x branch and upgrades HTTP/1.1 and HTTP/2 protocol conformance
to the requirements and recommendations of the latest protocol
specification.

Notable new features in this release:

* New HTTP/2 requester optimized for multiplexed execution of requests.

Notable changes and features included in the 5.0 series:

* Support for HTTP/2 protocol and conformance to requirements and
recommendations of the latest HTTP/2 protocol specification (RFC 7540,
RFC 7541)

  Supported features:

** HPACK header compression
** stream multiplexing (client and server)
** flow control
** response push (client and server)
** message trailers
** expect-continue handshake
** connection validation (ping)
** application-layer protocol negotiation (ALPN) on Java 9+
** TLS 1.2 security features

   Features out of scope for 5.0 release:

** padding of outgoing frames
** stream priority
** plain connection HTTP/1.1 upgrade
** CONNECT method

* Improved conformance to requirements and recommendations of the
latest HTTP/1.1 protocol specification (RFC 7230, RFC 7231)

* New asynchronous HTTP transport APIs consistent for both HTTP/1.1 and
HTTP/2 transport.

* Redesigned I/O reactor APIs and improved NIO based reactor
implementation for a greater performance and scalability.

* Support for server side request filters for classic and asynchronous
server implementations. Request filters could be used to implement
cross-cutting protocol aspects such as the 'expect-continue'
handshaking and user authentication / authorization.

* Redesigned connection pool implementation with strict connection
limit guarantees. The connection pool is expected to have a better
performance under higher concurrency due to reduced global pool lock
contention.

* New connection pool implementation with lax connection limit
guarantees and better performance under higher concurrency due to
absence of a global pool lock.

* Package name space changed to 'org.apache.hc.core5'

* Maven group id changed to 'org.apache.httpcomponents.core5'

HttpCore 5.0 releases can be co-located with earlier versions.

The 5.0 APIs are considered feature complete and are not expected to
undergo any major changes anymore. The focus of development is now
shifting to API polish, code stabilisation and documentation
improvements.

!!!IMPORTANT!!! 
We have been considering upgrading minimal JRE level to 1.8 for all
HttpCore 5.x artifacts. If you would like HttpCore to remain 1.7
compatible please do let us know by posting a message to dev@hc.apache.
org  

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