[ANNOUNCE] Apache Fortress 2.0.6 Released
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
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
Fwd: [ANNOUCE] Apache Commons IO 2.11.0
The Apache Commons Team is pleased to announce Apache Commons IO 2.11.0. Commons IO is a package of Java 8 utility classes like java.io. Changes in this version include: Fixed Bugs: o IO-741: FileUtils.listFiles does not list matching files if File parameter is a symbolic link. Thanks to Zach Sherman. o IO-724: FileUtils#deleteDirectory(File) exception Javadoc inaccurate update #245. Thanks to liran2000. o Minor changes #243. Thanks to Arturo Bernal. o Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #221. Thanks to Arturo Bernal. o Fix IndexOutOfBoundsException in IOExceptionList constructors. Thanks to Gary Gregory. o Remove IOException from the method signatures that no longer throw IOException. This maintains binary compatibility but not source compatibility. - FilenameUtils directoryContains(String, String) - BoundedReader BoundedReader(java.io.Reader, int) - IOUtils lineIterator(java.io.InputStream, Charset) lineIterator(java.io.InputStream, String) toByteArray(String) toInputStream(CharSequence, String) toInputStream(String, String) toString(byte[]) toString(byte[], String) Thanks to Gary Gregory. Changes: o Add SymbolicLinkFileFilter. Thanks to Gary Gregory. o Add test to make sure the setter of AndFileFilter works correctly #244. Thanks to trncate. o Add XmlStreamReader(Path). Thanks to Gary Gregory. o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot. o Bump jmh.version from 1.27 to 1.32 #237. Thanks to Dependabot. o Bump spotbugs from 4.2.3 to 4.3.0 #249. Thanks to Dependabot. Historical list of changes: https://commons.apache.org/proper/commons-io/changes-report.html For complete information on Apache Commons IO, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Commons IO website: https://commons.apache.org/proper/commons-io/ Download page: https://commons.apache.org/proper/commons-io/download_io.cgi Have fun! Gary Gregory, on behalf of the Apache Commons Team
[ANNOUNCE] Apache XMLBeans 5.0.1 release
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