Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit aaf0f1c

Browse files
authored
Merge pull request #6 from oracle/rmarano
added copyright statements
2 parents dc06c5a + 9bb069a commit aaf0f1c

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

src/test/resources/bad.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
14
# I am not well formated
25
publishHost: host1
36
something else that should
47
- not be here
5-
at all
8+
at all

src/test/resources/config1.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
14
# Test config file
25

36
publishHost: host1
@@ -8,4 +11,4 @@ weblogicLoggingExporterEnabled: false
811
weblogicLoggingExporterSeverity: Warning
912
weblogicLoggingExporterBulkSize: 2
1013
weblogicLoggingIndexName: index1
11-
domainUID: domain1
14+
domainUID: domain1

src/test/resources/config2.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
14
# Test config file
25
# This one has an upper case index name, which should be converted to lower case
36

@@ -9,4 +12,4 @@ weblogicLoggingExporterEnabled: false
912
weblogicLoggingExporterSeverity: Warning
1013
weblogicLoggingExporterBulkSize: 2
1114
weblogicLoggingIndexName: INDEX2
12-
domainUID: domain1
15+
domainUID: domain1

src/test/resources/config3.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
14
# Test config file
25
# This one has an upper case index name, which should be converted to lower case
36

@@ -12,4 +15,4 @@ weblogicLoggingExporterEnabled: false
1215
weblogicLoggingExporterSeverity: Warning
1316
weblogicLoggingExporterBulkSize: 2
1417
weblogicLoggingIndexName: INDEX2
15-
domainUID: domain1
18+
domainUID: domain1

src/test/resources/emptyConfig.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# I am empty
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3+
4+
# I am empty

0 commit comments

Comments
 (0)