Skip to content

Commit 8dfba87

Browse files
committed
modified files to include copyright and remove OCIDS
1 parent 32de8d3 commit 8dfba87

File tree

10 files changed

+27
-7
lines changed

10 files changed

+27
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ target/
66
*.project
77
*.settings
88
*.pref
9+
.vscode

code/PopulateDataStreamFunction/func.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
13
schema_version: 20180708
24
name: populatedatastreamfunction
35
version: 0.0.67

code/PopulateDataStreamFunction/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2022, Oracle and/or its affiliates.
4+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+
-->
26
<project xmlns="http://maven.apache.org/POM/4.0.0"
37
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

code/PopulateDataStreamFunction/src/main/java/com/example/fn/PopulateDataStreamFunction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//Copyright (c) 2022, Oracle and/or its affiliates.
1+
// Copyright (c) 2022, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

4-
//This Function is used to populate the DataSyncStream .
5-
//It is invoked when the Source Application/s post data to the REST API exposed using API Gateway.
4+
// This Function is used to populate the DataSyncStream .
5+
// It is invoked when the Source Application/s post data to the REST API exposed using API Gateway.
66
package com.example.fn;
77

88
import java.util.Arrays;

code/ReadDataStreamFunction/func.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14
schema_version: 20180708
25
name: readdatastreamfunction
36
version: 0.0.61

code/ReadDataStreamFunction/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright (c) 2022, Oracle and/or its affiliates.
3+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4+
-->
15
<?xml version="1.0" encoding="UTF-8"?>
26
<project xmlns="http://maven.apache.org/POM/4.0.0"
37
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

code/RetryFunction/func.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
13
schema_version: 20180708
24
name: retryfunction
35
version: 0.0.101

code/RetryFunction/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2022, Oracle and/or its affiliates.
4+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5+
-->
26
<project xmlns="http://maven.apache.org/POM/4.0.0"
37
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

code/RetryFunction/src/main/java/com/example/fn/RetryFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2022, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
//This Function retries the messages in streams. This Function is exposed as a public API using an API Gateway.

code/provider.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2022, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
provider "oci" {
4-
tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaadymht6gout6mc5yhsqo4syry4inm2kc44s5o4s7c3re2ylgs66xa"
5-
user_ocid = "ocid1.user.oc1..aaaaaaaajci5gjunoesqd3o4sbe67rud5pod3m3gzcouibcmihy5g23fli3a"
4+
tenancy_ocid = "ocid1.tenancy.oc1..xxxxx"
5+
user_ocid = "ocid1.user.oc1..xxxxxxx"
66
private_key_path = "~/.oci/oci_api_key.pem"
7-
fingerprint = "d7:d6:af:d9:1f:8b:8b:06:f3:2e:52:15:3b:03:de:a7"
7+
fingerprint = "xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"
88
region = "us-ashburn-1"
99
}

0 commit comments

Comments
 (0)