{"id":15050633,"url":"https://github.com/woq-blended/blended","last_synced_at":"2025-07-03T13:02:19.399Z","repository":{"id":1219021,"uuid":"21348907","full_name":"woq-blended/blended","owner":"woq-blended","description":"An OSGI container framework in Scala with focus on testing and integration testing.","archived":true,"fork":false,"pushed_at":"2024-02-06T08:50:23.000Z","size":57415,"stargazers_count":35,"open_issues_count":27,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T09:44:54.277Z","etag":null,"topics":["akka","akka-stream","deployment","osgi","scala","scalajs","test-automation"],"latest_commit_sha":null,"homepage":"https://woq-blended.github.io/blended/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woq-blended.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-30T11:31:34.000Z","updated_at":"2024-05-31T10:40:16.000Z","dependencies_parsed_at":"2025-01-23T09:32:29.275Z","dependency_job_id":"ae72361d-c3da-49dc-b556-94b2d385e72f","html_url":"https://github.com/woq-blended/blended","commit_stats":null,"previous_names":[],"tags_count":164,"template":false,"template_full_name":null,"purl":"pkg:github/woq-blended/blended","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woq-blended%2Fblended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woq-blended%2Fblended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woq-blended%2Fblended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woq-blended%2Fblended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woq-blended","download_url":"https://codeload.github.com/woq-blended/blended/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woq-blended%2Fblended/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263331690,"owners_count":23450149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akka","akka-stream","deployment","osgi","scala","scalajs","test-automation"],"created_at":"2024-09-24T21:28:24.632Z","updated_at":"2025-07-03T13:02:19.141Z","avatar_url":"https://github.com/woq-blended.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Blended - a Scala based Integration framework\n:toc:\n:toc-placement: preamble\n:scala2_13: 2.13.2\n\nifdef::env-github[]\nimage: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\"]\nimage:https://badges.gitter.im/Join%20Chat.svg[Join the chat at, link=\"https://gitter.im/woq-blended/blended?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\"]\nimage: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\u0026utm_medium=referral\u0026utm_content=woq-blended/blended\u0026utm_campaign=Badge_Grade\"]\nimage: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\"]\nendif::[]\n\n== Project Mission\n\n_Blended_ provides a Scala based integration framework to easily develop component based applications on top of Akka, AkkaHttp, JMS and other communication libraries.\n\nThe _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.\n\nThe _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.\n\nThe _Blended test framework_ allows to execute functional cross-component tests mimicking the final container environment with minimal effort.\n\nThe _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.\n\n====\n_Blended_ is the backend for a distributed retail communication software.\nAll 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].\n\nCurrently blended is in it's 3rd generation and in production since ~2014.\n====\n\n== Related projects\n\nhttps://github.com/woq-blended/blended.mgmt.ui[Blended Management UI]::\n  A web front end the _Blended Management Framework_ built with Scala.Js.\n\nhttps://github.com/woq-blended/blended.container[Blended example container and integration tests]::\n  Some packaging examples and simple integration flows complete with packaging and integration tests.\n\n== Build from source\n\nWe use https://github.com/lihaoyi/mill[Mill build tool] to build blended.\n\nAs we have some shared modules between Scala and Scala.Js, `node` and `yarn` is also required on the developer machine.\n\nAfter 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].\n\nWe currently target Java 8 and Java 11 with _Scala 2.13 and Scala.js 1_.\n\n=== Selected build targets / commands\n\n|===\n| mill command | Description\n\n| `mill __.publishLocal`\n| Build and publish all publishable artifacts into a local ivy2 repository.\n\n| `mill __.publishM2Local`\n| Build and publish all publishable artifacts into a local Maven2 repository.\n\n| `mill blended[{scala2_13}].__.osgiBundle`\n| Build all OSGi bundles for Scala {scala2_13}\n\n| `mill blended[{scala2_13}].__.testCached`\n| Run all tests for Scala {scala2_13}\n\n| `mill -j 0 -k __.testCached`\n| Run all unit test in parallel and keep mill going even a test failure occured\n\n| `mill scoverage.htmlReportAll`\n| Generate a HTML Coverage report based on previously ran tests\n|===\n\n=== IDE support\n\nWe use https://www.jetbrains.com/idea/[IntelliJ] in our project.\nYou can generate IntelliJ IDEA project files with mill with the following commandline:\n\n----\nmill mill.scalalib.GenIdea/idea\n----\n\n== Download  artifacts from Maven Central\n\nYou 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].\n\n== License\n\nBlended ist published under the http://www.apache.org/licenses/LICENSE-2.0[Apache License, Version 2.0]\n\n== Contribute\n\nWhy not just clone our repo, dig around and send us some pull requests ....\n\n== Supporters\n\nhttps://www.jetbrains.com[JetBrains] is kindly supporting our project with full developer licenses of their product stack.\n\n== Feedback\n\nWe are keen to know what you think about Blended. What are your use cases, your wishes?\n\nIf you spot something that makes you want to pull your hair, https://github.com/woq-blended/blended/issues[let us know] ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoq-blended%2Fblended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoq-blended%2Fblended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoq-blended%2Fblended/lists"}