Skip to content

Big Chainr Refactor

Compare
Choose a tag to compare
@milosimpson milosimpson released this 20 Aug 03:24
· 244 commits to master since this release
  • Apache RAT integrated into the maven build to verify that each Java file has a copyright header.
  • @snkinard added a command line tool for Diffy. The first step to a cli for Jolt transforms.
  • Travis CI build added, automatically checks Pull requests.
  • Chainr heavily refactored
    • Custom Java Transforms can now be loaded via Guice
      • New class of transform added, the ContextualTransform.
      • Can take input and context into account
      • Canonical example is generating urls, they may need to vary, "http" vs "https", on each run of the transform.
    • Guice specific code lives in a "jolt-guice" maven artifact