moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
446 stars 149 forks source link

build: setup script to generate JNI compat library #1406

Open adamdecaf opened 2 months ago

adamdecaf commented 2 months ago

We're seeing a problem with the generated code right now though.

    // skipped field EntryDetail.Addenda02 with unsupported type: *github.com/moov-io/ach.Addenda02
    // skipped field EntryDetail.Addenda05 with unsupported type: []*github.com/moov-io/ach.Addenda05
    // skipped field EntryDetail.Addenda98 with unsupported type: *github.com/moov-io/ach.Addenda98
    // skipped field EntryDetail.Addenda98Refused with unsupported type: *github.com/moov-io/ach.Addenda98Refused
    // skipped field EntryDetail.Addenda99 with unsupported type: *github.com/moov-io/ach.Addenda99
    // skipped field EntryDetail.Addenda99Contested with unsupported type: *github.com/moov-io/ach.Addenda99Contested
    // skipped field EntryDetail.Addenda99Dishonored with unsupported type: *github.com/moov-io/ach.Addenda99Dishonored

Issue: https://github.com/moov-io/ach/discussions/1373