Skip to content

Commit 103eb80

Browse files
committed
Use Oracle GraalVM for JDK 17 and 20
1 parent f23e2e4 commit 103eb80

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

AIO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
- Build and Deploy a Golang application using OCI Devops - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-golan-sample
1010
- Build and Deploy a RUST application using OCI Devops - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-cicd-rust-sample
1111
- Build and deploy a JAVA - Graal EE - Micronaut application on to Instances - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances
12-
- Build and run a OCI devops pipeline with JAVA and Graal VM framework. - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-graalvm-devops-example
13-
- Build and run a OCI devops pipeline with Java-Micronaut framework. - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-micronaut-devops-example
12+
- Build and run a OCI devops pipeline with JAVA and GraalVM - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-graalvm-devops-example
13+
- Build and run a OCI devops pipeline with Java-Micronaut framework - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-java-micronaut-devops-example
1414
- Cascade delete of OCI Project - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-config-examples/oci-project-cascadedelete
1515
- Cascaded Pipelines - With in the Region - https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-pipeline-examples/oci-cascaded-pipelines/same-region
1616
- Container image scan before deploy - https://github.com/oracle-devrel/oci-devops-examples/tree/main/oci-build-examples/oci_imagescan_before_deploy

oci-pipeline-examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ All about devops pipelines using OCI Devops.
77

88
</details>
99
<details>
10-
<summary> Pipeline with Graal Enterprise - click to expand</summary>
10+
<summary> Pipeline with Oracle GraalVM - click to expand</summary>
1111

12-
* [Build and deploy a JAVA - Graal EE - Micronaut application on to Instances](./oci-devops-graal-micronaut-deploy-to-instances)
12+
* [Build and deploy a JAVA - GraalVM - Micronaut application on to Instances](./oci-devops-graal-micronaut-deploy-to-instances)
1313

1414
</details>
1515
<details>
@@ -24,7 +24,7 @@ All about devops pipelines using OCI Devops.
2424

2525
* [Build and run a OCI devops pipeline with Java-Micronaut framework on to OKE.](./oci-java-micronaut-devops-example/)
2626

27-
* [Build and run a OCI devops pipeline with JAVA and Graal VM framework on to OKE .](./oci-java-graalvm-devops-example/)
27+
* [Build and run a OCI devops pipeline with JAVA and GraalVM on to OKE.](./oci-java-graalvm-devops-example/)
2828

2929
</details>
3030

oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Using GraalVM Enterprise in OCI DevOps to build and Deploy a Micronaut REST App on to OCI Instances
1+
# Using Oracle GraalVM in OCI DevOps to build and Deploy a Micronaut REST App on to OCI Instances
22

3-
This sample shows how to use `Oracle GraalVM Enterprise Edition` in `OCI DevOps build pipelines` to build a simple Micronaut hello world REST application. The application will be then deployed to OCI Instances.
3+
This sample shows how to use `Oracle GraalVM` in `OCI DevOps build pipelines` to build a simple Micronaut hello world REST application. The application will be then deployed to OCI Instances.
44

55
## What is GraalVM?
66

7-
- Oracle GraalVM Enterprise is a high-performance JDK distribution that can accelerate any Java workload running on the HotSpot JVM.
7+
- GraalVM is a high performance JDK distribution that can accelerate any Java workload running on the HotSpot JVM.
88

9-
- Oracle GraalVM Enterprise Native Image ahead-of-time compilation enables you to build lightweight Java applications that are smaller, faster, and use less memory and CPU. At build time, GraalVM Native Image analyzes a Java application and its dependencies to identify just what classes, methods, and fields are necessary and generates optimized machine code for just those elements.
9+
- GraalVM Native Image ahead-of-time compilation enables you to build lightweight Java applications that are smaller, faster, and use less memory and CPU. At build time, GraalVM Native Image analyzes a Java application and its dependencies to identify just what classes, methods, and fields are necessary and generates optimized machine code for just those elements.
1010

11-
- Oracle GraalVM Enterprise Edition is available for use on Oracle Cloud Infrastructure (OCI) at no additional cost.
11+
- Oracle GraalVM is available for use on Oracle Cloud Infrastructure (OCI) at no additional cost.
1212

1313
## What is Micronaut
1414

@@ -32,7 +32,7 @@ This sample shows how to use `Oracle GraalVM Enterprise Edition` in `OCI DevOps
3232
## Objectives
3333

3434
- Create an OCI Build / Deploy pipeline.
35-
- Build and deploy a Graal VM Enterprise - Micronaut application on an OCI VM.
35+
- Build and deploy an Oracle GraalVM - Micronaut application on an OCI VM.
3636

3737

3838
## Procedure to use this illustration.
@@ -446,9 +446,9 @@ Clean all these resources via OCI Console .
446446
References
447447
==========
448448

449-
- Using GraalVM Enterprise in DevOps Build Pipelines - https://docs.oracle.com/en-us/iaas/Content/devops/using/graalvm.htm
449+
- Using Oracle GraalVM in DevOps Build Pipelines - https://docs.oracle.com/en-us/iaas/Content/devops/using/graalvm.htm
450450
- Oracle Cloud Infrastructure DevOps - https://docs.oracle.com/en-us/iaas/Content/devops/using/home.htm
451-
- Oracle Graal VM Enterprise - https://www.oracle.com/java/graalvm/
451+
- Oracle GraalVM - https://www.oracle.com/java/graalvm/
452452

453453
Contributors
454454
===========

oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/src/main/java/com/example/HelloController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class HelloController {
1010
@Get
1111
@Produces(MediaType.TEXT_PLAIN)
1212
public String index() {
13-
return "With Love from OCI Devops - Powered by Graal Enterprise!";
13+
return "With Love from OCI Devops - Powered by Oracle GraalVM!";
1414
}
1515

1616
@Get ("/{name}")

oci-pipeline-examples/oci-devops-graal-micronaut-deploy-to-instances/src/test/java/com/example/HelloControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void testHello() {
2323
String body = client.toBlocking().retrieve(request);
2424

2525
assertNotNull(body);
26-
assertEquals("With Love from OCI Devops - Powered by Graal Enterprise!", body);
26+
assertEquals("With Love from OCI Devops - Powered by Oracle GraalVM!", body);
2727
}
2828
@Test
2929
public void testHelloName() {

oci-pipeline-examples/oci-java-graalvm-devops-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Sample illustration of build and deploy a polyglot application with Graal VM and OCI Devops.
1+
Sample illustration of build and deploy a polyglot application with GraalVM and OCI Devops.
22

33
-------
44

55
Target Audiences : Intermediate/Advanced towards OCI
66

77
🪄 Objective .
88

9-
- Make a sample build and deploy using Polyglot application with Graal VM.
9+
- Make a sample build and deploy using Polyglot application with GraalVM.
1010
- Its encomposed with nodejs and R application language.
1111
- the build and Deployment is orchestrated with OCI devops services .
1212
- The application will be deployed on to OCI OKE.

0 commit comments

Comments
 (0)