Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump jolokia to v1.7.2 #32

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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