blended.itestsupport

Define an integration test API for collaborating blended container(s) using docker as a runtime for the container(s) under test and an Akka based Camel framework to perform the integration tests as pure blackbox tests. Container(s) may be prestarted and discovered (for execution speed) or started by the integration test (for reproducability).

Лицензия

Лицензия

Группа

Группа

de.wayofquality.blended
Идентификатор

Идентификатор

blended.itestsupport
Последняя версия

Последняя версия

2.5.0-M10
Дата

Дата

Тип

Тип

jar
Описание

Описание

blended.itestsupport
Define an integration test API for collaborating blended container(s) using docker as a runtime for the container(s) under test and an Akka based Camel framework to perform the integration tests as pure blackbox tests. Container(s) may be prestarted and discovered (for execution speed) or started by the integration test (for reproducability).
Ссылка на сайт

Ссылка на сайт

https://github.com/woq-blended/blended
Организация-разработчик

Организация-разработчик

https://github.com/woq-blended
Система контроля версий

Система контроля версий

https://github.com/woq-blended/blended

Скачать blended.itestsupport

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.wayofquality.blended/blended.itestsupport/ -->
<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>blended.itestsupport</artifactId>
    <version>2.5.0-M10</version>
</dependency>
// https://jarcasting.com/artifacts/de.wayofquality.blended/blended.itestsupport/
implementation 'de.wayofquality.blended:blended.itestsupport:2.5.0-M10'
// https://jarcasting.com/artifacts/de.wayofquality.blended/blended.itestsupport/
implementation ("de.wayofquality.blended:blended.itestsupport:2.5.0-M10")
'de.wayofquality.blended:blended.itestsupport:jar:2.5.0-M10'
<dependency org="de.wayofquality.blended" name="blended.itestsupport" rev="2.5.0-M10">
  <artifact name="blended.itestsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.wayofquality.blended', module='blended.itestsupport', version='2.5.0-M10')
)
libraryDependencies += "de.wayofquality.blended" % "blended.itestsupport" % "2.5.0-M10"
[de.wayofquality.blended/blended.itestsupport "2.5.0-M10"]

Зависимости

compile (15)

Идентификатор библиотеки Тип Версия
de.wayofquality.blended : blended.akka Необязательный jar 2.5.0-M10
de.wayofquality.blended : blended.jolokia Необязательный jar 2.5.0-M10
de.wayofquality.blended : blended.testsupport Необязательный jar 2.5.0-M10
de.wayofquality.blended : blended.jms.utils Необязательный jar 2.5.0-M10
com.github.docker-java : docker-java Необязательный jar 3.0.13
com.typesafe.akka : akka-camel_2.12 Необязательный jar 2.5.9
com.typesafe : config Необязательный jar 1.3.1
junit : junit Необязательный jar 4.11
org.apache.commons : commons-exec Необязательный jar 1.3
org.apache.camel : camel-core Необязательный jar 2.17.3
org.apache.camel : camel-jms Необязательный jar 2.17.3
org.slf4j : slf4j-api Необязательный jar 1.7.25
org.apache.geronimo.specs : geronimo-jms_1.1_spec Необязательный jar 1.1.1
org.apache.commons : commons-compress Необязательный jar 1.13
com.google.code.findbugs : jsr305 Необязательный jar 3.0.1

