No description
  • Java 97.2%
  • Shell 2.8%
Find a file
Jorge Bornhausen dd9ea4f4b8
All checks were successful
Build / build (push) Successful in 1m55s
fix(deps): update quarkus packages to 3.38.1 (renovate) (#187)
Co-authored-by: Renovate Bot <renovate-bot@phoenix-technologies.ch>
Reviewed-on: #187
2026-08-06 09:48:44 +00:00
.github ci(github-action)!: Update https://github.com/actions/cache action to v6 (renovate) (#178) 2026-06-28 07:32:01 +00:00
.mvn/wrapper fix(deps): update maven to 3.9.16 (renovate) (#161) 2026-05-26 13:26:50 +00:00
docs chore: Added Humberto to codeowners 2025-10-29 16:17:45 +01:00
open-service-broker-api chore: bump main version to 999-SNAPSHOT 2026-06-03 23:12:35 +02:00
open-service-broker-client chore: bump main version to 999-SNAPSHOT 2026-06-03 23:12:35 +02:00
open-service-broker-model chore: bump main version to 999-SNAPSHOT 2026-06-03 23:12:35 +02:00
open-service-broker-schema-validator chore: bump main version to 999-SNAPSHOT 2026-06-03 23:12:35 +02: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 fix(deps): update maven-wrapper to 3.3.4 (renovate) (#175) 2026-06-22 12:18:11 +00:00
mvnw.cmd fix(deps): update maven-wrapper to 3.3.4 (renovate) (#175) 2026-06-22 12:18:11 +00:00
pom.xml fix(deps): update quarkus packages to 3.38.1 (renovate) (#187) 2026-08-06 09:48:44 +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