This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/training.git


The following commit(s) were added to refs/heads/develop by this push:
     new c58d720  Draft of vendor neutrality in practice
     new 05b3cde  Merge branch 'develop' of https://github.com/apache/training 
into develop
c58d720 is described below

commit c58d72064753d61a8ca4d7521839d46b2faf9dbc
Author: Justin Mclean <[email protected]>
AuthorDate: Fri Nov 14 14:02:31 2025 +1100

    Draft of vendor neutrality in practice
---
 .../.mvn/wrapper/maven-wrapper.properties          |  19 +
 .../Incubator/NeutralityInPractice/README.md       |  57 +++
 content/Apache/Incubator/NeutralityInPractice/mvnw | 259 ++++++++++
 .../Apache/Incubator/NeutralityInPractice/mvnw.cmd | 149 ++++++
 .../Apache/Incubator/NeutralityInPractice/pom.xml  |  64 +++
 .../src/main/asciidoc/_settings.adoc               |  36 ++
 .../src/main/asciidoc/index.adoc                   | 529 +++++++++++++++++++++
 .../main/java/org/apache/training/StringUtils.java |  27 ++
 .../src/main/resources/apache.css                  | 408 ++++++++++++++++
 9 files changed, 1548 insertions(+)

diff --git 
a/content/Apache/Incubator/NeutralityInPractice/.mvn/wrapper/maven-wrapper.properties
 
b/content/Apache/Incubator/NeutralityInPractice/.mvn/wrapper/maven-wrapper.properties
new file mode 100644
index 0000000..d58dfb7
--- /dev/null
+++ 
b/content/Apache/Incubator/NeutralityInPractice/.mvn/wrapper/maven-wrapper.properties
@@ -0,0 +1,19 @@
+# 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.
+wrapperVersion=3.3.2
+distributionType=only-script
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
diff --git a/content/Apache/Incubator/NeutralityInPractice/README.md 
b/content/Apache/Incubator/NeutralityInPractice/README.md
new file mode 100644
index 0000000..cf2dfe4
--- /dev/null
+++ b/content/Apache/Incubator/NeutralityInPractice/README.md
@@ -0,0 +1,57 @@
+<!--
+
+  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
+
+      https://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.
+
+-->
+
+# Presentation with Reveal.JS and AsciiDoctor
+
+Remarks:
+- In order to use the preview of the IntelliJ asciidoctor plugin, you need to 
set an attribute in the plugin settings: `imagesdir` = `../resources/images`
+- Any css adjustments can go to `src/main/theme/apache.css` as this is 
automatically embedded into the themes directory.
+
+## Building the presentation
+
+Apache Training makes use of several tools in order to compile the 
presentations.
+The probably simplest way to build the project is using Docker, as we provide 
the Dockerfile for installing all prerequisites.
+```
+docker compose up
+```
+This should produce compiled versions of all presentations in your local 
working copy.
+
+If you want to build the presentation on your local system the following 
command should do.
+However, if you are missing prerequisites, then this build will most probably 
fail.
+
+By running the following command, you can generate the presentation:
+```
+mvn package
+``` 
+## Running the presentation
+
+In order to show the presentation, go into the `target` directory and look for 
a directory named {artifactId}-{version}.
+This direcotry contains an `index.html` file.
+
+Simply open this in any browser of your choice.
+
+## Generating PDF versions
+
+In order to generate a PDF version of the presentation just add `?print-pdf` 
to the url. (Keep in mind, that you have to add it before any `#blahblah`)
+
+The following link should do the trick:
+```
+http:///{someFilePath}/?print-pdf
+```
+As soon as that's loaded, the presentation will look a bit odd. Now just use 
the normal `print` functionality of the browser and select `print as PDF`.
diff --git a/content/Apache/Incubator/NeutralityInPractice/mvnw 
b/content/Apache/Incubator/NeutralityInPractice/mvnw
new file mode 100755
index 0000000..19529dd
--- /dev/null
+++ b/content/Apache/Incubator/NeutralityInPractice/mvnw
@@ -0,0 +1,259 @@
+#!/bin/sh
+# ----------------------------------------------------------------------------
+# 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.
+# ----------------------------------------------------------------------------
+
+# ----------------------------------------------------------------------------
+# Apache Maven Wrapper startup batch script, version 3.3.2
+#
+# Optional ENV vars
+# -----------------
+#   JAVA_HOME - location of a JDK home dir, required when download maven via 
java source
+#   MVNW_REPOURL - repo url base for downloading maven distribution
+#   MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+#   MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; 
others: silence the output
+# ----------------------------------------------------------------------------
+
+set -euf
+[ "${MVNW_VERBOSE-}" != debug ] || set -x
+
+# OS specific support.
+native_path() { printf %s\\n "$1"; }
+case "$(uname)" in
+CYGWIN* | MINGW*)
+  [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
+  native_path() { cygpath --path --windows "$1"; }
+  ;;
+esac
+
+# set JAVACMD and JAVACCMD
+set_java_home() {
+  # For Cygwin and MinGW, ensure paths are in Unix format before anything is 
touched
+  if [ -n "${JAVA_HOME-}" ]; then
+    if [ -x "$JAVA_HOME/jre/sh/java" ]; then
+      # IBM's JDK on AIX uses strange locations for the executables
+      JAVACMD="$JAVA_HOME/jre/sh/java"
+      JAVACCMD="$JAVA_HOME/jre/sh/javac"
+    else
+      JAVACMD="$JAVA_HOME/bin/java"
+      JAVACCMD="$JAVA_HOME/bin/javac"
+
+      if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
+        echo "The JAVA_HOME environment variable is not defined correctly, so 
mvnw cannot run." >&2
+        echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" 
or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
+        return 1
+      fi
+    fi
+  else
+    JAVACMD="$(
+      'set' +e
+      'unset' -f command 2>/dev/null
+      'command' -v java
+    )" || :
+    JAVACCMD="$(
+      'set' +e
+      'unset' -f command 2>/dev/null
+      'command' -v javac
+    )" || :
+
+    if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
+      echo "The java/javac command does not exist in PATH nor is JAVA_HOME 
set, so mvnw cannot run." >&2
+      return 1
+    fi
+  fi
+}
+
+# hash string like Java String::hashCode
+hash_string() {
+  str="${1:-}" h=0
+  while [ -n "$str" ]; do
+    char="${str%"${str#?}"}"
+    h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
+    str="${str#?}"
+  done
+  printf %x\\n $h
+}
+
+verbose() { :; }
+[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
+
+die() {
+  printf %s\\n "$1" >&2
+  exit 1
+}
+
+trim() {
+  # MWRAPPER-139:
+  #   Trims trailing and leading whitespace, carriage returns, tabs, and 
linefeeds.
+  #   Needed for removing poorly interpreted newline sequences when running in 
more
+  #   exotic environments such as mingw bash on Windows.
+  printf "%s" "${1}" | tr -d '[:space:]'
+}
+
+# parse distributionUrl and optional distributionSha256Sum, requires 
.mvn/wrapper/maven-wrapper.properties
+while IFS="=" read -r key value; do
+  case "${key-}" in
+  distributionUrl) distributionUrl=$(trim "${value-}") ;;
+  distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
+  esac
+done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in 
${0%/*}/.mvn/wrapper/maven-wrapper.properties"
+
+case "${distributionUrl##*/}" in
+maven-mvnd-*bin.*)
+  MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
+  case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
+  *AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
+  :Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
+  :Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
+  :Linux*x86_64*) distributionPlatform=linux-amd64 ;;
+  *)
+    echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use 
pure java version" >&2
+    distributionPlatform=linux-amd64
+    ;;
+  esac
+  distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
+  ;;
+maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
+*) MVN_CMD="mvn${0##*/mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
+esac
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: 
~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
+[ -z "${MVNW_REPOURL-}" ] || 
distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
+distributionUrlName="${distributionUrl##*/}"
+distributionUrlNameMain="${distributionUrlName%.*}"
+distributionUrlNameMain="${distributionUrlNameMain%-bin}"
+MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
+MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string
 "$distributionUrl")"
