Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
de.wayofquality.blended:blended.mgmt.mock_2.12
Advanced tools
Mock server to simulate a larger network of blended containers for UI testing.
= Blended - a Scala based Integration framework :toc: :toc-placement: preamble :scala2_13: 2.13.2
ifdef::env-github[] image:https://github.com/woq-blended/blended/workflows/.github/workflows/build.yml/badge.svg[Scala, link="https://github.com/woq-blended/blended/actions?query=workflow%3A.github%2Fworkflows%2Fbuild.yml"] image:https://badges.gitter.im/Join%20Chat.svg[Join the chat at, link="https://gitter.im/woq-blended/blended?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] image:https://api.codacy.com/project/badge/Grade/1c5e4c400adc4548b821583207b97694["Code quality report on Codacy.com", link="https://www.codacy.com/app/blended/blended?utm_source=github.com&utm_medium=referral&utm_content=woq-blended/blended&utm_campaign=Badge_Grade"] image:https://codecov.io/gh/woq-blended/blended/branch/main/graph/badge.svg["Test coverage report on Codecov.io", link="https://codecov.io/gh/woq-blended/blended"] endif::[]
== 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 https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
== Related projects
https://github.com/woq-blended/blended.mgmt.ui[Blended Management UI]:: A web front end the Blended Management Framework built with Scala.Js.
https://github.com/woq-blended/blended.container[Blended example container and integration tests]:: Some packaging examples and simple integration flows complete with packaging and integration tests.
== Build from source
We use https://github.com/lihaoyi/mill[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 https://github.com/lefou/millw[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[{scala2_13}].__.osgiBundle
| Build all OSGi bundles for Scala {scala2_13}
| mill blended[{scala2_13}].__.testCached
| Run all tests for Scala {scala2_13}
| 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 https://www.jetbrains.com/idea/[IntelliJ] in our project. You can generate IntelliJ IDEA project files with mill with the following commandline:
== Download artifacts from Maven Central
You can download released artifacts including binary and source JARs from http://search.maven.org/#search|ga|1|g%3A%22de.wayofquality.blended%22[Maven Central].
== License
Blended ist published under the http://www.apache.org/licenses/LICENSE-2.0[Apache License, Version 2.0]
== Contribute
Why not just clone our repo, dig around and send us some pull requests ....
== Supporters
https://www.jetbrains.com[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, https://github.com/woq-blended/blended/issues[let us know] ;)
FAQs
Mock server to simulate a larger network of blended containers for UI testing.
We found that de.wayofquality.blended:blended.mgmt.mock_2.12 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.