diff --git a/.github/workflows/nohttp.yml b/.github/workflows/nohttp.yml new file mode 100644 index 00000000..8f3e6fec --- /dev/null +++ b/.github/workflows/nohttp.yml @@ -0,0 +1,20 @@ +name: Verify HTTPS URLs are used + +on: + push: + branches: + - main + - 'r5.*' + pull_request: + branches: + - '*' +jobs: + nohttp: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - name: 'Run nohttp' + uses: jbangdev/jbang-action@v0.119.0 + with: + script: io.spring.nohttp:nohttp-cli:0.0.9 + scriptargs: "-D=\\.git -D=build -D=target -D=apache-ant-.+ -F=maven-wrapper\\.properties -F=mvnw\\.cmd -Fmvnw" diff --git a/README.md b/README.md index ad6343dc..228db01a 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,4 @@ for the JUnit Platform using the Java Platform Module System. [ci-badge]:https://github.com/junit-team/junit5-samples/workflows/Build%20all%20samples/badge.svg "CI build status" [ci-actions]: https://github.com/junit-team/junit5-samples/actions -[guide-custom-engine]: http://junit.org/junit5/docs/current/user-guide/#launcher-api-engines-custom "Plugging in Your Own Test Engine" +[guide-custom-engine]: https://junit.org/junit5/docs/current/user-guide/#launcher-api-engines-custom "Plugging in Your Own Test Engine" diff --git a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductContext.java b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductContext.java index 2c868324..d3b3bdea 100644 --- a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductContext.java +++ b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductContext.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.cartesian; diff --git a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductProvider.java b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductProvider.java index 30a0cecd..217f12bc 100644 --- a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductProvider.java +++ b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductProvider.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.cartesian; diff --git a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductResolver.java b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductResolver.java index 03c5f09c..4755535b 100644 --- a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductResolver.java +++ b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductResolver.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.cartesian; diff --git a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductTest.java b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductTest.java index 2a979e52..cf2507fd 100644 --- a/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductTest.java +++ b/junit5-jupiter-extensions/src/main/java/com/example/cartesian/CartesianProductTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.cartesian; diff --git a/junit5-jupiter-extensions/src/main/java/com/example/random/RandomParametersExtension.java b/junit5-jupiter-extensions/src/main/java/com/example/random/RandomParametersExtension.java index c2ba61ae..402d3683 100644 --- a/junit5-jupiter-extensions/src/main/java/com/example/random/RandomParametersExtension.java +++ b/junit5-jupiter-extensions/src/main/java/com/example/random/RandomParametersExtension.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.random; diff --git a/junit5-jupiter-extensions/src/test/java/com/example/cartesian/CartesianProductTests.java b/junit5-jupiter-extensions/src/test/java/com/example/cartesian/CartesianProductTests.java index a410d95e..ac555476 100644 --- a/junit5-jupiter-extensions/src/test/java/com/example/cartesian/CartesianProductTests.java +++ b/junit5-jupiter-extensions/src/test/java/com/example/cartesian/CartesianProductTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.cartesian; diff --git a/junit5-jupiter-extensions/src/test/java/com/example/random/RandomParametersExtensionTests.java b/junit5-jupiter-extensions/src/test/java/com/example/random/RandomParametersExtensionTests.java index c2504987..6be68209 100644 --- a/junit5-jupiter-extensions/src/test/java/com/example/random/RandomParametersExtensionTests.java +++ b/junit5-jupiter-extensions/src/test/java/com/example/random/RandomParametersExtensionTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.random; diff --git a/junit5-jupiter-starter-ant/README.md b/junit5-jupiter-starter-ant/README.md index d77f68d4..b946c58f 100644 --- a/junit5-jupiter-starter-ant/README.md +++ b/junit5-jupiter-starter-ant/README.md @@ -6,4 +6,4 @@ tests using [Apache Ant](https://ant.apache.org/) 1.10.4 or higher. This sample project does not aim to demonstrate how to use the JUnit Jupiter APIs. For detailed information on the JUnit Jupiter programming and extension models, -please consult the [User Guide](http://junit.org/junit5/docs/current/user-guide/). +please consult the [User Guide](https://junit.org/junit5/docs/current/user-guide/). diff --git a/junit5-jupiter-starter-ant/src/main/java/com/example/project/Calculator.java b/junit5-jupiter-starter-ant/src/main/java/com/example/project/Calculator.java index 197c87ef..c0540f6b 100644 --- a/junit5-jupiter-starter-ant/src/main/java/com/example/project/Calculator.java +++ b/junit5-jupiter-starter-ant/src/main/java/com/example/project/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-ant/src/test/java/com/example/project/CalculatorTests.java b/junit5-jupiter-starter-ant/src/test/java/com/example/project/CalculatorTests.java index 0e3021cc..ce49446f 100644 --- a/junit5-jupiter-starter-ant/src/test/java/com/example/project/CalculatorTests.java +++ b/junit5-jupiter-starter-ant/src/test/java/com/example/project/CalculatorTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-bazel/.gitignore b/junit5-jupiter-starter-bazel/.gitignore index 83d3996f..1a075b08 100644 --- a/junit5-jupiter-starter-bazel/.gitignore +++ b/junit5-jupiter-starter-bazel/.gitignore @@ -169,7 +169,7 @@ modules.xml *.tar.gz *.rar -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* ### Linux ### diff --git a/junit5-jupiter-starter-bazel/src/main/java/com/example/project/Calculator.java b/junit5-jupiter-starter-bazel/src/main/java/com/example/project/Calculator.java index 197c87ef..c0540f6b 100644 --- a/junit5-jupiter-starter-bazel/src/main/java/com/example/project/Calculator.java +++ b/junit5-jupiter-starter-bazel/src/main/java/com/example/project/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-bazel/src/test/java/com/example/project/CalculatorTests.java b/junit5-jupiter-starter-bazel/src/test/java/com/example/project/CalculatorTests.java index 0e3021cc..ce49446f 100644 --- a/junit5-jupiter-starter-bazel/src/test/java/com/example/project/CalculatorTests.java +++ b/junit5-jupiter-starter-bazel/src/test/java/com/example/project/CalculatorTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-gradle-groovy/src/main/groovy/com/example/project/Calculator.groovy b/junit5-jupiter-starter-gradle-groovy/src/main/groovy/com/example/project/Calculator.groovy index d46d1035..a35686a0 100644 --- a/junit5-jupiter-starter-gradle-groovy/src/main/groovy/com/example/project/Calculator.groovy +++ b/junit5-jupiter-starter-gradle-groovy/src/main/groovy/com/example/project/Calculator.groovy @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-gradle-groovy/src/test/groovy/com/example/project/CalculatorTests.groovy b/junit5-jupiter-starter-gradle-groovy/src/test/groovy/com/example/project/CalculatorTests.groovy index 2e999500..0a00faf8 100644 --- a/junit5-jupiter-starter-gradle-groovy/src/test/groovy/com/example/project/CalculatorTests.groovy +++ b/junit5-jupiter-starter-gradle-groovy/src/test/groovy/com/example/project/CalculatorTests.groovy @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-gradle-kotlin/src/main/kotlin/com/example/project/Calculator.kt b/junit5-jupiter-starter-gradle-kotlin/src/main/kotlin/com/example/project/Calculator.kt index 267bf35b..af04530f 100644 --- a/junit5-jupiter-starter-gradle-kotlin/src/main/kotlin/com/example/project/Calculator.kt +++ b/junit5-jupiter-starter-gradle-kotlin/src/main/kotlin/com/example/project/Calculator.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-gradle-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt b/junit5-jupiter-starter-gradle-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt index 543da759..39f31277 100644 --- a/junit5-jupiter-starter-gradle-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt +++ b/junit5-jupiter-starter-gradle-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-gradle/src/main/java/com/example/project/Calculator.java b/junit5-jupiter-starter-gradle/src/main/java/com/example/project/Calculator.java index 197c87ef..c0540f6b 100644 --- a/junit5-jupiter-starter-gradle/src/main/java/com/example/project/Calculator.java +++ b/junit5-jupiter-starter-gradle/src/main/java/com/example/project/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-gradle/src/test/java/com/example/project/CalculatorTests.java b/junit5-jupiter-starter-gradle/src/test/java/com/example/project/CalculatorTests.java index 0e3021cc..ce49446f 100644 --- a/junit5-jupiter-starter-gradle/src/test/java/com/example/project/CalculatorTests.java +++ b/junit5-jupiter-starter-gradle/src/test/java/com/example/project/CalculatorTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-maven-kotlin/pom.xml b/junit5-jupiter-starter-maven-kotlin/pom.xml index 44f97fd4..bb6c31cc 100644 --- a/junit5-jupiter-starter-maven-kotlin/pom.xml +++ b/junit5-jupiter-starter-maven-kotlin/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.example diff --git a/junit5-jupiter-starter-maven-kotlin/src/main/kotlin/com/example/project/Calculator.kt b/junit5-jupiter-starter-maven-kotlin/src/main/kotlin/com/example/project/Calculator.kt index 0a534eac..80b09f1c 100644 --- a/junit5-jupiter-starter-maven-kotlin/src/main/kotlin/com/example/project/Calculator.kt +++ b/junit5-jupiter-starter-maven-kotlin/src/main/kotlin/com/example/project/Calculator.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-maven-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt b/junit5-jupiter-starter-maven-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt index 67f78460..275555a1 100644 --- a/junit5-jupiter-starter-maven-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt +++ b/junit5-jupiter-starter-maven-kotlin/src/test/kotlin/com/example/project/CalculatorTests.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-maven/pom-SNAPSHOT.xml b/junit5-jupiter-starter-maven/pom-SNAPSHOT.xml index 82e2239f..2c302295 100644 --- a/junit5-jupiter-starter-maven/pom-SNAPSHOT.xml +++ b/junit5-jupiter-starter-maven/pom-SNAPSHOT.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example diff --git a/junit5-jupiter-starter-maven/pom.xml b/junit5-jupiter-starter-maven/pom.xml index 2d14afad..a80a6932 100644 --- a/junit5-jupiter-starter-maven/pom.xml +++ b/junit5-jupiter-starter-maven/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example diff --git a/junit5-jupiter-starter-maven/src/main/java/com/example/project/Calculator.java b/junit5-jupiter-starter-maven/src/main/java/com/example/project/Calculator.java index 197c87ef..c0540f6b 100644 --- a/junit5-jupiter-starter-maven/src/main/java/com/example/project/Calculator.java +++ b/junit5-jupiter-starter-maven/src/main/java/com/example/project/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-maven/src/test/java/com/example/project/CalculatorTests.java b/junit5-jupiter-starter-maven/src/test/java/com/example/project/CalculatorTests.java index 0e3021cc..ce49446f 100644 --- a/junit5-jupiter-starter-maven/src/test/java/com/example/project/CalculatorTests.java +++ b/junit5-jupiter-starter-maven/src/test/java/com/example/project/CalculatorTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-jupiter-starter-sbt/src/main/scala/com/example/project/Calculator.scala b/junit5-jupiter-starter-sbt/src/main/scala/com/example/project/Calculator.scala index e9d663aa..d8506afa 100644 --- a/junit5-jupiter-starter-sbt/src/main/scala/com/example/project/Calculator.scala +++ b/junit5-jupiter-starter-sbt/src/main/scala/com/example/project/Calculator.scala @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-jupiter-starter-sbt/src/test/scala/com/example/project/CalculatorTests.scala b/junit5-jupiter-starter-sbt/src/test/scala/com/example/project/CalculatorTests.scala index e7009e3c..c6479554 100644 --- a/junit5-jupiter-starter-sbt/src/test/scala/com/example/project/CalculatorTests.scala +++ b/junit5-jupiter-starter-sbt/src/test/scala/com/example/project/CalculatorTests.scala @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project diff --git a/junit5-migration-gradle/README.md b/junit5-migration-gradle/README.md index 6235735a..05003c75 100644 --- a/junit5-migration-gradle/README.md +++ b/junit5-migration-gradle/README.md @@ -7,7 +7,7 @@ the JUnit Platform. This sample project does not aim to demonstrate how to use the JUnit Jupiter APIs. For detailed information on the JUnit Jupiter programming and extension models, -please consult the [User Guide](http://junit.org/junit5/docs/current/user-guide/). +please consult the [User Guide](https://junit.org/junit5/docs/current/user-guide/). ## Enabling the JUnit Platform diff --git a/junit5-migration-gradle/src/main/java/com/example/project/Calculator.java b/junit5-migration-gradle/src/main/java/com/example/project/Calculator.java index 197c87ef..c0540f6b 100644 --- a/junit5-migration-gradle/src/main/java/com/example/project/Calculator.java +++ b/junit5-migration-gradle/src/main/java/com/example/project/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-gradle/src/test/java/com/example/project/FirstTest.java b/junit5-migration-gradle/src/test/java/com/example/project/FirstTest.java index b0a2b07e..7117398d 100644 --- a/junit5-migration-gradle/src/test/java/com/example/project/FirstTest.java +++ b/junit5-migration-gradle/src/test/java/com/example/project/FirstTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-gradle/src/test/java/com/example/project/JUnit4Test.java b/junit5-migration-gradle/src/test/java/com/example/project/JUnit4Test.java index 0dbc5acb..d34f1dc5 100644 --- a/junit5-migration-gradle/src/test/java/com/example/project/JUnit4Test.java +++ b/junit5-migration-gradle/src/test/java/com/example/project/JUnit4Test.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-gradle/src/test/java/com/example/project/OtherTests.java b/junit5-migration-gradle/src/test/java/com/example/project/OtherTests.java index 8509f67d..2739f821 100644 --- a/junit5-migration-gradle/src/test/java/com/example/project/OtherTests.java +++ b/junit5-migration-gradle/src/test/java/com/example/project/OtherTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-gradle/src/test/java/com/example/project/SecondTest.java b/junit5-migration-gradle/src/test/java/com/example/project/SecondTest.java index 5de60014..16c808fe 100644 --- a/junit5-migration-gradle/src/test/java/com/example/project/SecondTest.java +++ b/junit5-migration-gradle/src/test/java/com/example/project/SecondTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-maven/README.md b/junit5-migration-maven/README.md index e55e1384..53427624 100644 --- a/junit5-migration-maven/README.md +++ b/junit5-migration-maven/README.md @@ -7,7 +7,7 @@ the JUnit Platform. This sample project does not aim to demonstrate how to use the JUnit Jupiter APIs. For detailed information on the JUnit Jupiter programming and extension models, -please consult the [User Guide](http://junit.org/junit5/docs/current/user-guide/). +please consult the [User Guide](https://junit.org/junit5/docs/current/user-guide/). Please note that this project uses the [Maven Wrapper](https://github.com/takari/maven-wrapper). Thus, to ensure that the correct version of Maven is used, invoke `mvnw` instead of `mvn`. @@ -16,7 +16,7 @@ Thus, to ensure that the correct version of Maven is used, invoke `mvnw` instead Invoking `mvnw clean test` from the command line will execute all tests in the test source folder that follow one of following patterns: `Test*`, `*Test`, `*Tests`, or `*TestCase`. -Note that [Surefire's default naming patterns](http://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html) +Note that [Surefire's default naming patterns](https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html) have been overridden in the `pom.xml` file. Surefire's execution of the sample tests should result in output similar to the following: diff --git a/junit5-migration-maven/pom.xml b/junit5-migration-maven/pom.xml index d37516ca..34ff220d 100644 --- a/junit5-migration-maven/pom.xml +++ b/junit5-migration-maven/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example diff --git a/junit5-migration-maven/src/main/java/com/example/project/Calculator.java b/junit5-migration-maven/src/main/java/com/example/project/Calculator.java index 197c87ef..c0540f6b 100644 --- a/junit5-migration-maven/src/main/java/com/example/project/Calculator.java +++ b/junit5-migration-maven/src/main/java/com/example/project/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-maven/src/test/java/com/example/project/FirstTest.java b/junit5-migration-maven/src/test/java/com/example/project/FirstTest.java index b0a2b07e..7117398d 100644 --- a/junit5-migration-maven/src/test/java/com/example/project/FirstTest.java +++ b/junit5-migration-maven/src/test/java/com/example/project/FirstTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-maven/src/test/java/com/example/project/JUnit4Test.java b/junit5-migration-maven/src/test/java/com/example/project/JUnit4Test.java index 0dbc5acb..d34f1dc5 100644 --- a/junit5-migration-maven/src/test/java/com/example/project/JUnit4Test.java +++ b/junit5-migration-maven/src/test/java/com/example/project/JUnit4Test.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-maven/src/test/java/com/example/project/OtherTests.java b/junit5-migration-maven/src/test/java/com/example/project/OtherTests.java index 8509f67d..2739f821 100644 --- a/junit5-migration-maven/src/test/java/com/example/project/OtherTests.java +++ b/junit5-migration-maven/src/test/java/com/example/project/OtherTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-migration-maven/src/test/java/com/example/project/SecondTest.java b/junit5-migration-maven/src/test/java/com/example/project/SecondTest.java index 5de60014..16c808fe 100644 --- a/junit5-migration-maven/src/test/java/com/example/project/SecondTest.java +++ b/junit5-migration-maven/src/test/java/com/example/project/SecondTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.project; diff --git a/junit5-modular-world/README.md b/junit5-modular-world/README.md index 10067bce..f8ed6f56 100644 --- a/junit5-modular-world/README.md +++ b/junit5-modular-world/README.md @@ -1,13 +1,13 @@ # junit5-modular-world The project layout structure and command line tools usages are based on proposals -introduced by the [**Module System Quick-Start Guide**](http://openjdk.java.net/projects/jigsaw/quick-start). +introduced by the [**Module System Quick-Start Guide**](https://openjdk.java.net/projects/jigsaw/quick-start). Invoke the [jshell](https://docs.oracle.com/javase/9/tools/jshell.htm) script `./build.jsh` (Windows: `jshell build.jsh`) to build this sample project. This sample project does not aim to demonstrate how to use the JUnit Platform APIs. For detailed information on the JUnit Platform programming and extension models, -please consult the [User Guide](http://junit.org/junit5/docs/current/user-guide/). +please consult the [User Guide](https://junit.org/junit5/docs/current/user-guide/). ## Source Layout diff --git a/junit5-modular-world/src/main/com.example.application/com/example/application/Main.java b/junit5-modular-world/src/main/com.example.application/com/example/application/Main.java index a1db875a..d290816b 100644 --- a/junit5-modular-world/src/main/com.example.application/com/example/application/Main.java +++ b/junit5-modular-world/src/main/com.example.application/com/example/application/Main.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.application; diff --git a/junit5-modular-world/src/main/com.example.application/module-info.java b/junit5-modular-world/src/main/com.example.application/module-info.java index f3799936..0f314040 100644 --- a/junit5-modular-world/src/main/com.example.application/module-info.java +++ b/junit5-modular-world/src/main/com.example.application/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ module com.example.application { diff --git a/junit5-modular-world/src/main/com.example.tool/com/example/tool/Calculator.java b/junit5-modular-world/src/main/com.example.tool/com/example/tool/Calculator.java index e131808e..399609b9 100644 --- a/junit5-modular-world/src/main/com.example.tool/com/example/tool/Calculator.java +++ b/junit5-modular-world/src/main/com.example.tool/com/example/tool/Calculator.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.tool; diff --git a/junit5-modular-world/src/main/com.example.tool/com/example/tool/internal/MathHelper.java b/junit5-modular-world/src/main/com.example.tool/com/example/tool/internal/MathHelper.java index 227106e2..4b38edce 100644 --- a/junit5-modular-world/src/main/com.example.tool/com/example/tool/internal/MathHelper.java +++ b/junit5-modular-world/src/main/com.example.tool/com/example/tool/internal/MathHelper.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.tool.internal; diff --git a/junit5-modular-world/src/main/com.example.tool/module-info.java b/junit5-modular-world/src/main/com.example.tool/module-info.java index b13ed593..821d03f3 100644 --- a/junit5-modular-world/src/main/com.example.tool/module-info.java +++ b/junit5-modular-world/src/main/com.example.tool/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ module com.example.tool { diff --git a/junit5-modular-world/src/main/ice.cream/ice/cream/Flavor.java b/junit5-modular-world/src/main/ice.cream/ice/cream/Flavor.java index f1621503..c137c0f0 100644 --- a/junit5-modular-world/src/main/ice.cream/ice/cream/Flavor.java +++ b/junit5-modular-world/src/main/ice.cream/ice/cream/Flavor.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package ice.cream; diff --git a/junit5-modular-world/src/main/ice.cream/ice/cream/Machine.java b/junit5-modular-world/src/main/ice.cream/ice/cream/Machine.java index f54f176b..f6f906b2 100644 --- a/junit5-modular-world/src/main/ice.cream/ice/cream/Machine.java +++ b/junit5-modular-world/src/main/ice.cream/ice/cream/Machine.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package ice.cream; diff --git a/junit5-modular-world/src/main/ice.cream/ice/cream/Scoop.java b/junit5-modular-world/src/main/ice.cream/ice/cream/Scoop.java index 2bd66989..67fc8331 100644 --- a/junit5-modular-world/src/main/ice.cream/ice/cream/Scoop.java +++ b/junit5-modular-world/src/main/ice.cream/ice/cream/Scoop.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package ice.cream; diff --git a/junit5-modular-world/src/main/ice.cream/module-info.java b/junit5-modular-world/src/main/ice.cream/module-info.java index 0425bb82..f8c7420e 100644 --- a/junit5-modular-world/src/main/ice.cream/module-info.java +++ b/junit5-modular-world/src/main/ice.cream/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ import org.junit.platform.engine.TestEngine; diff --git a/junit5-modular-world/src/test/com.example.application/com/example/application/MainTests.java b/junit5-modular-world/src/test/com.example.application/com/example/application/MainTests.java index e83a0e29..caa0c2c9 100644 --- a/junit5-modular-world/src/test/com.example.application/com/example/application/MainTests.java +++ b/junit5-modular-world/src/test/com.example.application/com/example/application/MainTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.application; diff --git a/junit5-modular-world/src/test/com.example.application/module-info.java b/junit5-modular-world/src/test/com.example.application/module-info.java index e51beb3c..10435fba 100644 --- a/junit5-modular-world/src/test/com.example.application/module-info.java +++ b/junit5-modular-world/src/test/com.example.application/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ open module com.example.application { diff --git a/junit5-modular-world/src/test/com.example.tool/com/example/tool/CalculatorTests.java b/junit5-modular-world/src/test/com.example.tool/com/example/tool/CalculatorTests.java index db1aba04..bc452906 100644 --- a/junit5-modular-world/src/test/com.example.tool/com/example/tool/CalculatorTests.java +++ b/junit5-modular-world/src/test/com.example.tool/com/example/tool/CalculatorTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.tool; diff --git a/junit5-modular-world/src/test/com.example.tool/com/example/tool/internal/MathHelperTests.java b/junit5-modular-world/src/test/com.example.tool/com/example/tool/internal/MathHelperTests.java index 3f3f7b7f..334014cc 100644 --- a/junit5-modular-world/src/test/com.example.tool/com/example/tool/internal/MathHelperTests.java +++ b/junit5-modular-world/src/test/com.example.tool/com/example/tool/internal/MathHelperTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package com.example.tool.internal; diff --git a/junit5-modular-world/src/test/com.example.tool/module-info.java b/junit5-modular-world/src/test/com.example.tool/module-info.java index fafd9a4d..00080a23 100644 --- a/junit5-modular-world/src/test/com.example.tool/module-info.java +++ b/junit5-modular-world/src/test/com.example.tool/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ open module com.example.tool { diff --git a/junit5-modular-world/src/test/extra.modular/extra/modular/ExtraModularTests.java b/junit5-modular-world/src/test/extra.modular/extra/modular/ExtraModularTests.java index 9cfa113d..b2f77a49 100644 --- a/junit5-modular-world/src/test/extra.modular/extra/modular/ExtraModularTests.java +++ b/junit5-modular-world/src/test/extra.modular/extra/modular/ExtraModularTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package black.box; diff --git a/junit5-modular-world/src/test/extra.modular/extra/modular/GoodOldTest.java b/junit5-modular-world/src/test/extra.modular/extra/modular/GoodOldTest.java index 064c6b43..52802fb4 100644 --- a/junit5-modular-world/src/test/extra.modular/extra/modular/GoodOldTest.java +++ b/junit5-modular-world/src/test/extra.modular/extra/modular/GoodOldTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package black.box; diff --git a/junit5-modular-world/src/test/extra.modular/extra/modular/JQwikTests.java b/junit5-modular-world/src/test/extra.modular/extra/modular/JQwikTests.java index df7d9031..5aaa3408 100644 --- a/junit5-modular-world/src/test/extra.modular/extra/modular/JQwikTests.java +++ b/junit5-modular-world/src/test/extra.modular/extra/modular/JQwikTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package black.box; diff --git a/junit5-modular-world/src/test/extra.modular/module-info.java b/junit5-modular-world/src/test/extra.modular/module-info.java index 74d5d2dc..8bba89cd 100644 --- a/junit5-modular-world/src/test/extra.modular/module-info.java +++ b/junit5-modular-world/src/test/extra.modular/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ open module extra.modular { diff --git a/junit5-modular-world/src/test/ice.cream/ice/cream/FlavorTests.java b/junit5-modular-world/src/test/ice.cream/ice/cream/FlavorTests.java index 6ec0ae5e..44790fa8 100644 --- a/junit5-modular-world/src/test/ice.cream/ice/cream/FlavorTests.java +++ b/junit5-modular-world/src/test/ice.cream/ice/cream/FlavorTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package ice.cream; diff --git a/junit5-modular-world/src/test/ice.cream/ice/cream/MachineTests.java b/junit5-modular-world/src/test/ice.cream/ice/cream/MachineTests.java index 55f5469b..55ecac1a 100644 --- a/junit5-modular-world/src/test/ice.cream/ice/cream/MachineTests.java +++ b/junit5-modular-world/src/test/ice.cream/ice/cream/MachineTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package ice.cream; diff --git a/junit5-modular-world/src/test/ice.cream/module-info.java b/junit5-modular-world/src/test/ice.cream/module-info.java index 7526e328..d6c0deb1 100644 --- a/junit5-modular-world/src/test/ice.cream/module-info.java +++ b/junit5-modular-world/src/test/ice.cream/module-info.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ import org.junit.platform.engine.TestEngine; diff --git a/junit5-multiple-engines/README.md b/junit5-multiple-engines/README.md index cd59f78a..c8c7f09f 100644 --- a/junit5-multiple-engines/README.md +++ b/junit5-multiple-engines/README.md @@ -12,7 +12,7 @@ using the JUnit Platform with various [TestEngine][guide-custom-engine] implemen ## 3rd-party test engines - * [JQwik Test Engine](http://jqwik.net) + * [JQwik Test Engine](https://jqwik.net) * [KotlinTest](https://github.com/kotlintest/kotlintest) * [MAINRUNNER](https://github.com/sormuras/mainrunner) * [Spek](https://spekframework.org) @@ -24,4 +24,4 @@ See https://github.com/junit-team/junit5/wiki/Third-party-Extensions#junit-platf for even more test engine implementations and feel free to add minimal working samples of other engines to this project and the wiki page. -[guide-custom-engine]: http://junit.org/junit5/docs/current/user-guide/#launcher-api-engines-custom "Plugging in Your Own Test Engine" +[guide-custom-engine]: https://junit.org/junit5/docs/current/user-guide/#launcher-api-engines-custom "Plugging in Your Own Test Engine" diff --git a/junit5-multiple-engines/buildSrc/src/main/kotlin/ReportsDirArgumentProvider.kt b/junit5-multiple-engines/buildSrc/src/main/kotlin/ReportsDirArgumentProvider.kt index a1ce96a3..b496fe35 100644 --- a/junit5-multiple-engines/buildSrc/src/main/kotlin/ReportsDirArgumentProvider.kt +++ b/junit5-multiple-engines/buildSrc/src/main/kotlin/ReportsDirArgumentProvider.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ import org.gradle.api.file.DirectoryProperty diff --git a/junit5-multiple-engines/src/test/groovy/spock/SpockSpec.groovy b/junit5-multiple-engines/src/test/groovy/spock/SpockSpec.groovy index ab4f6657..d693e271 100644 --- a/junit5-multiple-engines/src/test/groovy/spock/SpockSpec.groovy +++ b/junit5-multiple-engines/src/test/groovy/spock/SpockSpec.groovy @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package spock diff --git a/junit5-multiple-engines/src/test/java/jqwik/JQwikTest.java b/junit5-multiple-engines/src/test/java/jqwik/JQwikTest.java index 761d3c65..05ab42b6 100644 --- a/junit5-multiple-engines/src/test/java/jqwik/JQwikTest.java +++ b/junit5-multiple-engines/src/test/java/jqwik/JQwikTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package jqwik; diff --git a/junit5-multiple-engines/src/test/java/junit/jupiter/JupiterTests.java b/junit5-multiple-engines/src/test/java/junit/jupiter/JupiterTests.java index a8672651..27b66534 100644 --- a/junit5-multiple-engines/src/test/java/junit/jupiter/JupiterTests.java +++ b/junit5-multiple-engines/src/test/java/junit/jupiter/JupiterTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package junit.jupiter; diff --git a/junit5-multiple-engines/src/test/java/junit/vintage/JUnit3Test.java b/junit5-multiple-engines/src/test/java/junit/vintage/JUnit3Test.java index 6358061e..d9554e5c 100644 --- a/junit5-multiple-engines/src/test/java/junit/vintage/JUnit3Test.java +++ b/junit5-multiple-engines/src/test/java/junit/vintage/JUnit3Test.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package junit.vintage; diff --git a/junit5-multiple-engines/src/test/java/junit/vintage/JUnit4Test.java b/junit5-multiple-engines/src/test/java/junit/vintage/JUnit4Test.java index 73df740c..eb1c4ae1 100644 --- a/junit5-multiple-engines/src/test/java/junit/vintage/JUnit4Test.java +++ b/junit5-multiple-engines/src/test/java/junit/vintage/JUnit4Test.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package junit.vintage; diff --git a/junit5-multiple-engines/src/test/java/mainrunner/MainrunnerTest.java b/junit5-multiple-engines/src/test/java/mainrunner/MainrunnerTest.java index 30162f72..4d74a9e7 100644 --- a/junit5-multiple-engines/src/test/java/mainrunner/MainrunnerTest.java +++ b/junit5-multiple-engines/src/test/java/mainrunner/MainrunnerTest.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package mainrunner; diff --git a/junit5-multiple-engines/src/test/java/suite/SuiteTests.java b/junit5-multiple-engines/src/test/java/suite/SuiteTests.java index d2ff0d8e..2d835843 100644 --- a/junit5-multiple-engines/src/test/java/suite/SuiteTests.java +++ b/junit5-multiple-engines/src/test/java/suite/SuiteTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package suite; diff --git a/junit5-multiple-engines/src/test/java/testng/TestNGTests.java b/junit5-multiple-engines/src/test/java/testng/TestNGTests.java index cd1bd80f..eea3a8e1 100644 --- a/junit5-multiple-engines/src/test/java/testng/TestNGTests.java +++ b/junit5-multiple-engines/src/test/java/testng/TestNGTests.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package testng; diff --git a/junit5-multiple-engines/src/test/kotlin/kotest/KotestSpec.kt b/junit5-multiple-engines/src/test/kotlin/kotest/KotestSpec.kt index cfe5cd06..2036447e 100644 --- a/junit5-multiple-engines/src/test/kotlin/kotest/KotestSpec.kt +++ b/junit5-multiple-engines/src/test/kotlin/kotest/KotestSpec.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package kotest diff --git a/junit5-multiple-engines/src/test/kotlin/spek/SpekTest.kt b/junit5-multiple-engines/src/test/kotlin/spek/SpekTest.kt index f208a41c..59e0706e 100644 --- a/junit5-multiple-engines/src/test/kotlin/spek/SpekTest.kt +++ b/junit5-multiple-engines/src/test/kotlin/spek/SpekTest.kt @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ package spek diff --git a/src/Builder.java b/src/Builder.java index 3fe6dc3f..bf6704fc 100644 --- a/src/Builder.java +++ b/src/Builder.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ // default package diff --git a/src/Updater.java b/src/Updater.java index 6461cd45..3a018400 100644 --- a/src/Updater.java +++ b/src/Updater.java @@ -5,7 +5,7 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */ // default package diff --git a/src/eclipse-public-license-2.0.java b/src/eclipse-public-license-2.0.java index 901d7331..010f99b9 100644 --- a/src/eclipse-public-license-2.0.java +++ b/src/eclipse-public-license-2.0.java @@ -5,5 +5,5 @@ * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * - * http://www.eclipse.org/legal/epl-v20.html + * https://www.eclipse.org/legal/epl-v20.html */