-
Notifications
You must be signed in to change notification settings - Fork 152
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
Closed
Generate jni bindings #1380
Commits on Feb 7, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 4aecde7 - Browse repository at this point
Copy the full SHA 4aecde7View commit details
Commits on Feb 26, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for d8cb2b5 - Browse repository at this point
Copy the full SHA d8cb2b5View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a01de4 - Browse repository at this point
Copy the full SHA 3a01de4View commit details
Commits on Mar 5, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 3928421 - Browse repository at this point
Copy the full SHA 3928421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da4011 - Browse repository at this point
Copy the full SHA 8da4011View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1edda38 - Browse repository at this point
Copy the full SHA 1edda38View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2adc2e3 - Browse repository at this point
Copy the full SHA 2adc2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b28851d - Browse repository at this point
Copy the full SHA b28851dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.