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

Generate jni bindings #1380

Closed
wants to merge 8 commits into from

Commits on Feb 7, 2024

  1. 'Mergefiles' improvements

    This commit gives a benchmark report on the use of '[]*ach.File' and '[]ach.File'. It intend to show the improvement in passing by values instead of passing by reference
    midepeter committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4aecde7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. java bindings exceptions generation

    this commit creates javainterop package that ports functions from the general moov/ach package that does not align with the gobind rules for java jni bindings generation. It does this to be able to release a proper generated code for java apis to all the ach library.
    midepeter committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d8cb2b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. clean up

    midepeter committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3a01de4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. porting exported types to a single javainterop package

    This commit ports exported types and methods to a single javainterop package to allow for ease generation of go bindings to allow for java application to be largely supported. It also updates the github actions workflow to generate the binding on push to master branches by access the 'make java' command in the makeFile
    midepeter committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3928421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da4011 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. chore: linter fix

    midepeter committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1edda38 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. linterissue fix

    midepeter committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2adc2e3 View commit details
    Browse the repository at this point in the history
  2. tidy up go modules

    midepeter committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b28851d View commit details
    Browse the repository at this point in the history