Skip to content

Commit f051aa5

Browse files
authored
Merge pull request #35 from oracle-devrel/sachin-pikle-patch-1
Updated Micronaut 3.6.0. Removed GVME 22.2 module path workaround.
2 parents 28df928 + 413e7ca commit f051aa5

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

oci-build-examples/oci_devops_graalee_micronaut/build_spec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ env:
1010
# However, PATH can be changed in a build step and the change is visible in subsequent steps.
1111
TAG: "mn-hello-ni:0.0.1"
1212
APP_FILE: "MnHelloRest"
13-
## TEMPORARY WORKAROUND FOR GVME 22.2
14-
USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
1513

1614
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
1715
# For this Build to run, the Build Pipeline needs to have a BUILDRUN_HASH parameter set

oci-build-examples/oci_devops_graalee_micronaut/build_spec_verbose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ env:
1313
# However, PATH can be changed in a build step and the change is visible in subsequent steps.
1414
TAG: "mn-hello-ni:0.0.1"
1515
APP_FILE: "MnHelloRest"
16-
## TEMPORARY WORKAROUND FOR GVME 22.2
17-
USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
1816

1917
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
2018
# For this Build to run, the Build Pipeline needs to have a BUILDRUN_HASH parameter set

oci-build-examples/oci_devops_graalee_micronaut/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<parent>
1111
<groupId>io.micronaut</groupId>
1212
<artifactId>micronaut-parent</artifactId>
13-
<version>3.5.2</version>
13+
<version>3.6.0</version>
1414
</parent>
1515

1616
<properties>
1717
<packaging>jar</packaging>
1818
<jdk.version>17</jdk.version>
1919
<release.version>17</release.version>
20-
<micronaut.version>3.5.2</micronaut.version>
20+
<micronaut.version>3.6.0</micronaut.version>
2121
<micronaut.runtime>netty</micronaut.runtime>
2222
<exec.mainClass>com.example.Application</exec.mainClass>
2323
</properties>

0 commit comments

Comments
 (0)