I wanted to share that the JOLT library has been actively forked into a new *J*OLT Community Edition [1]. The original repo has been inactive since 2022, and the maintainers of this new fork have released two recent versions. They noted in a post [2] they are looking to reach out to communities who heavily use Jolt, like the NiFi community, to encourage adoption.
Key Updates (v1.0 & v1.1) [3]: - Modernization: Upgraded from JDK 8 to 17, javax to jakarta, and library upgrades (Jackson, Guava, Commons Lang). - Security: CVE patches through the library upgrades. - New Jolt Functions: Added replace, replaceAll, multiply, multiplyAndRound, and divideAndRound. [1] https://github.com/orgs/jolt-community/discussions/4 [2] https://github.com/jolt-community/jolt-community [3] https://github.com/jolt-community/jolt-community/releases Ryan
