Codekvast Agent 0.24.0 released

26 April 2018


Codekvast Agent version 0.24.0 has been released.

Download codekvast-agent-0.24.0.zip from Codekvast Downloads.

The agent jar (including sources) is also available on jcenter with the Maven coordinates io.codekvast:codekvast-agent:0.24.0.

News in this version:

  • Added support for extracting the app version from a text file within the class path. Read more in the configuration guide.
  • Reduced logging. Repetitive stuff is now logged on FINE level.
  • Added support for the environment variable CODEKVAST_FINEST_LEVEL to help trouble shooting agent problems.
    Example: export CODEKVAST_FINEST_LEVEL=INFO before starting the application.
  • Added shortcut for setting codeBase for typical webapps.
    The config parameter codeBase can now be set to only path/to/webapp or path/to/webapp/WEB-INF.
    This will be interpreted as path/to/webapp/WEB-INF/classes/ and path/to/webapp/WEB-INF/lib if these exist and are directories.
  • Bug fixes.