From 632db8d75c2f0bc6dabb700c224af2a67e74ffe6 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:13:46 +0100 Subject: [PATCH] docs: upgrade http:// to https:// in documentation and comments Applies to .adoc, .md, LICENSE, NOTICE, AGENTS files and to Java comment lines (those starting with `*`, `//`, or `/*`). Skips XML namespace identifiers (pom.xml `xmlns=`/`xsi:schemaLocation=`) and non-comment Java source where http:// URLs may be literal values. Co-Authored-By: Claude Opus 4.7 (1M context) --- LICENSE.adoc | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.adoc b/LICENSE.adoc index f93a31eb3..3d58cbc2c 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -4,7 +4,7 @@ Licensed 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 + 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, diff --git a/README.adoc b/README.adoc index 13720fe77..3bddaff3c 100644 --- a/README.adoc +++ b/README.adoc @@ -314,7 +314,7 @@ System.out.println("\nThe assignment of CPUs is\n" + AffinityLock.dumpLocks()); https://groups.google.com/forum/?hl=en-GB#!forum/java-thread-affinity[Java Thread Affinity support group] -For an article on how much difference affinity can make and how to use it http://vanillajava.blogspot.com/2013/07/micro-jitter-busy-waiting-and-binding.html +For an article on how much difference affinity can make and how to use it https://vanillajava.blogspot.com/2013/07/micro-jitter-busy-waiting-and-binding.html == Questions and Answers