accurest-messaging-core

RESTful Contract Verifier

License

License

Categories

Categories

Messaging Application Layer Libs
GroupId

GroupId

io.codearte.accurest
ArtifactId

ArtifactId

accurest-messaging-core
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

accurest-messaging-core
RESTful Contract Verifier
Project URL

Project URL

https://github.com/Codearte/accurest
Source Code Management

Source Code Management

https://github.com/Codearte/accurest

Download accurest-messaging-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.codearte.accurest/accurest-messaging-core/ -->
<dependency>
    <groupId>io.codearte.accurest</groupId>
    <artifactId>accurest-messaging-core</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.codearte.accurest/accurest-messaging-core/
implementation 'io.codearte.accurest:accurest-messaging-core:1.1.1'
// https://jarcasting.com/artifacts/io.codearte.accurest/accurest-messaging-core/
implementation ("io.codearte.accurest:accurest-messaging-core:1.1.1")
'io.codearte.accurest:accurest-messaging-core:jar:1.1.1'
<dependency org="io.codearte.accurest" name="accurest-messaging-core" rev="1.1.1">
  <artifact name="accurest-messaging-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codearte.accurest', module='accurest-messaging-core', version='1.1.1')
)
libraryDependencies += "io.codearte.accurest" % "accurest-messaging-core" % "1.1.1"
[io.codearte.accurest/accurest-messaging-core "1.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.7.0
javax.inject : javax.inject jar 1

test (2)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-2.4
info.solidsoft.spock : spock-global-unroll jar 0.5.0

Project Modules

There are no modules declared in this project.

ARCHIVED: NOT IN DEVELOPMENT

This project has moved to https://github.com/spring-cloud/spring-cloud-contract

Accurest

Build Status Maven Central Join the chat at https://gitter.im/Codearte/accurest

Consumer Driven Contracts verifier for Java

To make a long story short - Accurest is a tool for Consumer Driven Contract (CDC) development. Accurest ships an easy DSL for describing REST contracts for JVM-based applications. Since version 1.0.7 it also supports messaging.

The contract DSL is used by Accurest for two things:

  1. generating WireMock's JSON stub definitions / stubbed messaging endpoints, allowing rapid development of the consumer side, generating JUnit / Spock's acceptance tests for the server - to verify if your API implementation is compliant with the contract.
  2. moving TDD to an architecture level.

For more information please go to the Documentation

Requirements

Wiremock

In order to use Accurest with Wiremock you have to have Wiremock in version at least 2.0.0-beta . Of course the higher the better :)

Additional projects

Stub Runner

Allows you to download WireMock stubs from the provided Maven repository and runs them in WireMock servers.

Stub Runner JUnit

Stub Runner with JUnit rules

Stub Runner Spring

Spring Configuration that automatically starts stubs upon Spring Context build up

Stub Runner Spring Cloud

Spring Cloud AutoConfiguration that automatically starts stubs upon Spring Context build up and allows you to call the stubs as if they were registered in your service discovery

Accurest Maven Plugin

Maven project support with standalone Accurest Stub Runner and Accurest Contracts to Wiremock mappings converter

io.codearte.accurest

Versions

Version
1.1.1
1.1.0
1.1.0-M8
1.1.0-M7
1.1.0-M6
1.1.0-M5
1.1.0-M4
1.1.0-M3
1.1.0-M2
1.1.0-M1
1.0.7