[ANN] Release of Apache Log4j Kotlin API 1.1.0

2021-09-12 Thread Matt Sicker
The Apache Logging Services project is pleased to announce the general
availability of the second release of Apache Log4j Kotlin API. This
library provides a logging facade for Kotlin compatible with any
Log4j2-compatible logging providers along with Java 8 and Kotlin 1.3
minimum requirements.

Changes:
- Support MDCs with Kotlin coroutines. Fixes LOG4J2-2433.
- Support suspend functions in supplier lambdas. Fixes LOG4J2-2518.
- Update Kotlin baseline version to 1.3.72. Fixes LOG4J2-2843.

Website:
https://logging.apache.org/log4j/kotlin/

Distribution packages can be downloaded from:
https://logging.apache.org/log4j/kotlin/download.html

Make sure to verify downloaded artifacts with our GPG keys found here:
https://www.apache.org/dist/logging/KEYS

Maven artifacts are available from Maven Central:
https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api-kotlin/1.1.0/

--
Matt Sicker
PMC Member, Logging Services, Apache Software Foundation


[ANNOUNCE] Apache jclouds 2.4.0 released

2021-09-12 Thread Andrew Gaul
The Apache jclouds team is pleased to announce the release of jclouds
2.4.0.

Apache jclouds is an open source multi-cloud toolkit for the Java
platform that gives you the freedom to create applications that are
portable across clouds while giving you full control to use
cloud-specific features.

The source archives for the release are available here:
https://jclouds.apache.org/start/install/

The Maven artifacts for the release are available in Maven Central,
under the org.apache.jclouds group ID.

The release notes are available here:
https://jclouds.apache.org/releasenotes/2.4.0/

We welcome your help and feedback. For more information on how to report
problems, and to get involved, visit the project website at:
https://jclouds.apache.org/

The Apache jclouds Team

-- 
Andrew Gaul
http://gaul.org/


[ANNOUNCE] Apache Wicket 9.5.0 released

2021-09-12 Thread Andrea Del Bene

The Apache Wicket PMC is proud to announce Apache Wicket 9.5.0!

Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org

This release marks another minor release of Wicket 9. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 9.0.0.

New and noteworthy
--

This release includes the following notable features:

- Full support for Java 9+ module system (WICKET-6904)
- Support of ByteBuddy as java bytecode manipulation library (WICKET-6913).

Using this release
--

With Apache Maven update your dependency to (and don't forget to
update any other dependencies on Wicket projects to the same version):


    org.apache.wicket
    wicket-core
    9.5.0


Or download and build the distribution yourself, or use our
convenience binary package you can find here:

 * Download: http://wicket.apache.org/start/wicket-9.x.html#manually

Upgrading from earlier versions
---

If you upgrade from 9.y.z this release is a drop in replacement. If
you come from a version prior to 9.0.0, please read our Wicket 9
migration guide found at

 * http://s.apache.org/wicket9migrate

Have fun!

— The Wicket team




    CHANGELOG for 9.5.0:

** Bug

    * [WICKET-6884] - Wicket API 9.x refers to 10.0.0-M1-SNAPSHOT API
    * [WICKET-6902] - Change of PartialPageUpdate order of 
onAfterResponse and writePriorityEvaluations makes 
IListener.onAfterResponde ignore prepended javascripts

    * [WICKET-6908] - Possible bug / edge case where page is not detached
    * [WICKET-6909] - Link to Javadoc for 9.x is broken on the website
    * [WICKET-6913] - Java 17 compatibility with cglib
    * [WICKET-6914] - Visibility change of "File Upload" via ajax 
causes "missing" form-data


** Improvement

    * [WICKET-6901] - PropertyValidator improve configuration doc
    * [WICKET-6911] - wicket-spring throws an error when a spring bean 
uses ctor injection


** Task

    * [WICKET-6903] - Replace maven-clirr-plugin with something newer
    * [WICKET-6904] - Make Apache Wicket fully supporting Java9+ module 
system

    * [WICKET-6916] - Simplify JMX with StandardMBean