From bd79663900a86adb7dcd149b1aaca48ca63ebad4 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:16:42 +0100 Subject: [PATCH 1/2] docs: replace deprecated maven-badges.herokuapp.com and dead search.maven.org URLs - Badge images: maven-badges.herokuapp.com/maven-central///badge.svg -> img.shields.io/maven-central/v//.svg (Heroku free tier retired). - Badge/artifact links: maven-badges.herokuapp.com/maven-central// -> central.sonatype.com/artifact//. - Dead search.maven.org URLs with encoded g:/a: query params collapsed to the direct central.sonatype.com/artifact// page. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 13720fe77..a63ffa330 100644 --- a/README.adoc +++ b/README.adoc @@ -5,8 +5,8 @@ image::docs/images/Thread-Affinity_line.png[width=20%] == Version [#image-maven] -[caption="",link=https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity] -image::https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity/badge.svg[] +[caption="",link=https://central.sonatype.com/artifact/net.openhft/affinity] +image::https://img.shields.io/maven-central/v/net.openhft/affinity.svg[] image:https://javadoc.io/badge2/net.openhft/affinity/javadoc.svg[link="https://www.javadoc.io/doc/net.openhft/affinity/latest/index.html"] == Overview From c98fcd0145070e0f7059e8a99455b9211b4395b7 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Wed, 9 Sep 2026 08:26:34 +0100 Subject: [PATCH 2/2] docs: consolidate Affinity README navigation fixes --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index a63ffa330..475f2c062 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ image::docs/images/Thread-Affinity_line.png[width=20%] [#image-maven] [caption="",link=https://central.sonatype.com/artifact/net.openhft/affinity] -image::https://img.shields.io/maven-central/v/net.openhft/affinity.svg[] +image::https://img.shields.io/maven-central/v/net.openhft/affinity.svg[Maven Central] image:https://javadoc.io/badge2/net.openhft/affinity/javadoc.svg[link="https://www.javadoc.io/doc/net.openhft/affinity/latest/index.html"] == Overview @@ -14,7 +14,7 @@ Lets you bind a thread to a given core, this can improve performance (this libra OpenHFT Java Thread Affinity library -See https://github.com/OpenHFT/Java-Thread-Affinity/tree/master/affinity/src/test/java[affinity/src/test/java] +See https://github.com/OpenHFT/Java-Thread-Affinity/tree/develop/affinity/src/test/java[affinity/src/test/java] for working examples of how to use this library. === Supported operating systems @@ -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://blog.vanillajava.blog/2013/07/micro-jitter-busy-waiting-and-binding.html == Questions and Answers