REST :: Runtime

Syndesis :: REST :: Runtime

License

License

GroupId

GroupId

io.syndesis.rest
ArtifactId

ArtifactId

rest-runtime
Last Version

Last Version

1.3.0-20180304
Release Date

Release Date

Type

Type

jar
Description

Description

REST :: Runtime
Syndesis :: REST :: Runtime
Project Organization

Project Organization

Red Hat

Download rest-runtime

How to add to project

<!-- https://jarcasting.com/artifacts/io.syndesis.rest/rest-runtime/ -->
<dependency>
    <groupId>io.syndesis.rest</groupId>
    <artifactId>rest-runtime</artifactId>
    <version>1.3.0-20180304</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.rest/rest-runtime/
implementation 'io.syndesis.rest:rest-runtime:1.3.0-20180304'
// https://jarcasting.com/artifacts/io.syndesis.rest/rest-runtime/
implementation ("io.syndesis.rest:rest-runtime:1.3.0-20180304")
'io.syndesis.rest:rest-runtime:jar:1.3.0-20180304'
<dependency org="io.syndesis.rest" name="rest-runtime" rev="1.3.0-20180304">
  <artifact name="rest-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.rest', module='rest-runtime', version='1.3.0-20180304')
)
libraryDependencies += "io.syndesis.rest" % "rest-runtime" % "1.3.0-20180304"
[io.syndesis.rest/rest-runtime "1.3.0-20180304"]

Dependencies

compile (42)

Group / Artifact Type Version
io.syndesis.common : common-model jar 1.3.0-20180304
io.syndesis.common : common-util jar 1.3.0-20180304
io.syndesis.rest : rest-dao jar 1.3.0-20180304
io.syndesis.rest : rest-endpoint jar 1.3.0-20180304
io.syndesis.rest : rest-verifier jar 1.3.0-20180304
io.syndesis.rest : rest-credential jar 1.3.0-20180304
io.syndesis.rest : rest-connector-generator jar 1.3.0-20180304
io.syndesis.rest : rest-jsondb jar 1.3.0-20180304
io.syndesis.rest : rest-filestore jar 1.3.0-20180304
io.syndesis.extension : extension-converter jar 1.3.0-20180304
io.syndesis.integration : integration-api jar 1.3.0-20180304
org.springframework.social : spring-social-core jar
javax.servlet : javax.servlet-api jar
org.springframework : spring-beans jar
org.springframework : spring-core jar 4.3.12.RELEASE
org.springframework : spring-context jar
org.springframework : spring-web jar
org.springframework : spring-webmvc jar
org.springframework.boot : spring-boot jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.security : spring-security-core jar 4.2.3.RELEASE
org.springframework.security : spring-security-config jar 4.2.3.RELEASE
org.springframework.security : spring-security-web jar 4.2.3.RELEASE
org.hibernate : hibernate-validator jar 5.3.5.Final
org.jboss.resteasy : resteasy-validator-provider-11 jar 3.1.4.Final
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.0_spec jar 1.0.1.Beta1
org.jboss.resteasy : resteasy-jaxrs jar 3.1.4.Final
com.fasterxml.jackson.core : jackson-databind jar 2.8.10
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar
com.fasterxml.jackson.core : jackson-core jar
org.jboss.spec.javax.annotation : jboss-annotations-api_1.2_spec jar 1.0.0.Final
org.slf4j : slf4j-api jar
com.squareup.okhttp3 : okhttp jar
io.undertow : undertow-core jar 1.4.21.Final
io.undertow : undertow-servlet jar 1.4.21.Final
org.jdbi : jdbi jar 2.78
io.fabric8 : kubernetes-client jar
javax.validation : validation-api jar
commons-io : commons-io jar 2.5
org.springframework : spring-test jar
org.springframework.boot : spring-boot-test jar
com.squareup.okio : okio jar

provided (1)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0.1

runtime (23)

Group / Artifact Type Version
io.atlasmap : atlas-java-module jar 1.33.5
io.atlasmap : atlas-json-module jar 1.33.5
io.atlasmap : atlas-xml-module jar 1.33.5
io.atlasmap : atlas-model jar 1.33.5
io.syndesis.rest : rest-controller jar 1.3.0-20180304
io.syndesis.rest : rest-metrics-jsondb jar 1.3.0-20180304
io.syndesis.rest : rest-logging-jsondb jar 1.3.0-20180304
io.syndesis.rest : rest-metrics-prometheus jar 1.3.0-20180304
io.syndesis.connector : connector-catalog jar 1.3.0-20180304
io.syndesis.integration : integration-project-generator jar 1.3.0-20180304
com.github.mikegirard » spring-social-salesforce jar 1.3.0
org.springframework.social : spring-social-twitter jar
org.springframework.boot : spring-boot-starter-web jar 1.5.8.RELEASE
org.springframework.boot : spring-boot-starter-undertow jar
org.springframework.boot : spring-boot-starter-websocket jar
org.springframework.boot : spring-boot-starter-jdbc jar
org.springframework.boot : spring-boot-starter-security jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.cloud : spring-cloud-starter-zipkin jar
org.springframework.cloud : spring-cloud-starter-security jar
org.springframework.security : spring-security-crypto jar 4.2.3.RELEASE
com.paypal.springboot : resteasy-spring-boot-starter jar 2.3.4-RELEASE
postgresql : postgresql jar 9.1-901-1.jdbc4

test (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.assertj : assertj-core jar 3.9.1
com.launchdarkly : okhttp-eventsource jar 1.3.2
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.awaitility : awaitility jar 3.0.0
com.github.tomakehurst : wiremock-standalone jar 2.7.1
io.fabric8 : spring-cloud-kubernetes-core jar 0.1.6
com.h2database : h2 jar 1.4.193

Project Modules

There are no modules declared in this project.

Syndesis

Latest Release Maven Central CircleCI Integration Tests Gitter Google Groups

A flexible and customizable, open source platform that provides core integration capabilities as a service.

All developer related documentation can be found at the Development QuickStart, read indepth about the tooling to help with development in the syndesis CLI documentation.

Quickstart

  • To get started quickly please install Minishift first.
  • Clone this repository and enter it:
git clone https://github.com/syndesisio/syndesis.git
cd syndesis
  • Startup minishift and install:
./tools/bin/syndesis minishift --install --open --nodev

This will install the latest bleeding edge version from Syndesis from the master branch. For a more stable experience, use the option --tag with a stable version.

Now you can run some quickstarts

Installing Using Minikube

  • Please see this page on how to install Syndesis on other Kubernetes implementations, ie. Minikube.
io.syndesis.rest

Syndesis

A flexible, customizable, open source platform that provides core integration capabilities as a service.

Versions

Version
1.3.0-20180304
1.3.0-20180303
1.3.0-20180302
1.3.0-20180301