You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a classes to represent logical aspects of the contracts;
these are stored in 2 registries
- Metadata Builder uses these classes to create the JSON form of
the metadata
- As does the router to get access to the code to execute
- Added a Contract specific runtime exception to help with
explaining to users what went wrong
- Found that the Commons logging never picked up on the debug
statements; so added a simple wrapper
to route via standard java.util.logging. also allowed some
extra processing for exceptions
- Adjusted a number of the log points to use lambdas to improve
performance
- White space removal
Change-Id: I9752b2e7c2ba62f521abbdbfcc86b3c4f2baa693
Signed-off-by: Matthew B. White <[email protected]>
0 commit comments