Skip to content

Commit

Permalink
CRW-2591 - migrate Camel on springboot stack to java 11
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Mar 14, 2022
1 parent fba7706 commit ff32875
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ projects:
components:
-
type: chePlugin
id: redhat/java8/latest
id: redhat/java11/latest
-
type: chePlugin
id: redhat/vscode-apache-camel/latest
Expand Down Expand Up @@ -86,7 +86,7 @@ commands:
-
type: exec
component: maven
command: "mvn fabric8:deploy -Popenshift -DskipTests"
command: "mvn oc:deploy -Popenshift -DskipTests"
workdir: "${CHE_PROJECTS_ROOT}/java-fuse"
- name: Debug remote java application
actions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
displayName: Red Hat Fuse
description: Red Hat Fuse stack with OpenJDK 8 and Maven 3.6.3
description: Red Hat Fuse stack with OpenJDK 11 and Maven 3.6.3
tags: ["Java", "OpenJDK", "Maven", "Red Hat Fuse", "UBI8"]
icon: /images/type-fuse.svg
links:
Expand Down

0 comments on commit ff32875

Please sign in to comment.