No description
  • Java 97.2%
  • Shell 2.8%
Find a file
Sanda Popa c7b7f91fc8
All checks were successful
Build / build (pull_request) Successful in 2m12s
Build / build (push) Successful in 1m34s
E26-2004: Redesign - Add subscriptionId filter support
2026-05-07 11:09:35 +00:00
.github ci(github-actions): read reposilite releases url from vars 2026-05-07 01:34:43 +02:00
.mvn/wrapper fix(deps): update maven to 3.9.15 (renovate) 2026-04-21 13:44:46 +00:00
docs chore: Added Humberto to codeowners 2025-10-29 16:17:45 +01:00
open-service-broker-api chore: bump version of main branch to 2.2.0-SNAPSHOT 2026-04-21 16:05:07 +02:00
open-service-broker-client chore: bump version of main branch to 2.2.0-SNAPSHOT 2026-04-21 16:05:07 +02:00
open-service-broker-model chore: bump version of main branch to 2.2.0-SNAPSHOT 2026-04-21 16:05:07 +02:00
open-service-broker-schema-validator E26-2004: Redesign - Add subscriptionId filter support 2026-05-07 11:09:35 +00:00
scripts ci: implement new release process 2026-04-21 16:03:40 +02:00
.gitattributes chore: add *.sh to .gitattributes 2026-05-06 22:32:05 +02: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 feat(deps): update quarkus packages to 3.35.2 (renovate) (#155) 2026-05-06 22:45:56 +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