@@ -11,18 +11,6 @@ Currently, it allows to:
1111
1212## Installation
1313
14- ### Installation via CF Community Repository
15-
16- Make sure you have the CF Community plugin repository configured or add it via (``` cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org ``` )
17-
18- Trigger installation of the plugin via
19- ```
20- cf install-plugin -r CF-Community "java"
21- ```
22-
23- The releases in the community repository might be older that the actual releases on GitHub, that you
24- can install manually.
25-
2614### Manual Installation
2715Download the latest release from [ GitHub] ( https://github.com/SAP/cf-cli-java-plugin/releases/latest ) .
2816
@@ -39,6 +27,18 @@ cf install-plugin -f https://github.com/SAP/cf-cli-java-plugin/releases/latest/d
3927
4028You can verify that the plugin is successfully installed by looking for ` java ` in the output of ` cf plugins ` .
4129
30+ ### Installation via CF Community Repository
31+
32+ Make sure you have the CF Community plugin repository configured or add it via (``` cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org ``` )
33+
34+ Trigger installation of the plugin via
35+ ```
36+ cf install-plugin -r CF-Community "java"
37+ ```
38+
39+ The releases in the community repository are older that the actual releases on GitHub, that you can install manually, so we recommend
40+ the manual installation.
41+
4242### Manual Installation of Snapshot Release
4343
4444Download the current snapshot release from [ GitHub] ( https://github.com/SAP/cf-cli-java-plugin/releases/tag/snapshot ) .
@@ -302,6 +302,13 @@ If you find any bug that may be a security problem, please follow our instructio
302302[in our security policy](https://github.com/SAP/cf-cli-java-plugin/security/policy) on how to report it.
303303Please do not create GitHub issues for security-related doubts or problems.
304304
305+ # # Changelog
306+
307+ # ## 4.0.0-rc
308+
309+ - Profiling and JCMD related features
310+ - Large refactoring
311+
305312# # License
306313Copyright 2017 - 2025 SAP SE or an SAP affiliate company and contributors.
307314Please see our LICENSE for copyright and license information.
0 commit comments