+
+exec_maven() {
+  unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
+  exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec 
$MAVEN_HOME/bin/$MVN_CMD"
+}
+
+if [ -d "$MAVEN_HOME" ]; then
+  verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+  exec_maven "$@"
+fi
+
+case "${distributionUrl-}" in
+*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
+*) die "distributionUrl is not valid, must match *-bin.zip or 
maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
+esac
+
+# prepare tmp dir
+if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
+  clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
+  trap clean HUP INT TERM EXIT
+else
+  die "cannot create temp dir"
+fi
+
+mkdir -p -- "${MAVEN_HOME%/*}"
+
+# Download and Install Apache Maven
+verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+verbose "Downloading from: $distributionUrl"
+verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+# select .zip or .tar.gz
+if ! command -v unzip >/dev/null; then
+  distributionUrl="${distributionUrl%.zip}.tar.gz"
+  distributionUrlName="${distributionUrl##*/}"
+fi
+
+# verbose opt
+__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q 
__MVNW_QUIET_TAR=''
+[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' 
__MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
+
+# normalize http auth
+case "${MVNW_PASSWORD:+has-password}" in
+'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
+has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' 
;;
+esac
+
+if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
+  verbose "Found wget ... using wget"
+  wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O 
"$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch 
$distributionUrl"
+elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
+  verbose "Found curl ... using curl"
+  curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o 
"$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: 
Failed to fetch $distributionUrl"
+elif set_java_home; then
+  verbose "Falling back to use Java to download"
+  javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
+  targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
+  cat >"$javaSource" <<-END
+       public class Downloader extends java.net.Authenticator
+       {
+         protected java.net.PasswordAuthentication getPasswordAuthentication()
+         {
+           return new java.net.PasswordAuthentication( System.getenv( 
"MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
+         }
+         public static void main( String[] args ) throws Exception
+         {
+           setDefault( new Downloader() );
+           java.nio.file.Files.copy( java.net.URI.create( args[0] 
).toURL().openStream(), java.nio.file.Paths.get( args[1] 
).toAbsolutePath().normalize() );
+         }
+       }
+       END
+  # For Cygwin/MinGW, switch paths to Windows format before running javac and 
java
+  verbose " - Compiling Downloader.java ..."
+  "$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed 
to compile Downloader.java"
+  verbose " - Running Downloader.java ..."
+  "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" 
Downloader "$distributionUrl" "$(native_path "$targetZip")"
+fi
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+if [ -n "${distributionSha256Sum-}" ]; then
+  distributionSha256Result=false
+  if [ "$MVN_CMD" = mvnd.sh ]; then
+    echo "Checksum validation is not supported for maven-mvnd." >&2
+    echo "Please disable validation by removing 'distributionSha256Sum' from 
your maven-wrapper.properties." >&2
+    exit 1
+  elif command -v sha256sum >/dev/null; then
+    if echo "$distributionSha256Sum  $TMP_DOWNLOAD_DIR/$distributionUrlName" | 
sha256sum -c >/dev/null 2>&1; then
+      distributionSha256Result=true
+    fi
+  elif command -v shasum >/dev/null; then
+    if echo "$distributionSha256Sum  $TMP_DOWNLOAD_DIR/$distributionUrlName" | 
shasum -a 256 -c >/dev/null 2>&1; then
+      distributionSha256Result=true
+    fi
+  else
+    echo "Checksum validation was requested but neither 'sha256sum' or 
'shasum' are available." >&2
+    echo "Please install either command, or disable validation by removing 
'distributionSha256Sum' from your maven-wrapper.properties." >&2
+    exit 1
+  fi
+  if [ $distributionSha256Result = false ]; then
+    echo "Error: Failed to validate Maven distribution SHA-256, your Maven 
distribution might be compromised." >&2
+    echo "If you updated your Maven version, you need to update the specified 
distributionSha256Sum property." >&2
+    exit 1
+  fi
+fi
+
+# unzip and move
+if command -v unzip >/dev/null; then
+  unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} 
"$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed 
to unzip"
+else
+  tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} 
"$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed 
to untar"
+fi
+printf %s\\n "$distributionUrl" 
>"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url"
+mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d 
"$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
+
+clean || :
+exec_maven "$@"
diff --git a/content/Apache/Incubator/NeutralityInPractice/mvnw.cmd 
b/content/Apache/Incubator/NeutralityInPractice/mvnw.cmd
new file mode 100644
index 0000000..249bdf3
--- /dev/null
+++ b/content/Apache/Incubator/NeutralityInPractice/mvnw.cmd
@@ -0,0 +1,149 @@
+<# : batch portion
+@REM 
----------------------------------------------------------------------------
+@REM Licensed to the Apache Software Foundation (ASF) under one
+@REM or more contributor license agreements.  See the NOTICE file
+@REM distributed with this work for additional information
+@REM regarding copyright ownership.  The ASF licenses this file
+@REM to you under the Apache License, Version 2.0 (the
+@REM "License"); you may not use this file except in compliance
+@REM with the License.  You may obtain a copy of the License at
+@REM
+@REM    http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing,
+@REM software distributed under the License is distributed on an
+@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+@REM KIND, either express or implied.  See the License for the
+@REM specific language governing permissions and limitations
+@REM under the License.
+@REM 
----------------------------------------------------------------------------
+
+@REM 
----------------------------------------------------------------------------
+@REM Apache Maven Wrapper startup batch script, version 3.3.2
+@REM
+@REM Optional ENV vars
+@REM   MVNW_REPOURL - repo url base for downloading maven distribution
+@REM   MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
+@REM   MVNW_VERBOSE - true: enable verbose log; others: silence the output
+@REM 
----------------------------------------------------------------------------
+
+@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
+@SET __MVNW_CMD__=
+@SET __MVNW_ERROR__=
+@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
+@SET PSModulePath=
+@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& 
{$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock 
([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
+  IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE 
(echo %%A=%%B)
+)
+@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
+@SET __MVNW_PSMODULEP_SAVE=
+@SET __MVNW_ARG0_NAME__=
+@SET MVNW_USERNAME=
+@SET MVNW_PASSWORD=
+@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*)
+@echo Cannot start maven from wrapper >&2 && exit /b 1
+@GOTO :EOF
+: end batch / begin powershell #>
+
+$ErrorActionPreference = "Stop"
+if ($env:MVNW_VERBOSE -eq "true") {
+  $VerbosePreference = "Continue"
+}
+
+# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
+$distributionUrl = (Get-Content -Raw 
"$scriptDir/.mvn/wrapper/maven-wrapper.properties" | 
ConvertFrom-StringData).distributionUrl
+if (!$distributionUrl) {
+  Write-Error "cannot read distributionUrl property in 
$scriptDir/.mvn/wrapper/maven-wrapper.properties"
+}
+
+switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
+  "maven-mvnd-*" {
+    $USE_MVND = $true
+    $distributionUrl = $distributionUrl -replace 
'-bin\.[^.]*$',"-windows-amd64.zip"
+    $MVN_CMD = "mvnd.cmd"
+    break
+  }
+  default {
+    $USE_MVND = $false
+    $MVN_CMD = $script -replace '^mvnw','mvn'
+    break
+  }
+}
+
+# apply MVNW_REPOURL and calculate MAVEN_HOME
+# maven home pattern: 
~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
+if ($env:MVNW_REPOURL) {
+  $MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { 
"/maven/mvnd/" }
+  $distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl 
-replace '^.*'+$MVNW_REPO_PATTERN,'')"
+}
+$distributionUrlName = $distributionUrl -replace '^.*/',''
+$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' 
-replace '-bin$',''
+$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain"
+if ($env:MAVEN_USER_HOME) {
+  $MAVEN_HOME_PARENT = 
"$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain"
+}
+$MAVEN_HOME_NAME = 
([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl)
 | ForEach-Object {$_.ToString("x2")}) -join ''
