[ANNOUNCE] Apache Fortress 2.0.6 Released

2021-07-15 Thread Shawn McKinney
The Apache Directory Project announces the latest release of Fortress!

Apache Fortress provides a fine-grained authorization security system using 
Role-Based and Attribute-Based Access Control semantics.  It’s built to scale 
to many thousands of requests per second using a fault-tolerant LDAP backend 
like OpenLDAP or Apache Directory Server.

Downloading Apache Fortress 2.0.6:
• http://directory.apache.org/fortress/downloads.html

The 2.0.6 Release notes with complete list:
• https://issues.apache.org/jira/projects/FC/versions/12349361

To learn more: 
• https://directory.apache.org/fortress/

Follow us on twitter: 
• @apache_fortress

Join our mailing list:
• fortress-subscr...@directory.apache.org

[ANNOUNCE] Apache Wicket 8.13.0 released

2021-07-15 Thread Andrea Del Bene

The Apache Wicket PMC is proud to announce Apache Wicket 8.13.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 8. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 8.0.0.

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
    8.13.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-8.x.html#manually

Upgrading from earlier versions
---

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

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

Have fun!

— The Wicket team


    CHANGELOG for 8.13.0:


** Bug

    * [WICKET-6875] - Example for FileSystemResource.java does not work
    * [WICKET-6877] - Removing component's MetaData during detach phase 
from within a Behavior causes issue
    * [WICKET-6878] - Rendering of relative Urls does not take into 
account filterpath for absolute Urls

    * [WICKET-6881] - Link on website to JavaDoc of version 1.3.x is broken
    * [WICKET-6896] - AutoCompleteTextField re-opens dropdown item list 
after item has been selected


** New Feature

    * [WICKET-6886] - LambdaChoiceRenderer

** Improvement

    * [WICKET-6876] - add an AJAX behavior that allows to collect file 
information when a file, to be uploaded,  is selected.
    * [WICKET-6880] - Documentation of DataTable/DataGridView has 
reference to unknown class UserProvider

    * [WICKET-6885] - Add scope col and colgroup to HeadersToolbar




[ANNOUNCE] Apache XMLBeans 5.0.1 release

2021-07-15 Thread Andreas Beeker

The Apache POI project is pleased to announce the release of Apache XMLBeans 
5.0.1.
The POI team took over the ownership of XMLBeans since version 3.0.0.

See the downloads page for binary and source distributions:
https://xmlbeans.apache.org/download

Note: The Apache Software Foundation uses an extensive mirroring network for
distributing releases. It is possible that the mirror you are using may not
have replicated the release yet. If that is the case, please try another mirror.
This also goes for Maven access.



Release Notes

Changes

The most notable changes in this release are:

* Support annotations longer than 64kb
* Support enumerations with more than 64k entries
* Enable mapping of schema annotations to javadoc entries in the generated 
classes via schema compiler option
* Generate TypeSystemHolder as .java (in sources) instead of .class (in 
resources)


A full list of changes is available in the change log:
https://xmlbeans.apache.org/status.html
https://issues.apache.org/jira/projects/XMLBEANS/versions/12350037

People interested should also follow the *POI* dev mailing list to track 
further progress.



Release Contents


This release comes in two forms:
 - pre-built binaries containing compiled versions of all Apache XMLBeans 
components and documentation
   (xmlbeans-bin-5.0.1-20210710.zip or xmlbeans-bin-5.0.1-20210710.tgz)
 - source archive you can build XMLBeans from (xmlbeans-src-5.0.1-20210710.zip 
or xmlbeans-src-5.0.1-20210710.tgz)
  Unpack the archive and use the following command to build all XMLBeans 
components with Apache Ant 1.8+ and JDK 1.8 or higher:

  ant deploy

 Pre-built versions of all XMLBeans components are also available in the 
central Maven repository
 under Group ID "org.apache.xmlbeans" and Version "5.0.1"

All release artifacts are accompanied by SHA checksums and PGP signatures
that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at

https://www.apache.org/dist/poi/KEYS


About Apache XMLBeans
---

XMLBeans is a tool that allows access to the full power of XML in a Java 
friendly way.
The idea is to take advantage of the richness and features of XML and XML Schema
and have these features mapped as naturally as possible to the equivalent Java
language and typing constructs.

See https://xmlbeans.apache.org for more details


About Apache POI
---

Apache POI is well-known in the Java field as a library for reading and
writing Microsoft Office file formats, such as Excel, PowerPoint, Word,
Visio, Publisher and Outlook. It supports both the older (OLE2) and
new (OOXML - Office Open XML) formats.

See https://poi.apache.org/ for more details

On behalf of the Apache POI PMC,
Andi