cf-cli-java-plugin

Cloud Foundry CLI Plugin to troubleshoot Java apps

APACHE-2.0 License

Stars
18

Bot releases are visible (Hide)

cf-cli-java-plugin - 3.0.3 Latest Release

Published by JohnnyVim 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/SAP/cf-cli-java-plugin/compare/3.0.2...3.0.3

cf-cli-java-plugin - 3.0.2

Published by pfo2024 4 months ago

Rebuilt for compatibility with newer Microsoft Windows version

cf-cli-java-plugin - 3.0.1

Published by TimGerlach about 3 years ago

Fix version number in plugin metadata

cf-cli-java-plugin - 3.0.0

Published by TimGerlach about 3 years ago

New Features:

  • Setting the local output of the heap dump via --local-dir
  • Setting the target of the heap dump in the container via --container-dir
  • If a file system service is bound to the application container heap dumps are now automatically dumped to a path on this file system service instead
  • The CLI now checks whether ssh is enabled and throws a human readable error message if not
  • The CLI now checks whether jvmmon or jcmd is in the application container and throws a human readable error message if not
  • More detailed success and error messages (e.g., when certain preconditions are not

Breaking changes:

  • Previously, heap dumps were sent to stdout and could be redirected to a local file via >. By default heap dumps are no longer redirected to stdout and not stored in the application container. If a heap dump should be forwarded to the local machine use --local-dir instead.
cf-cli-java-plugin - 2.0.0

Published by michele-mancioppi over 6 years ago

Added support the SAP Java Buildpack. Kudos to @ScheererJ :-)

cf-cli-java-plugin - 1.1.0

Published by thsandfuchs about 7 years ago

Extend container-side command to deal with corner cases that prevent creation
of heap dump and that do not cause jmap to fail properly:

If there is not enough space on the filesystem to write the dump, jmap will
create a file with size 0, output something about not enough space left on
device and exit with status code 0.
If the heap dump file already exists, jmap will output something about the
file already existing and exit with status code 0.
Now the command will check that:

jmap exited with status code 0 (so far always been the case, but you never know)
the heap dump file exists and has size > 0
Fail otherwise, outputting on STDERR of cf java the output of jmap

cf-cli-java-plugin - 1.0.0

Published by michele-mancioppi over 7 years ago

Initial release

Package Rankings
Top 6.1% on Proxy.golang.org
Badges
Extracted from project README
REUSE status