LShift Diffa Adapter Support

Diffa Adapter Support provides tools for implementing Diffa adapters in Java (and other JVM languages)

License

License

Categories

Categories

Net
GroupId

GroupId

net.lshift.diffa
ArtifactId

ArtifactId

adapter-support
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

LShift Diffa Adapter Support
Diffa Adapter Support provides tools for implementing Diffa adapters in Java (and other JVM languages)
Project URL

Project URL

http://github.com/lshift/diffa
Source Code Management

Source Code Management

https://github.com/lshift/diffa

Download adapter-support

How to add to project

<!-- https://jarcasting.com/artifacts/net.lshift.diffa/adapter-support/ -->
<dependency>
    <groupId>net.lshift.diffa</groupId>
    <artifactId>adapter-support</artifactId>
    <version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lshift.diffa/adapter-support/
implementation 'net.lshift.diffa:adapter-support:1.7.0'
// https://jarcasting.com/artifacts/net.lshift.diffa/adapter-support/
implementation ("net.lshift.diffa:adapter-support:1.7.0")
'net.lshift.diffa:adapter-support:jar:1.7.0'
<dependency org="net.lshift.diffa" name="adapter-support" rev="1.7.0">
  <artifact name="adapter-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lshift.diffa', module='adapter-support', version='1.7.0')
)
libraryDependencies += "net.lshift.diffa" % "adapter-support" % "1.7.0"
[net.lshift.diffa/adapter-support "1.7.0"]

Dependencies

compile (6)

Group / Artifact Type Version
joda-time : joda-time jar 2.0
net.jcip : jcip-annotations jar 1.0
org.codehaus.jackson : jackson-mapper-asl jar 1.7.1
org.slf4j : slf4j-api jar 1.6.4
commons-codec : commons-codec jar 1.4
com.ibm.icu : icu4j jar 49.1

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
org.springframework : spring-web jar 3.1.0.RELEASE

test (5)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.0
junit : junit jar 4.10
org.easymock : easymock jar 2.5.2
org.springframework : spring-test jar 3.1.0.RELEASE
org.slf4j : slf4j-simple jar 1.6.4

Project Modules

There are no modules declared in this project.

Overview

Diffa provides real time health checks between arbitrary system components.

For more information, please see the website: https://diffa.io

License

Diffa uses the Apache license, Version 2.0.

Proprietary Third Party Libraries

Some configurations of the software rely on third party libraries which are not freely available. The following libraries are available under license from their respective vendors. Please check with the vendor the conditions under which you may use their software.

Library: Oracle database client library

Vendor: Oracle (www.oracle.com)

Referenced in: kernel/pom.xml (profile id = oracle)

  <dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc6</artifactId>
    <version>11.2.0.1.0</version>
    <scope>test</scope>
  </dependency>

Required for:

  • testing against an Oracle database
  • installing/upgrading an Oracle database schema

In order to run maven tasks with the 'oracle' profile (mvn -Poracle <task>), your maven repository will need to contain the Oracle JDBC driver specified in the dependency.

net.lshift.diffa

LShift

Versions

Version
1.7.0
1.6.1
1.6.0