No description
- Java 97.2%
- Shell 2.8%
|
All checks were successful
Build / build (push) Successful in 1m54s
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` |  |  | | [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.36.3` → `3.37.0` |  |  | [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> |
||
|---|---|---|
| .github | ||
| .mvn/wrapper | ||
| docs | ||
| open-service-broker-api | ||
| open-service-broker-client | ||
| open-service-broker-model | ||
| open-service-broker-schema-validator | ||
| scripts | ||
| .gitattributes | ||
| .gitignore | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
| README.md | ||
open-service-broker
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