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

Commit

Permalink
Merge pull request #6 from oracle/rmarano
Browse files Browse the repository at this point in the history
added copyright statements
  • Loading branch information
rjeberhard committed Jul 25, 2019
2 parents dc06c5a + 9bb069a commit aaf0f1c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion src/test/resources/bad.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Copyright 2019, Oracle Corporation 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.

# I am not well formated
publishHost: host1
something else that should
- not be here
at all
at all
5 changes: 4 additions & 1 deletion src/test/resources/config1.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2019, Oracle Corporation 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.

# Test config file

publishHost: host1
Expand All @@ -8,4 +11,4 @@ weblogicLoggingExporterEnabled: false
weblogicLoggingExporterSeverity: Warning
weblogicLoggingExporterBulkSize: 2
weblogicLoggingIndexName: index1
domainUID: domain1
domainUID: domain1
5 changes: 4 additions & 1 deletion src/test/resources/config2.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2019, Oracle Corporation 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.

# Test config file
# This one has an upper case index name, which should be converted to lower case

Expand All @@ -9,4 +12,4 @@ weblogicLoggingExporterEnabled: false
weblogicLoggingExporterSeverity: Warning
weblogicLoggingExporterBulkSize: 2
weblogicLoggingIndexName: INDEX2
domainUID: domain1
domainUID: domain1
5 changes: 4 additions & 1 deletion src/test/resources/config3.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2019, Oracle Corporation 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.

# Test config file
# This one has an upper case index name, which should be converted to lower case

Expand All @@ -12,4 +15,4 @@ weblogicLoggingExporterEnabled: false
weblogicLoggingExporterSeverity: Warning
weblogicLoggingExporterBulkSize: 2
weblogicLoggingIndexName: INDEX2
domainUID: domain1
domainUID: domain1
5 changes: 4 additions & 1 deletion src/test/resources/emptyConfig.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# I am empty
# Copyright 2019, Oracle Corporation 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.

# I am empty

0 comments on commit aaf0f1c

Please sign in to comment.