No description
Find a file
maven_release_technical_account 23a881e306
All checks were successful
Build / build (push) Successful in 1m28s
chore: prepare for next development iteration
2026-03-25 16:26:09 +00:00
.github chore: bump version to 2.0.1 2026-03-25 17:25:00 +01:00
.mvn/wrapper fix(deps): update maven to 3.9.14 (renovate) 2026-03-25 16:20:46 +00:00
docs chore: Added Humberto to codeowners 2025-10-29 16:17:45 +01:00
open-service-broker-api chore: prepare for next development iteration 2026-03-25 16:26:09 +00:00
open-service-broker-client chore: prepare for next development iteration 2026-03-25 16:26:09 +00:00
open-service-broker-model chore: prepare for next development iteration 2026-03-25 16:26:09 +00:00
.gitattributes chore: initial commit 2024-12-03 17:38:16 +01:00
.gitignore chore: initial commit 2024-12-03 17:38:16 +01:00
mvnw chore: Make mvnw executable 2025-09-12 10:53:46 +02:00
mvnw.cmd fix(deps): update maven-wrapper to 3.3.3 2025-08-30 14:39:52 +00:00
pom.xml chore: prepare for next development iteration 2026-03-25 16:26:09 +00:00
README.md docs(README): update sonarqube badges 2025-08-28 21:00:09 +02:00

open-service-broker

Java version OSB Spec Coverage Duplicated Lines (%) Quality Gate Status Security Rating Reliability Rating Maintainability Rating

Introduction

This repository contains Java modules written with Quarkus framework that are used to implement a Service Broker based on the Open Service Broker API specification.

Specification

The specification of Open Service Broker API version 2.17 can be found on its GitHub repository.

For easier reference, it has been copied to this repository;

Modules

  • open-service-broker-api
    • This module contains the API endpoints from the specification
  • open-service-broker-client
    • This module contains the REST client that is used to communicate with the Service Broker
  • open-service-broker-model
    • This module contains the model classes that are used to represent the Service Broker API objects