+$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
+
+if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
+  Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
+  Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
+  exit $?
+}
+
+if (! $distributionUrlNameMain -or ($distributionUrlName -eq 
$distributionUrlNameMain)) {
+  Write-Error "distributionUrl is not valid, must end with *-bin.zip, but 
found $distributionUrl"
+}
+
+# prepare tmp dir
+$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
+$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path 
"$TMP_DOWNLOAD_DIR_HOLDER.dir"
+$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
+trap {
+  if ($TMP_DOWNLOAD_DIR.Exists) {
+    try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+    catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+  }
+}
+
+New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
+
+# Download and Install Apache Maven
+Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
+Write-Verbose "Downloading from: $distributionUrl"
+Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
+
+$webclient = New-Object System.Net.WebClient
+if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
+  $webclient.Credentials = New-Object 
System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
+}
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
+$webclient.DownloadFile($distributionUrl, 
"$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
+
+# If specified, validate the SHA-256 sum of the Maven distribution zip file
+$distributionSha256Sum = (Get-Content -Raw 
"$scriptDir/.mvn/wrapper/maven-wrapper.properties" | 
ConvertFrom-StringData).distributionSha256Sum
+if ($distributionSha256Sum) {
+  if ($USE_MVND) {
+    Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease 
disable validation by removing 'distributionSha256Sum' from your 
maven-wrapper.properties."
+  }
+  Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function 
Get-FileHash
+  if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm 
SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
+    Write-Error "Error: Failed to validate Maven distribution SHA-256, your 
Maven distribution might be compromised. If you updated your Maven version, you 
need to update the specified distributionSha256Sum property."
+  }
+}
+
+# unzip and move
+Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath 
"$TMP_DOWNLOAD_DIR" | Out-Null
+Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName 
$MAVEN_HOME_NAME | Out-Null
+try {
+  Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination 
$MAVEN_HOME_PARENT | Out-Null
+} catch {
+  if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
+    Write-Error "fail to move MAVEN_HOME"
+  }
+} finally {
+  try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
+  catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
+}
+
+Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
diff --git a/content/Apache/Incubator/NeutralityInPractice/pom.xml 
b/content/Apache/Incubator/NeutralityInPractice/pom.xml
new file mode 100644
index 0000000..8224d16
--- /dev/null
+++ b/content/Apache/Incubator/NeutralityInPractice/pom.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  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
+
+      https://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.
+
+--><project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.training</groupId>
+        <artifactId>content-parent-pom</artifactId>
+        <version>1.4.0</version>
+        
<relativePath>../../../../tools/content-parent-pom/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>incubator-neutrality-in-practice</artifactId>
+    <groupId>org.apache.training.content</groupId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>war</packaging>
+
+    <name>Training: Content: Incubator: Vendor Neutrality In Practice</name>
+
+    <!-- Make Snapshots of Apache projects available -->
+    <repositories>
+        <repository>
+            <id>apache-snapshots</id>
+            
<url>https://repository.apache.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+    <!-- Make Snapshots of Apache plugins available -->
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            
<url>https://repository.apache.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+    </pluginRepositories>
+
+</project>
diff --git 
a/content/Apache/Incubator/NeutralityInPractice/src/main/asciidoc/_settings.adoc
 
