Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions actor-testkit-typed/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions actor-typed-tests/src/test/resources/logback-doc-dev.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
Expand Down
8 changes: 8 additions & 0 deletions actor-typed-tests/src/test/resources/logback-doc-prod.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>

<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
Expand Down
8 changes: 8 additions & 0 deletions actor-typed-tests/src/test/resources/logback-doc-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
Expand Down
8 changes: 8 additions & 0 deletions actor-typed-tests/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions bench-jmh/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

/*
* Copyright (C) 2018-2019 Lightbend Inc. <https://www.lightbend.com>
*/
Expand Down
8 changes: 8 additions & 0 deletions cluster-metrics/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>

<!-- Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com> -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions cluster-sharding-typed/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions cluster-typed/src/multi-jvm/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions cluster-typed/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions cluster/src/multi-jvm/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
Expand Down
8 changes: 8 additions & 0 deletions docs/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions kubernetes/setup.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

NUM_OF_NODES=$1
DEST_HOST_FILE=$2
PROTOCOL=$3
Expand Down
8 changes: 8 additions & 0 deletions osgi/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->

<configuration>

Expand Down
8 changes: 8 additions & 0 deletions persistence-testkit/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions persistence-typed-tests/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions persistence-typed/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down
8 changes: 8 additions & 0 deletions project/scripts/find-replace
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#!/usr/bin/env bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

#
# Find and replace across all source files.
# This script will be called as part of the release script.
Expand Down
7 changes: 7 additions & 0 deletions project/scripts/validate-automatic-module-names
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

mkdir OMG

cd OMG
Expand Down
7 changes: 7 additions & 0 deletions remote/src/test/resources/ssl/gen-artery-nodes.example.com.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

export PW=`cat password`

. gen-functions.sh
Expand Down
17 changes: 17 additions & 0 deletions remote/src/test/resources/ssl/gen-ca-bundles.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

export PW=`cat password`

# A CA rotation that keeps the distinguished name produces a second CA certificate sharing the
Expand Down
7 changes: 7 additions & 0 deletions remote/src/test/resources/ssl/gen-functions.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

function createKeySet() {
PREFIX=$1
KEYALG=$2
Expand Down
7 changes: 7 additions & 0 deletions remote/src/test/resources/ssl/genca.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

export PW=`cat password`

# Create a self signed key pair root CA certificate.
Expand Down
7 changes: 7 additions & 0 deletions remote/src/test/resources/ssl/gencerts.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# Licensed to the Apache Software Foundation (ASF) under one or more
# license agreements; and to You under the Apache License, version 2.0:
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# This file is part of the Apache Pekko project, which was derived from Akka.

export PW=`cat password`

. gen-functions.sh
Expand Down
8 changes: 8 additions & 0 deletions slf4j/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
Expand Down
8 changes: 8 additions & 0 deletions stream-typed/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
license agreements; and to You under the Apache License, version 2.0:

https://www.apache.org/licenses/LICENSE-2.0

This file is part of the Apache Pekko project, which was derived from Akka.
-->
<configuration>
<!-- Silence initial setup logging from Logback -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
Expand Down