Skip to content

JavaMigrationAnalysis Sample

This page is generated from the checked-in sample manifest at config/samples/jmsutils_v1beta1_javamigrationanalysis.yaml.

Field Value
Resource jmsutils/JavaMigrationAnalysis
API Version jmsutils.oracle.com/v1beta1
Source Path config/samples/jmsutils_v1beta1_javamigrationanalysis.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

#
# Replace the OCI identifiers and Object Storage paths below before running e2e.
# Update metadata.name or spec.analysisProjectName if you want to request a fresh
# Java Migration Analysis instead of binding to a matching analysis in the compartment.
#
apiVersion: jmsutils.oracle.com/v1beta1
kind: JavaMigrationAnalysis
metadata:
  name: javamigrationanalysis-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  analysisProjectName: javamigrationanalysis-sample
  inputApplicationsObjectStoragePaths:
    - oci://example-bucket/path/to/application.jar
  targetJdkVersion: "17"