b/content/Apache/Incubator/NeutralityInPractice/src/main/asciidoc/_settings.adoc
new file mode 100644
index 0000000..242a08b
--- /dev/null
+++ 
b/content/Apache/Incubator/NeutralityInPractice/src/main/asciidoc/_settings.adoc
@@ -0,0 +1,36 @@
+////
+
+  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
+
+      https://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.
+
+////
+
+:goto:
+:menu:
+:navigation:
+:status:
+:arrows:
+:revealjs_theme: cc_black
+:revealjs_progress: true
+:revealjs_slidenumber: true
+:pdf-page-size: A4
+:revealjs_center: false
+:revealjs_history: true
+:icons: font
+:imagesdir: images
+:sourcedir: ../java
+:title-slide-background-image: background-dark-orig.jpg
+:idprefix:
+:idseparator: -
diff --git 
a/content/Apache/Incubator/NeutralityInPractice/src/main/asciidoc/index.adoc 
b/content/Apache/Incubator/NeutralityInPractice/src/main/asciidoc/index.adoc
new file mode 100644
index 0000000..410abc6
--- /dev/null
+++ b/content/Apache/Incubator/NeutralityInPractice/src/main/asciidoc/index.adoc
@@ -0,0 +1,529 @@
+////
+
+  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
+
+      https://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.
+
+////
+:revealjs_theme: white
+:revealjs_slideNumber: false
+:revealjs_progress: false
+:revealjs_center: false
+:revealjs_controls: false
+:revealjs_history: true
+:revealjs_transition: fade
+:icons: font
+:sectanchors:
+:customcss: apache.css
+
+[.title-slide]
+== Vendor Neutrality in Practice
+
+[.notes]
+--
+Welcome the audience.
+
+Explain that this session explores how vendor neutrality operates in real 
Apache communities with nuance, lived experience, and practical guidance for 
mentors and PPMCs.  
+--
+
+== Why This Talk Matters
+* Vendor neutrality is central to the Apache model.
+* The Incubator is where neutrality issues are most visible.
+* Early patterns strongly influence long-term community health.
+* Lessons come from real podling experience.
+
+[.notes]
+--
+Set the stage by explaining why neutrality is not just an ASF rule but 
something that directly affects the long-term health of open source projects.
+
+Almost every podling enters the Incubator carrying habits from wherever it 
originated. If it started inside a company, that corporate culture shapes early 
behaviour.  The Incubator is the first place where these dynamics become 
visible.
+
+Mention that you have seen hundreds of podling reports, discussions, and 
cases. Patterns emerge over time, and sharing them helps new projects avoid 
repeating mistakes.
+
+Neutrality is nuanced: strong vendor involvement is normal and often 
essential. What matters is transparency, openness, and inclusive governance—not 
commit ratios.
+
+Emphasise that neutrality issues often arise unintentionally, from habits, 
incentives, or internal processes—not bad actors.
+
+Transition by saying: “Before we explore the patterns, let’s clarify what 
neutrality means at Apache.”
+--
+
+== Why Neutrality Matters Now
+* Growing influence of commercial ecosystems.
+* Consolidation in cloud, AI, and data platforms.
+* Open source used strategically by vendors.
+* Increased concern about project independence.
+
+[.notes]
+--
+Explain why neutrality is a timely issue.
+
+Many modern open source projects emerge from companies whose business models 
intersect with open source in complex ways.
+
+Discuss how vendor-backed open source can raise questions of independence for 
users if governance is not transparent. Neutrality builds trust.
+
+Reassure that vendors are valuable contributors—neutral governance does not 
reduce vendor participation; it clarifies how influence is earned publicly.
+
+This slide ties neutrality into broader industry trends.
+--
+
+== Common Neutrality Myths
+* “Neutrality means no vendors involved.”
+* “A project must be diverse on day one.”
+* “Mailing lists slow us down.”
+* “Neutrality is a compliance checkbox.”
+* “Private agreements are fine if we announce later.”
+
+[.notes]
+--
+Address common misunderstandings.
+
+Neutrality does not imply anti-vendor sentiment. Vendors are essential actors 
in many successful ASF projects.
+
+Diversity isn’t expected at the start—only progress toward independence.
+
+Mailing lists may feel slower than Slack, but they create durable governance 
records and prevent misunderstandings.
+
+Neutrality is not about ticking boxes; it is about building a sustainable, 
open community.
+
+This prepares the audience for deeper discussion of nuance.
+--
+
+== The Nuance of Vendor Involvement
+* Most podlings begin inside a company.
+* High vendor activity is normal and often positive.
+* Commit ratios alone do not signal control.
+* Neutrality is about governance transparency.
+* Many perceived problems are misunderstandings.
+
+[.notes]
+--
+Reinforce that corporate origins are normal and healthy.
+
+A project can have 80–90% vendor commits early on and still be fully neutral 
if governance is open and merit-based.
+
+Neutrality is about how decisions are made, not who wrote the most commits.
+
+Many neutrality concerns come from misunderstandings, especially when projects 
are young.
+
+This slide positions vendors as partners, not risks.
+--
+
+== What Vendor Neutrality Means at the ASF
+* Individuals act on their own merit.
+* No company controls the project.
+* Governance is public and archived.
+* Branding is independent and community led.
+* Releases and roadmaps follow ASF rules.
+
+[.notes]
+--
+Explain merit-based governance: roles are earned by individuals, not companies.
+
+Employment changes; individual merit remains.
+
+All important decisions must be visible on mailing lists, with archives 
providing transparency and historical context.
+
+Branding must reflect community ownership, not product identity.
+
+Releases must be built using ASF infrastructure, internal pipelines or private 
CI cannot produce Apache releases.
+
+Emphasise this is a vendor-friendly model: vendors participate strongly, but 
not exclusively.
+
+Commit ratios are not a measure of neutrality. Governance behaviour is.
+--
+
+== The Incubator as a Governance Observatory
+* Podlings enter with different backgrounds.
+* Early habits reveal structural issues.
+* Mentors see consistent patterns.
+* These patterns form a governance evidence base.
+
+[.notes]
+--
+Describe the Incubator as a unique ecosystem where communities with very 
different origins converge.
+
+Because podlings enter with diverse corporate habits, the Incubator provides a 
clear view of recurring governance patterns.
+
+High vendor presence early is expected—not a red flag.
+
+Neutrality issues can be hidden: public lists may look fine even when private 
alignment exists.
+
+The Incubator’s role is supportive—not policing, helping communities 
transition toward sustainable governance.
+--
+
+== Early Indicators to Watch
+* One employer provides most commits.
+* Conversations happen in private tools.
+* Website and docs reflect product identity.
+* Roadmaps shaped internally.
+* Independents join but do not stay.
+
+[.notes]
+--
+Stress these are **indicators**, not evidence of vendor control.
+
+High vendor commits early are normal. Private tool use often comes from habit, 
not intent.
+
+Branding issues frequently stem from marketing teams who don’t know ASF norms.
+
+Internal roadmapping may simply reflect the project’s origins.
+
+These signals help mentors understand where guidance may be needed.
+--
+
+== How Vendor Influence Emerges
+* Habits carried from internal teams.
+* Private tools used for efficiency.
+* Marketing teams shaping identity.
+* Company roadmaps influencing direction.
+* Contributors unsure how to act independently.
+
+[.notes]
+--
+Explain that these patterns are almost always **unintentional**.
+
+Internal teams bring fast-moving habits (Slack, Jira, private chats) that are 
out of alignment with ASF culture.
+
+Marketing teams may promote the project as part of a product line, 
accidentally sending signals of corporate ownership.
+
+Roadmaps set internally before public discussion can unintentionally shape 
community expectations.
+
+Independent contributors may hesitate to participate if they feel decisions 
are being made elsewhere.
+--
+
+== Hidden or Subtle Neutrality Risks
+* Private alignment before public emails.
+* Employees reluctant to disagree with internal leadership.
+* Marketing direction influencing project identity.
+* Mailing list silence masking private debate.
+* Infrastructure depending on internal systems.
+
+[.notes]
+--
+Highlight that not all neutrality risks are visible.
+
+Teams may reach internal consensus before writing to the list, leaving the 
list as a formality.
+
+Employees might self-censor due to perceived employer expectations.
+
+Marketing teams might shape naming, messaging, or logos in ways not chosen by 
the community.
+
+Silence on lists may not reflect agreement—only private discussion.
+
+Hidden infrastructure dependencies can prevent full community ownership.
+
+These subtleties are why neutrality must be understood, not just measured.
+--
+
+== Clear Problems Requiring Correction
+* Off-list decision coordination.
+* Internal CI producing release candidates.
+* PPMC tied to employment status.
+* Only vendor staff respond on governance topics.
+* External contributors cannot influence direction.
+
+[.notes]
+--
+Reinforce that even these issues are usually unintentional.
+
+Internal CI pipelines often existed long before incubation. They are not 
malicious, just misaligned with ASF release requirements.
+
+Employment-based commit rights are inherited from corporate structures, not 
deliberate power grabs.
+
+The goal is not blame, it’s visibility and correction.
+
+Phrase this as cultural adjustment, not fault.
+--
+
+== Case Study: A Successful Correction
+* Heavy vendor control at entry.
+* Shifted discussion to public lists.
+* Independent contributors onboarded.
+* Release workflow rebuilt using ASF Infra.
+* Branding corrected early.
+* Graduated with diverse PPMC.
+
+[.notes]
+--
+Use this story to show that strong vendor involvement can become a graduation 
success.
+
+Vendor investment can kick-start momentum and provide clarity.
+
+Once governance moved to lists, new contributors joined, and the project 
became visibly community-driven.
+
+Neutrality improved vendor credibility, it legitimised their influence.
+
+End this slide by reinforcing:  Vendors can thrive in neutral governance 
environments.
+--
+
+== Case Study: When Neutrality Stagnates
+* Company retains central authority.
+* Lists used for announcements, not decisions.
+* Releases tied to private pipelines.
+* Independents cannot meaningfully join.
+* Project cannot demonstrate independence.
+
+[.notes]
+--
+Explain that stagnation is seldom intentional.
+
+The vendor team may not realise how opaque internal processes look externally.
+
+Independents struggle when they cannot see where decisions are made.
+
+This is a pattern the Incubator has seen repeatedly.  It is correctable, but 
only when surfaced.
+
+This slide shows the cost of unexamined habits.
+--
+
+== Case Study: Cultural Governance Tension
+* Commit rights influenced by employment.
+* Votes shaped privately.
+* Governance treated as secondary.
+* Newcomers confused or excluded.
+* Mentor help needed to reset norms.
+
+[.notes]
+--
+A very common pattern, especially for strong engineering teams transitioning 
to ASF culture.
+
+Many teams undervalue governance because internal processes feel faster or 
more “practical.”
+
+Explain that ASF governance creates long-term strength: visibility, historic 
context, dissent tolerance, and independence from employer priorities.
+
+Internal alignment can unintentionally silence alternative viewpoints.
+
+Mentors guide,not dictate, the path to community-led governance.
+--
+
+== The Three Pillars of Neutrality
+
+* Merit Based Participation
+** Roles earned by contribution.
+** Employment does not grant authority.
+
+* Open Decision Making
+** Decisions on archived lists.
+** No hidden agreements.
+
+* Independent Branding
+** Community owns identity.
+** Avoid product-style branding.
+
+[.notes]
+--
+Explain the three pillars as mutually reinforcing.
+
+Merit-based participation prevents employer-based authority.
+
+Open decision-making ensures that all contributors can see, understand, and 
challenge decisions.
+
+Independent branding avoids tying the project to any corporate product line.
+
+Reinforce that vendor contribution levels are irrelevant. What matters is 
transparency, participation, and independence of governance.
+
+Many of the strongest ASF communities are vendor-supported **and** neutral.
+--
+
+== The Neutrality Timeline (part 1)
+
+* Initial Entry
+** Understand starting conditions.
+** Set expectations for public governance.
+
+* First 90 Days
+** Move key decisions to lists.
+** Fix naming and branding.
+** Adopt ASF-aligned release steps.
+
+== The Neutrality Timeline (part 2)
+
+* First Release
+** Release must be community owned.
+** Builds confidence and independence.
+
+* Graduation Readiness
+** PPMC active and diverse.
+** Decisions consistently on list.
+** Community directs roadmap.
+
+[.notes]
+--
+Explain that neutrality is something communities **grow into**.
+
+Vendor leadership early is normal and healthy.
+
+The first 90 days are about habits: moving conversations to lists, clarifying 
roles, fixing branding, and planning a proper Apache release.
+
+The first ASF-compliant release is a turning point, it demonstrates community 
capability, not vendor dependency.
+
+Graduation readiness is not about perfection; it’s about consistent behaviour 
over time.
+--
+
+== Practical Actions for Mentors and Podlings
+* Use mailing lists for governance.
+* Encourage independent contributors.
+* Move releases to ASF Infra.
+* Review branding early.
+* Grow PPMC based on merit.
+* Treat neutrality as ongoing.
+
+[.notes]
+--
+Make clear that neutrality work does not mean reducing vendor participation.
+
+Instead, it increases community capacity and reduces fragility.
+
+Small changes (asking questions on list, moving decisions public) create major 
governance improvements.
+
+Mentors should ask: “Can an independent contributor understand what’s 
happening, and participate?”
+--
+
+== Vendor Responsibilities and Good Citizenship
+* Encourage employees to act as individuals.
+* Avoid pre-aligned positions.
+* Discuss roadmaps publicly.
+* Support newcomers without dominating discussion.
+* Provide infrastructure with community oversight.
+
+[.notes]
+--
+Encourage employees to speak as individuals, not representatives. This builds 
trust and improves the legitimacy of governance.
+
+Discourage internal pre-alignment — it undermines consensus-building.
+
+Community-visible roadmap discussions show that direction is shared, not 
dictated.
+
+Supporting newcomers grows the project’s independence and reduces vendor 
burden.
+
+If vendors contribute infrastructure, community oversight ensures the project 
is not dependent on internal systems.
+--
+
+== Mentor Toolkit: What to Check Monthly
+* Are decisions on list?
+* Is release work visible?
+* Are newcomers joining and retained?
+* Is the PPMC active?
+* Are private tools shaping governance?
+* Has any employer become structurally dominant?
+
+[.notes]
+--
+Give mentors practical, realistic checkpoints.
+
+This is not policing. it is awareness.
+
+Neutrality drift often happens gradually. Monthly reflection helps catch 
issues early.
+
+Ask: “Is the community growing in independence?” and “Are contributors outside 
the main employer empowered?”
+--
+
+== Reflection: What To Look For In Your Podling
+* Do newcomers feel welcome?
+* Are decisions visible in list history?
+* Can active contributors become committers?
+* Is release work community led?
+* Would the project survive an employer exit?
+
+[.notes]
+--
+Use this as a self-assessment tool for PPMCs and mentors.
+
+Newcomers are a key signal: If they feel lost or excluded, governance is not 
sufficiently open.
+
+Decision visibility is essential—someone should be able to read the list 
archives and understand how decisions were made.
+
+Committer growth should reflect contribution and interest, not employment.
+
+Release work is the strongest test of community capability. If releases depend 
on one employer, sustainability is at risk.
+
+The final question is the core sustainability test:  Would this project 
continue if one employer stepped back? If the answer is yes, neutrality is 
healthy.
+--
+
+== Positive Patterns in Strong Podlings
+* Mailing lists used consistently.
+* PPMC active across employers.
+* Independents join and stay.
+* Community owns releases.
+* Decisions are transparent.
+* Pathways for newcomers are clear.
+
+[.notes]
+--
+Highlight what success looks like.
+
+Consistent mailing list use builds shared governance memory.
+
+A PPMC that spans employers (and includes independents) is a strong sign of 
health and shared ownership.
+
+Independents joining *and staying* reflects real openness and safety for 
contributors outside the main employer.
+
+Release ownership shows that the community, not a company, can perform 
essential project functions.
+--
+
+== Why Neutrality Enables Sustainability
+* Attracts a wider contributor base.
+* Reduces risk from employer change.
+* Builds ecosystem trust.
+* Encourages innovation.
+* Ensures project continuity.
+
+[.notes]
+--
+Explain that neutrality is not a burden—it is a strength.
+
+Vendor-supported communities often start fast, but long-term sustainability 
comes from a diverse contributor base.
+
+Neutrality reduces single points of failure, especially when employer 
priorities shift.
+
+Transparent governance encourages innovation because contributors feel safe 
proposing ideas.
+
+For vendors, neutrality reduces operational risk and increases project 
credibility and adoption.
+
+Neutrality is both a community value and a practical strategy or building 
durable open source ecosystems.
+--
+
+== Final Takeaways
+* Neutrality is essential to ASF governance.
+* Incubator patterns reveal issues early.
+* Most issues are unintentional and fixable.
+* Sustainable communities grow through independence.
+* Neutrality is an ongoing cultural practice.
+
+[.notes]
+--
+Neutrality is not anti-vendor. It is a shared cultural practice that protects 
the community  
+and strengthens vendor investment.
+
+Explain that the Incubator is a learning environment, neutrality grows over 
time through consistent behaviour.
+
+Encourage ongoing reflection, peer discussion, and openness to adjusting 
internal habits for the benefit of the community.
+
+Reassure the audience that neutrality is achievable and that most issues can 
be addressed through small, steady improvements.
+--
+
+== Questions
+Questions welcome.
+
+[.notes]
+--
+Invite discussion and questions. Mention that many people have lived 
experience  with neutrality challenges and transitions.
+
+Encourage sharing of stories—successful corrections, subtle patterns, or 
governance dilemmas.
+
+Reinforce the message that neutrality is shared work, not a policing mechanism 
or compliance requirement.
+
+Close by emphasising mutual trust, openness, and the collaborative spirit of 
the Apache Way.
+--
+
diff --git 
a/content/Apache/Incubator/NeutralityInPractice/src/main/java/org/apache/training/StringUtils.java
 
