All notable changes to this project will be documented in this file.
- Refactored topology-provider to improve cache usage and readability (#60).
- Add build profile for
3.4.2(#56).
- Add build profile for
3.4.1(#54).
- Update registry references to oci (#53).
- BREAKING: Only send a subset of the fields sufficient for most use-cases to OPA for performance reasons.
The old behavior of sending all fields can be restored by setting
hadoop.security.authorization.opa.extended-requeststotrue(#49). - Performance fixes (#50)
- Updates various dependencies and do a full spotless run. This will now require JDK 17 or later to build (required by later error-prone versions), the build target is still Java 11 #51
- Bump okio to 1.17.6 to get rid of CVE-2023-3635 (#46)
- Set path to
/when the operationcontentSummaryis called on/. Previously path was set tonull(#49).
- Add topology-provider from https://github.com/stackabletech/hdfs-topology-provider (#28).
- Introduce maven profile to build against Hadoop 3.3.4, 3.3.6 or 3.4.0 (#29).