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

Back port to eap 741 with ibm semeru java #455

Open
wants to merge 1 commit into
base: EAP_741_CR1_SEM
Choose a base branch
from
Open
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 eap-xp3/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.45.2
ref: 0.45.3
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
2 changes: 1 addition & 1 deletion eap-xp3/rel-j9-11-xp-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modules:
- name: os-eap-python
version: '3.6'
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"
- name: jboss.container.java.singleton-jdk
- name: jboss.container.maven.module
version: "3.6"
Expand Down
2 changes: 1 addition & 1 deletion eap-xp3/runtime-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.45.2
ref: 0.45.3
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
2 changes: 1 addition & 1 deletion eap-xp3/runtime-image/rel-j9-11-xp-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules:
- name: os-eap-python
version: '3.6'
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"
- name: jboss.container.java.singleton-jdk

packages:
Expand Down
2 changes: 1 addition & 1 deletion image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.45.2
ref: 0.45.3
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
2 changes: 1 addition & 1 deletion rel-j9-11-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ modules:
- name: os-eap-python
version: '3.6'
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"
- name: jboss.container.prometheus
version: "7"
- name: jboss.container.jolokia
Expand Down
2 changes: 1 addition & 1 deletion runtime-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ modules:
- name: cct_module
git:
url: https://github.com/jboss-openshift/cct_module.git
ref: 0.45.2
ref: 0.45.3
- name: jboss-eap-modules
git:
url: https://github.com/jboss-container-images/jboss-eap-modules.git
Expand Down
2 changes: 1 addition & 1 deletion runtime-image/j9-11-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ modules:
- name: os-eap-python
version: '3.6'
- name: jboss.container.openjdk.jdk
version: "openj9-11"
version: "semeru-11-open"
- name: jboss.container.prometheus
version: "7"
- name: jboss.container.jolokia
Expand Down