Junit5: Use nohttp plugin in Gradle build

Created on 11 Jun 2019  路  6Comments  路  Source: junit-team/junit5

Deliverables

  • [x] Use the nohttp plugin in the JUnit 5 Gradle build.
build task

All 6 comments

Tentatively slated for 5.5 GA

_in progress_

After the first run of ./gradlew nohttp, we see that we have quite a few HTTP URLs.

The Following HTTP results were found

* http://asciidoctor.org/docs/user-manual/
* http://bugreport.java.com/bugreport/
* http://central.maven.org/maven2/
* http://checkstyle.sourceforge.net/
* http://chris.beams.io/posts/git-commit/
* http://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/tuple/package-summary.html
* http://example.com/
* http://example.com?foo=bar&line=42
* http://example.org
* http://example.org:8181
* http://google.github.io/truth/
* http://gregfranko.com/jquery.tocify.js/
* http://hamcrest.org/JavaHamcrest/
* http://jakarta.apache.org
* http://java.oracle.com/
* http://java.sun.com/j2se/1.3/
* http://jdk.java.net/9/
* http://joel-costigliola.github.io/assertj/
* http://junit.org
* http://junit.org/
* http://junit.org/junit4/javadoc/latest/org/hamcrest/Matcher.html
* http://junit.org/junit4/javadoc/latest/org/junit/Assert.html
* http://junit.org/junit5
* http://junit.org/junit5/
* http://junit.org/junit5/assets/img/junit5-logo.png
* http://junit.org/junit5/docs/current/api/
* http://junit.org/junit5/docs/current/api/org/junit/platform/commons/logging/Logger.html
* http://junit.org/junit5/docs/current/api/org/junit/platform/commons/logging/LoggerFactory.html
* http://junit.org/junit5/docs/current/user-guide/
* http://mail.openjdk.java.net/pipermail/jpms-spec-experts/2017-April/000667.html
* http://maven.apache.org/surefire/maven-surefire-plugin/examples/junit-platform.html
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://openclover.org
* http://openjdk.java.net/jeps/238
* http://openjdk.java.net/projects/code-tools/jmh/
* http://repo.spring.io/plugins-release
* http://repo1.maven.org/maven2/org/junit/
* http://specsy.org/
* http://unlicense.org
* http://up-for-grabs.net/
* http://www.apache.org/licenses/
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0.txt
* http://www.eclemma.org/jacoco/
* http://www.eclipse.org/legal/epl-v20.html
* http://www.gradle.org
* http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html
* http://www.puppycrawl.com/dtds/configuration_1_3.dtd
* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd

Time to clean up!

OK... some of the aforementioned URLs were false positives due to some old stuff _lying around_ in my local clone of the repository. So it's not as bad as it first appeared. 馃槈

@sbrannen Thanks for taking my article seriously and running with this. I'm really thrilled that you and your team are on top of this!

Thanks for inspiring the industry to take steps in the right direction regarding HTTPS!

Was this page helpful?
0 / 5 - 0 ratings