Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: setup script to generate JNI compat library #1406

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    e638c64 View commit details
    Browse the repository at this point in the history
  2. java/gen: generate Java JNI compat

    We're seeing a problem with the generated code.
    
    	// 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
    adamdecaf committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    00cceaa View commit details
    Browse the repository at this point in the history