| commit | 4c7780c1bc0b612a5b8ed886be107c50841407bf | [log] [tgz] |
|---|---|---|
| author | Ryan Schmitt <rschmitt@apache.org> | Tue Dec 30 14:58:29 2025 -0500 |
| committer | Ryan Schmitt <rschmitt@pobox.com> | Sun Jan 04 13:58:20 2026 -0500 |
| tree | 41c57376b340cb41111952b781d1c5fc941ca983 | |
| parent | 4abea6d5fee2563566e0723a79751bb4a35060eb [diff] |
Upgrade Apache RAT During local development, I'm regularly annoyed by spurious RAT failures. While RAT does have some limitations -- for example, because it never shells out to `git`, it can't ignore untracked files -- newer versions do have improved support for `.gitignore` files, including the global gitignore file when present at `~/.config/git/ignore` (the default location). Additionally, the default exclusions have been improved, so we no longer need quite as much manual configuration. Specific changes: 1. Bumped `apache-rat-plugin` directly to 0.17. (In the version of the Apache parent POM we are using, there is no property we can override to do this.) 2. Removed exclusions that are obsolete or covered by our defaults. 3. Changed `apache-rat:check` to only run in `:httpcore5-parent`, instead of separately validating each subproject. 4. Changed `<exclude>` to `<inputExclude>` as the former is now deprecated.
Welcome to the HttpCore component of the Apache HttpComponents project.
For building from source instructions please refer to BUILDING.txt.
HttpCore requires Java 1.8 compatible runtime.
Apache HttpComponents Core is licensed under the Apache License 2.0. See the files LICENSE.txt and NOTICE.txt for more information.
This distribution may include software that has been designed for use with cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
The following provides more details on the included software that may be subject to export controls on cryptographic software:
Apache HttpComponents Core interfaces with the Java Secure Socket Extension (JSSE) API to provide
- HTTPS support
Apache HttpComponents Core does not include any implementation of JSSE.