From 43655c82d7b46b807d6f55bdada88edfd27170b2 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 6 Sep 2024 13:05:08 +0100 Subject: [PATCH] docs: update obsolete links [ci skip] --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e711c4bff..6064b9d38 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,16 @@ The workshop takes you through all of the key concepts of consumer and provider ## Documentation -Additional documentation can be found at [docs.pact.io](http://docs.pact.io), in the [Pact Wiki](https://github.com/realestate-com-au/pact/wiki), -and in the [Pact-JVM wiki](https://github.com/DiUS/pact-jvm/wiki). [Stack Overflow](https://stackoverflow.com/questions/tagged/pact) is also a good source of help, as is the [Slack workspace](https://slack.pact.io). +Additional documentation can be found at [docs.pact.io](http://docs.pact.io), in the [Pact Wiki](https://github.com/pact-foundation/pact-ruby/wiki), +and in the [Pact-JVM wiki](https://github.com/pact-foundation/pact-jvm/wiki). [Stack Overflow](https://stackoverflow.com/questions/tagged/pact) is also a good source of help, as is the [Slack workspace](https://slack.pact.io). ## Supported JDK and specification versions: | Branch | Specification | JDK | Kotlin Version | Latest Version | Notes | |------------------------------------------------------------------------|---------------|------------|----------------|----------------|-------| -| [4.6.x](https://github.com/DiUS/pact-jvm/blob/v4.6.x/README.md) master | V4 + plugins | 17+ | 1.8.22 | 4.6.13 | | -| [4.5.x](https://github.com/DiUS/pact-jvm/blob/v4.5.x/README.md) | V4 + plugins | 11+/17+(1) | 1.7.20 | 4.5.12 | | -| [4.1.x](https://github.com/DiUS/pact-jvm/blob/v4.1.x/README.md) | V3 | 8-12 | 1.3.72 | 4.1.43 | | +| [4.6.x](https://github.com/pact-foundation/pact-jvm/blob/v4.6.x/README.md) master | V4 + plugins | 17+ | 1.8.22 | 4.6.13 | | +| [4.5.x](https://github.com/pact-foundation/pact-jvm/blob/v4.5.x/README.md) | V4 + plugins | 11+/17+(1) | 1.7.20 | 4.5.12 | | +| [4.1.x](https://github.com/pact-foundation/pact-jvm/blob/v4.1.x/README.md) | V3 | 8-12 | 1.3.72 | 4.1.43 | | **Notes:** * **1:** Spring6 support library requires JDK 17+. The rest of Pact-JVM 4.5.x libs require 11+. @@ -59,14 +59,14 @@ and in the [Pact-JVM wiki](https://github.com/DiUS/pact-jvm/wiki). [Stack Overfl | Branch | Specification | JDK | Kotlin Version | Scala Versions | Latest Version | |---------------------------------------------------------------------------|---------------|-----------|----------------|----------------|----------------| -| [4.4.x](https://github.com/DiUS/pact-jvm/blob/v4.4.x/README.md) | V4 + plugins | 11+ | 1.6.21 | N/A | 4.4.9 | -| [4.3.x](https://github.com/DiUS/pact-jvm/blob/v4.3.x/README.md) | V4 | 11+ | 1.6.21 | N/A | 4.3.19 | -| [4.2.x](https://github.com/DiUS/pact-jvm/blob/v4.2.x/README.md) | V4 (1) | 11-15 (2) | 1.4.32 | N/A | 4.2.21 | -| [4.0.x](https://github.com/DiUS/pact-jvm/blob/v4.x/README.md) | V3 | 8-12 | 1.3.71 | N/A | 4.0.10 | -| [3.6.x](https://github.com/DiUS/pact-jvm/blob/v3.6.x/README.md) | V3 | 8 | 1.3.71 | 2.12 | 3.6.15 | -| [3.5.x](https://github.com/DiUS/pact-jvm/blob/v3.5.x/README.md) | V3 | 8 | 1.1.4-2 | 2.12, 2.11 | 3.5.25 | -| [3.5.x-jre7](https://github.com/DiUS/pact-jvm/blob/v3.5.x-jre7/README.md) | V3 | 7 | 1.1.4-2 | 2.11 | 3.5.7-jre7.0 | -| [2.4.x](https://github.com/DiUS/pact-jvm/blob/v2.x/README.md) | V2 | 6 | N/A | 2.10, 2.11 | 2.4.20 | +| [4.4.x](https://github.com/pact-foundation/pact-jvm/blob/v4.4.x/README.md) | V4 + plugins | 11+ | 1.6.21 | N/A | 4.4.9 | +| [4.3.x](https://github.com/pact-foundation/pact-jvm/blob/v4.3.x/README.md) | V4 | 11+ | 1.6.21 | N/A | 4.3.19 | +| [4.2.x](https://github.com/pact-foundation/pact-jvm/blob/v4.2.x/README.md) | V4 (1) | 11-15 (2) | 1.4.32 | N/A | 4.2.21 | +| [4.0.x](https://github.com/pact-foundation/pact-jvm/blob/v4.x/README.md) | V3 | 8-12 | 1.3.71 | N/A | 4.0.10 | +| [3.6.x](https://github.com/pact-foundation/pact-jvm/blob/v3.6.x/README.md) | V3 | 8 | 1.3.71 | 2.12 | 3.6.15 | +| [3.5.x](https://github.com/pact-foundation/pact-jvm/blob/v3.5.x/README.md) | V3 | 8 | 1.1.4-2 | 2.12, 2.11 | 3.5.25 | +| [3.5.x-jre7](https://github.com/pact-foundation/pact-jvm/blob/v3.5.x-jre7/README.md) | V3 | 7 | 1.1.4-2 | 2.11 | 3.5.7-jre7.0 | +| [2.4.x](https://github.com/pact-foundation/pact-jvm/blob/v2.x/README.md) | V2 | 6 | N/A | 2.10, 2.11 | 2.4.20 | **Notes:** * **1:** V4 specification support is only partially implemented with 4.2.x @@ -124,7 +124,7 @@ You want to look at: [groovy](consumer/groovy) or [junit](consumer/junit) ### (Use Clojure I) Clojure can call out to Java, so have a look at [junit](consumer/junit). For an example -look at [example_clojure_consumer_pact_test.clj](https://github.com/DiUS/pact-jvm/blob/master/consumer/junit/src/test/clojure/au/com/dius/pact/consumer/junit/example_clojure_consumer_pact_test.clj). +look at [example_clojure_consumer_pact_test.clj](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/junit/src/test/clojure/au/com/pact-foundation/pact/consumer/junit/example_clojure_consumer_pact_test.clj). ### I Use some other jvm language or test framework @@ -133,7 +133,7 @@ You want to look at: [Consumer](consumer) ### My Consumer interacts with a Message Queue As part of the V3 pact specification, we have defined a new pact file for interactions with message queues. For an - implementation of a Groovy consumer test with a message pact, have a look at [PactMessageBuilderSpec.groovy](https://github.com/DiUS/pact-jvm/blob/master/consumer/groovy/src/test/groovy/au/com/dius/pact/consumer/groovy/messaging/PactMessageBuilderSpec.groovy). + implementation of a Groovy consumer test with a message pact, have a look at [PactMessageBuilderSpec.groovy](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/groovy/src/test/groovy/au/com/dius/pact/consumer/groovy/messaging/PactMessageBuilderSpec.groovy). ## Service Providers @@ -206,7 +206,7 @@ Which is a project that aims at providing tooling to coordinate pact generation ## I want to contribute -[Documentation for contributors is here](https://github.com/DiUS/pact-jvm/blob/master/CONTRIBUTING.md). +[Documentation for contributors is here](https://github.com/pact-foundation/pact-jvm/blob/master/CONTRIBUTING.md). # Test Analytics