corda/djvm
Chris Rankin 5b255c81a8
ENT-1906: Trivial tweaks to DJVM code. (#3890)
* Trivial tweaks to DJVM code.
  - Use ASM Type.getInternalName()
  - Use @JvmDefault annotation
  - Declare test base class as abstract
  - Ensure test Log4J configuration has precedence
  - Replace assert() with require()
  - Replace simple lambdas with function references
* Publish corda-djvm artifact.
* Migrate Utilities class into the CLI tool.
* Configure unit tests for console logging.
2018-09-05 10:12:48 +01:00
..
cli ENT-1906: Trivial tweaks to DJVM code. (#3890) 2018-09-05 10:12:48 +01:00
shell Deterministic JVM (#3386) 2018-08-22 16:01:39 +01:00
src ENT-1906: Trivial tweaks to DJVM code. (#3890) 2018-09-05 10:12:48 +01:00
.gitignore Deterministic JVM (#3386) 2018-08-22 16:01:39 +01:00
build.gradle ENT-1906: Trivial tweaks to DJVM code. (#3890) 2018-09-05 10:12:48 +01:00