No description
  • Java 97.2%
  • Shell 2.8%
Find a file
Renovate Bot 8bb2995660
All checks were successful
Build / build (push) Successful in 1m54s
feat(deps): update quarkus packages to 3.37.0 (renovate) (#179)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.36.3` → `3.37.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.quarkus.platform:quarkus-maven-plugin/3.37.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.quarkus.platform:quarkus-maven-plugin/3.36.3/3.37.0?slim=true) |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.36.3` → `3.37.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.quarkus.platform:quarkus-bom/3.37.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.quarkus.platform:quarkus-bom/3.36.3/3.37.0?slim=true) |

[Quarkus Blog Posts](https://quarkus.io/blog/)

[Quarkus Blog Post for 3.37.0](https://quarkus.io/blog/quarkus-3-37-0-released/)

[GitHub Release Notes for 3.37.0](https://github.com/quarkusio/quarkus/releases/tag/3.37.0)

[Migration Guides](https://github.com/quarkusio/quarkus/wiki/Migration-Guides)

[Migration Guide for 3.37](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.37)

---

### Release Notes

<details>
<summary>quarkusio/quarkus-platform (io.quarkus.platform:quarkus-maven-plugin)</summary>

### [`v3.37.0`](https://github.com/quarkusio/quarkus-platform/compare/3.36.3...3.37.0)

[Compare Source](https://github.com/quarkusio/quarkus-platform/compare/3.36.3...3.37.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 9am and before 4pm every weekday" in timezone Europe/Zurich.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMy4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwcy9qYXZhIiwicmVub3ZhdGUiLCJ0eXBlL21pbm9yIl19-->

Reviewed-on: #179
Reviewed-by: Jorge Bornhausen <jorge.bornhausen@phoeniqs.com>
2026-06-26 14:50:34 +00:00
.github ci(github-action)!: Update https://github.com/actions/checkout action to v7 (renovate) (#174) 2026-06-22 14:15:11 +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 feat(deps): update quarkus packages to 3.37.0 (renovate) (#179) 2026-06-26 14:50:34 +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