Skip to content

Commit 35108ea

Browse files
Update Java plugin (#510)
* Update java plugin * Update repo-index.yml * Bump go to supported version and run the sorter - some quotes were incorrect --------- Co-authored-by: M. Oleske <[email protected]>
1 parent c64c39a commit 35108ea

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.cloudfoundry.org/cli-plugin-repo
22

3-
go 1.22.2
3+
go 1.24.3
44

55
require (
66
github.com/blang/semver v3.5.1+incompatible

repo-index.yml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,33 +1040,26 @@ plugins:
10401040
updated: "2023-03-02T09:53:57Z"
10411041
version: 1.4.7
10421042
- authors:
1043-
- contact: tim.gerlach@sap.com
1043+
- contact: johannes.bechberger@sap.com
10441044
homepage: https://github.com/SAP
1045-
name: Tim Gerlach
1045+
name: Johannes Bechberger
10461046
binaries:
1047-
- checksum: 78fc1166762ac5ff63112a659162d10ecadaf539
1047+
- checksum: 0b4303f8dfed6a95e91eb6d12021efa1ca7dc844
1048+
platform: linux64
1049+
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/4.0.0/cf-cli-java-plugin-linux-amd64
1050+
- checksum: 348bbd5cdd2055de7a25a2ab4f185bb32fa70da7
10481051
platform: osx
1049-
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/3.0.3/cf-cli-java-plugin-osx
1050-
- checksum: c1abc29a203e1d053057a96c216ffd99a4ac9acc
1052+
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/4.0.0/cf-cli-java-plugin-macos-arm64
1053+
- checksum: eabc68d9118c193ec8da50467ed0f76dae356232
10511054
platform: win64
1052-
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/3.0.3/cf-cli-java-plugin-win64.exe
1053-
- checksum: 9fcbd37499edf30bdf68cb5218f0686cd25947a4
1054-
platform: win32
1055-
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/3.0.3/cf-cli-java-plugin-win32.exe
1056-
- checksum: 40e595ca1a1a5d1762c247752d06f9f84aecf52c
1057-
platform: linux32
1058-
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/3.0.3/cf-cli-java-plugin-linux32
1059-
- checksum: a285fe5b3834c8d0abca4a3c7966e830930b7e14
1060-
platform: linux64
1061-
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/3.0.3/cf-cli-java-plugin-linux64
1055+
url: https://github.com/SAP/cf-cli-java-plugin/releases/download/4.0.0/cf-cli-java-plugin-windows-amd64
10621056
company: SAP
1063-
created: "2017-03-14T09:00:00Z"
1064-
description: Obtain a heap dump or thread dump from a running, SSH-enabled Java
1065-
application.
1057+
created: "2024-01-01T00:00:00Z"
1058+
description: Plugin for profiling Java applications and getting heap and thread-dumps
10661059
homepage: https://github.com/SAP/cf-cli-java-plugin
10671060
name: java
1068-
updated: "2024-08-12T00:00:00Z"
1069-
version: 3.0.3
1061+
updated: "2025-07-11T13:48:56Z"
1062+
version: 4.0.0
10701063
- authors:
10711064
- contact: [email protected]
10721065
homepage: http://drnicwilliams.com

0 commit comments

Comments
 (0)