b/content/Apache/Incubator/NeutralityInPractice/src/main/java/org/apache/training/StringUtils.java
new file mode 100644
index 0000000..beac597
--- /dev/null
+++ 
b/content/Apache/Incubator/NeutralityInPractice/src/main/java/org/apache/training/StringUtils.java
@@ -0,0 +1,27 @@
+/*
+  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
+
+    https://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.
+*/
+package org.apache.training;
+
+public class StringUtils {
+    // tag::contains[]
+    public boolean contains(String haystack, String needle) {
+        return haystack.contains(needle);
+    }
+    // end::contains[]
+}
diff --git 
a/content/Apache/Incubator/NeutralityInPractice/src/main/resources/apache.css 
b/content/Apache/Incubator/NeutralityInPractice/src/main/resources/apache.css
new file mode 100644
index 0000000..02c467f
--- /dev/null
+++ 
b/content/Apache/Incubator/NeutralityInPractice/src/main/resources/apache.css
@@ -0,0 +1,408 @@
+/*
+  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
+
+    https://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.
+*/
+
+section.has-light-background, section.has-light-background h1, 
section.has-light-background h2, section.has-light-background h3, 
section.has-light-background h4, section.has-light-background h5, 
section.has-light-background h6 {
+  color: #fff; }
+
+/*********************************************
+ * GLOBAL STYLES
+ *********************************************/
+body {
+/* TODO: Fix this */
+/*  background-image: url("../../../images/background.jpg");*/
+  background-repeat: no-repeat;
+  background-size: cover;
+  background-color: #fff; }
+
+.reveal {
+  font-family: Panton-Regular, Helvetica, sans-serif;
+  font-size: 34px;
+  font-weight: normal;
+  color: #000; }
+
+::selection {
+  color: #000;
+  background: #bee4fd;
+  text-shadow: none; }
+
+.reveal .slides > section, .reveal .slides > section > section {
+  line-height: 1.3;
+  font-weight: inherit; }
+
+/*********************************************
+ * HEADERS
+ *********************************************/
+.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
+  margin: 0 0 20px 0;
+  color: #000;
+  font-family: Panton-Regular, Helvetica, sans-serif;
+  font-weight: 600;
+  line-height: 1.2;
+  letter-spacing: normal;
+  text-transform: none;
+  text-shadow: none;
+  word-wrap: break-word; }
+
+.reveal h1 {
+  font-size: 2.5em; }
+
+.reveal h2 {
+  font-size: 1.6em; }
+
+.reveal h3 {
+  font-size: 1.3em; }
+
+.reveal h4 {
+  font-size: 1em; }
+
+.reveal h1 {
+  text-shadow: none; }
+
+/*********************************************
+ * OTHER
+ *********************************************/
+.reveal p {
+  margin: 20px 0;
+  line-height: 1.3; }
+
+/* Ensure certain elements are never larger than the slide itself */
+.reveal img, .reveal video, .reveal iframe {
+  max-width: 95%;
+  max-height: 95%; }
+
+.reveal strong, .reveal b {
+  font-weight: bold; }
+
+.reveal em {
+  font-style: italic; }
+
+.reveal ol, .reveal dl, .reveal ul {
+  display: inline-block;
+  text-align: left;
+  margin: 0 0 0 1em; }
+
+.reveal ol {
+  list-style-type: decimal; }
+
+.reveal ul {
+  list-style-type: disc; }
+
+.reveal ul ul {
+  list-style-type: square; }
+
+.reveal ul ul ul {
+  list-style-type: circle; }
+
+.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
+  display: block;
+  margin-left: 40px; }
+
+.reveal dt {
+  font-weight: bold; }
+
+.reveal dd {
+  margin-left: 40px; }
+
+.reveal q, .reveal blockquote {
+  quotes: none; }
+
+.reveal blockquote {
+  display: block;
+  position: relative;
+  width: 70%;
+  margin: 20px auto;
+  padding: 5px;
+  font-style: italic;
+  background: rgba(255, 255, 255, 0.05);
+  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
+
+.reveal blockquote p:first-child, .reveal blockquote p:last-child {
+  display: inline-block; }
+
+.reveal q {
+  font-style: italic; }
+
+.reveal pre {
+  display: block;
+  position: relative;
+  width: 90%;
+  margin: 20px auto;
+  text-align: left;
+  font-size: 0.55em;
+  font-family: monospace;
+  line-height: 1.2em;
+  word-wrap: break-word;
+  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
+
+.reveal code {
+  font-family: monospace; }
+
+.reveal pre code {
+  display: block;
+  padding: 5px;
+  overflow: auto;
+  max-height: 400px;
+  word-wrap: normal;
+  background: #3F3F3F;
+  color: #DCDCDC; }
+
+.reveal table {
+  margin: auto;
+  border-collapse: collapse;
+  border-spacing: 0; }
+
+.reveal table th {
+  font-weight: bold; }
+
+.reveal table th, .reveal table td {
+  text-align: left;
+  padding: 0.2em 0.5em 0.2em 0.5em;
+  border-bottom: 1px solid; }
+
+.reveal table th[align="center"], .reveal table td[align="center"] {
+  text-align: center; }
+
+.reveal table th[align="right"], .reveal table td[align="right"] {
+  text-align: right; }
+
+.reveal table tr:last-child td {
+  border-bottom: none; }
+
+.reveal sup {
+  vertical-align: super; }
+
+.reveal sub {
+  vertical-align: sub; }
+
+.reveal small {
+  display: inline-block;
+  font-size: 0.6em;
+  line-height: 1.2em;
+  vertical-align: top; }
+
+.reveal small * {
+  vertical-align: top; }
+
+/*********************************************
+ * LINKS
+ *********************************************/
+.reveal a {
+  color: #42affa;
+  text-decoration: none;
+  -webkit-transition: color 0.15s ease;
+  -moz-transition: color 0.15s ease;
+  transition: color 0.15s ease; }
+
+.reveal a:hover {
+  color: #8dcffc;
+  text-shadow: none;
+  border: none; }
+
+.reveal .roll span:after {
+  color: #fff;
+  background: #068ee9; }
+
+/*********************************************
+ * IMAGES
+ *********************************************/
+.reveal section img {
+  margin: 15px 0;
+  /*background: rgba(255, 255, 255, 0.12);*/
+  /*border: 4px solid #fff;*/
+  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/ }
+
+.reveal a img {
+  -webkit-transition: all 0.15s linear;
+  -moz-transition: all 0.15s linear;
+  transition: all 0.15s linear; }
+
+.reveal a:hover img {
+  background: rgba(255, 255, 255, 0.2);
+  border-color: #42affa;
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
+
+/*********************************************
+ * NAVIGATION CONTROLS
+ *********************************************/
+.reveal .controls div.navigate-left, .reveal .controls 
div.navigate-left.enabled {
+  border-right-color: #42affa; }
+
+.reveal .controls div.navigate-right, .reveal .controls 
div.navigate-right.enabled {
+  border-left-color: #42affa; }
+
+.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
+  border-bottom-color: #42affa; }
+
+.reveal .controls div.navigate-down, .reveal .controls 
div.navigate-down.enabled {
+  border-top-color: #42affa; }
+
+.reveal .controls div.navigate-left.enabled:hover {
+  border-right-color: #8dcffc; }
+
+.reveal .controls div.navigate-right.enabled:hover {
+  border-left-color: #8dcffc; }
+
+.reveal .controls div.navigate-up.enabled:hover {
+  border-bottom-color: #8dcffc; }
+
+.reveal .controls div.navigate-down.enabled:hover {
+  border-top-color: #8dcffc; }
+
+/*********************************************
+ * PROGRESS BAR
+ *********************************************/
+.reveal .progress {
+  background: rgba(0, 0, 0, 0.2); }
+
+.reveal .progress span {
+  background: #42affa;
+  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
+  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
+  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
+
+/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
+
+/*********************************************
+ * GENERAL PURPOSE COLORS
+ *********************************************/
+
+.reveal .red {
+  color: red;
+}
+
+.reveal .orange {
+  color: orange;
+}
+
+.reveal .yellow {
+  color: yellow;
+}
+
+.reveal .green {
+  color: green;
+}
+
+/*********************************************
+ * C3JS Charts
+ *********************************************/
+
+.c3 {
+  fill: white;  }
+
+.c3 line, .c3 path {
+  stroke: white !important; }
+
+/*********************************************
+ * Custom styling of individual charts
+ *********************************************/
+
+#most-significant-barriers .c3-shape .c3-shape-2 .c3-bar .c3-bar-2 {
+  color: red;
+}
+
+/*********************************************
+ * Footer and Header
+ *********************************************/
+
+.header {
+  position:relative;
+}
+/*.header .left {
+  position:absolute;
+  top: 5px;
+  left: 5px;
+  width: 196px;
+  height: 100px;
+  background-image: url("../../../images/logo-building-iot.png");
+}*/
+.header .right {
+  position:absolute;
+  top: 5px;
+  right: 5px;
+  width: 246px;
+  height: 100px;
+  background-image: url("../../../images/logo-apache.png");
+}
+
+.footer {
+  position:relative;
+}
+/*.footer .left {
+  position:absolute;
+  bottom: 5px;
+  left: 5px;
+  width: 392px;
+  height: 50px;
+  background-image: url("../../../images/logo-company.png");
+}
+.footer .right {
+  position:absolute;
+  bottom: 5px;
+  right: 5px;
+  width: 306px;
+  height: 100px;
+  background-image: url("../../../images/logo-training.png");
+}*/
+
+/*********************************************
+ * Add the ability to split into two columns
+ *********************************************/
+
+.reveal .west {
+  position: fixed;
+  left: 5%;
+}
+
+.reveal .east {
+  position: fixed;
+  right: 5%;
+}
+
+/* Force left alignment for slide body content */
+.reveal .slides section,
+.reveal .slides section p,
+.reveal .slides section ul,
+.reveal .slides section ol,
+.reveal .slides section blockquote,
+.reveal .slides section pre {
+  text-align: left !important;
+}
+
+/* Keep headings centered (remove if you want headings left too) */
+.reveal .slides section h1,
+.reveal .slides section h2,
+.reveal .slides section h3 {
+  text-align: center !important;
+}
+
+/* Center only the subtitle line on title slides */
+.reveal .slides section.title-slide em,
+.reveal .slides section.title-slide p em {
+  display: block;
+  text-align: center !important;
+  margin-top: 0.5em;
+  font-size: 1.2em;
+  color: #555;
+}
\ No newline at end of file

Reply via email to