provided (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library Необязательный jar 2.12.6

runtime (1)

Идентификатор библиотеки Тип Версия
org.jolokia : jolokia-jvm Необязательный jar 1.5.0

test (6)

Идентификатор библиотеки Тип Версия
com.typesafe.akka : akka-slf4j_2.12 Необязательный jar 2.5.9
org.mockito : mockito-all Необязательный jar 1.9.5
org.apache.activemq : activemq-broker Необязательный jar 5.15.3
org.apache.activemq : activemq-kahadb-store Необязательный jar 5.15.3
ch.qos.logback : logback-core Необязательный jar 1.2.3
ch.qos.logback : logback-classic Необязательный jar 1.2.3

Модули Проекта

Данный проект не имеет модулей.

Blended - a Scala based Integration framework

Project Mission

Blended provides a Scala based integration framework to easily develop component based applications on top of Akka, AkkaHttp, JMS and other communication libraries.

The Blended runtime components provide a well defined environment for the user defined components and provides common services for component configuration, security services standard integrations to an enterprise level infrastructure, such as messaging services or authentication and authorization servers.

The Blended management framework allows to monitor and manage a large number of distributed framework containers without sacrificing the stability of the environment when the management infrastructure is unavailable.

The Blended test framework allows to execute functional cross-component tests mimicking the final container environment with minimal effort.

The Blended integration test framework uses docker to create and deploy docker images from within the build process and supports the developer in creating integration tests for the final container.

Blended is the backend for a distributed retail communication software. All components and services not directly related to the actual business components are licensed under the Apache 2.0 license.

Currently blended is in it’s 3rd generation and in production since ~2014.

Blended Management UI

A web front end the Blended Management Framework built with Scala.Js.

Blended example container and integration tests

Some packaging examples and simple integration flows complete with packaging and integration tests.

Build from source

We use Mill build tool to build blended.

As we have some shared modules between Scala and Scala.Js, node and yarn is also required on the developer machine.

After cloning the repository, simply navigate to the checkout directory and use the bundled mill script ./mill, which is a copy of lefou/millw.

We currently target Java 8 and Java 11 with Scala 2.13 and Scala.js 1.

Selected build targets / commands

mill command Description

mill __.publishLocal

Build and publish all publishable artifacts into a local ivy2 repository.

mill __.publishM2Local

Build and publish all publishable artifacts into a local Maven2 repository.

mill blended[2.13.2].__.osgiBundle

Build all OSGi bundles for Scala 2.13.2

mill blended[2.13.2].__.testCached

Run all tests for Scala 2.13.2

mill -j 0 -k __.testCached

Run all unit test in parallel and keep mill going even a test failure occured

mill scoverage.htmlReportAll

Generate a HTML Coverage report based on previously ran tests

IDE support

We use IntelliJ in our project. You can generate IntelliJ IDEA project files with mill with the following commandline:

mill mill.scalalib.GenIdea/idea

Download artifacts from Maven Central

You can download released artifacts including binary and source JARs from Maven Central.

License

Blended ist published under the Apache License, Version 2.0

Contribute

Why not just clone our repo, dig around and send us some pull requests …​.

Supporters

JetBrains is kindly supporting our project with full developer licenses of their product stack.

Feedback

We are keen to know what you think about Blended. What are your use cases, your wishes?

If you spot something that makes you want to pull your hair, let us know ;)

de.wayofquality.blended

WoQ - Way of Quality GmbH

Версии библиотеки

Версия
2.5.0-M10
2.5.0-M9
2.5.0-M8
2.5.0-M7
2.5.0-M6
2.5.0-M5
2.5.0-M4
2.5.0-M3
2.5.0-M2
2.5.0-M1
2.4.0.2
2.4.0.1
2.4.0
2.4.0-RC7
2.4.0-RC6
2.4.0-RC5
2.4.0-RC4
2.4.0-RC3
2.4.0-RC2
2.4.0-RC1
2.3.0-RC12
2.3.0-RC11
2.3.0-RC10
2.3.0-RC9
2.3.0-RC8
2.3.0-RC7
2.3.0-RC6
2.3.0-RC5
2.3.0-RC4
2.3.0-RC3
2.3.0-RC2
2.3.0-RC1
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0-RC12
2.1.0-RC11
2.1.0-RC10
2.1.0-RC9
2.1.0-RC8
2.1.0-RC7
2.1.0-RC6
2.1.0-RC5
2.1.0-RC4
2.1.0-RC3
2.1.0-RC2
2.1.0-RC1
2.0.1
2.0
2.0-RC17
2.0-RC16
2.0-RC15
2.0-RC14
2.0-RC13
2.0-RC12
2.0-RC11
2.0-RC8
2.0-RC7
2.0-RC6
2.0-RC5
2.0-RC4
2.0-RC3
2.0-RC2
2.0-RC1