Skip to content

Commit

Permalink
feat: bump jolokia to v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 24, 2023
1 parent 77b6b29 commit 7535d9b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jkube-java-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ modules:
- name: jboss.container.util.logging.bash
- name: jboss.container.java.jvm.bash.debug-options-override
- name: jboss.container.prometheus-override
- name: jolokia-download
- name: org.eclipse.jkube.jolokia
# Removes any other Java JDK that might have been downloaded by other packages (run last)
- name: org.eclipse.jkube.jvm.singleton-jdk

Expand Down
2 changes: 1 addition & 1 deletion jkube-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ modules:
- name: jboss.container.util.logging.bash
- name: jboss.container.java.jvm.bash.debug-options-override
- name: jboss.container.prometheus-override
- name: jolokia-download
- name: org.eclipse.jkube.jolokia
# Removes any other Java JDK that might have been downloaded by other packages (run last)
- name: org.eclipse.jkube.jvm.singleton-jdk

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
schema_version: 1
version: 1.0.0
name: jolokia-download
name: org.eclipse.jkube.jolokia
description: "Downloads the latest Jolokia JVM agent overwriting the one provided by the dnf package."
envs:
- description: Version of Jolokia being used.
name: JOLOKIA_VERSION
value: 1.7.1
value: 1.7.2
artifacts:
- name: jolokia-jvm.jar
target: jolokia-jvm.jar
url: https://search.maven.org/remotecontent?filepath=org/jolokia/jolokia-jvm/1.7.1/jolokia-jvm-1.7.1.jar
md5: fd48948a8df5ff63ca0bd3624866f967
url: https://search.maven.org/remotecontent?filepath=org/jolokia/jolokia-jvm/1.7.2/jolokia-jvm-1.7.2.jar
md5: d489d62d1143e6a2e85a869a4b824a67
execute:
- script: configure
2 changes: 1 addition & 1 deletion scripts/test-jkube-java-11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ assertContains "$env_variables" "JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE=/opt/jboss
|| reportError "JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE invalid"
assertContains "$env_variables" "JBOSS_CONTAINER_S2I_CORE_MODULE=/opt/jboss/container/s2i/core/$" \
|| reportError "JBOSS_CONTAINER_S2I_CORE_MODULE invalid"
assertContains "$env_variables" "JOLOKIA_VERSION=1.7.1$" \
assertContains "$env_variables" "JOLOKIA_VERSION=1.7.2$" \
|| reportError "JOLOKIA_VERSION invalid"
assertContains "$env_variables" "AB_JOLOKIA_PASSWORD_RANDOM=true$" \
|| reportError "AB_JOLOKIA_PASSWORD_RANDOM invalid"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-jkube-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ assertContains "$env_variables" "JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE=/opt/jboss
|| reportError "JBOSS_CONTAINER_MAVEN_DEFAULT_MODULE invalid"
assertContains "$env_variables" "JBOSS_CONTAINER_S2I_CORE_MODULE=/opt/jboss/container/s2i/core/$" \
|| reportError "JBOSS_CONTAINER_S2I_CORE_MODULE invalid"
assertContains "$env_variables" "JOLOKIA_VERSION=1.7.1$" \
assertContains "$env_variables" "JOLOKIA_VERSION=1.7.2$" \
|| reportError "JOLOKIA_VERSION invalid"
assertContains "$env_variables" "AB_JOLOKIA_PASSWORD_RANDOM=true$" \
|| reportError "AB_JOLOKIA_PASSWORD_RANDOM invalid"
Expand Down

0 comments on commit 7535d9b

Please sign in to comment.