Skip to content

Release 0.15.0

Compare
Choose a tag to compare
@petrdvorak petrdvorak released this 08 Apr 17:20
· 592 commits to master since this release

This release contains following enhancements:

  • Utility no longer uses Spring Boot and as a result, it's much faster and lighter.
  • Output now has structure and can be processed by machines better.
  • Except for the utility, we have extracted a library, so that you can use JAR in your Unit tests.

Note: As a result of the Spring Boot removal, Bouncy Castle is no longer part of the single executable JAR. You need to add it to classpath or in JRE to make java -jar powerauth-java-cmd.jar work.