{"id":28943913,"url":"https://github.com/spring-cloud/spring-cloud-open-service-broker","last_synced_at":"2025-10-24T00:34:26.624Z","repository":{"id":3021029,"uuid":"48203032","full_name":"spring-cloud/spring-cloud-open-service-broker","owner":"spring-cloud","description":"Spring Cloud project for creating service brokers that conform to the Open Server Broker API specification","archived":false,"fork":false,"pushed_at":"2025-06-09T14:44:09.000Z","size":4915,"stargazers_count":179,"open_issues_count":11,"forks_count":117,"subscribers_count":32,"default_branch":"4.5.x","last_synced_at":"2025-06-09T15:31:33.924Z","etag":null,"topics":["cloudfoundry","kubernetes","open-service-broker","open-service-broker-api","service-broker","spring-cloud"],"latest_commit_sha":null,"homepage":"https://spring.io/projects/spring-cloud-open-service-broker","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spring-cloud.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.adoc","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-12-17T23:06:57.000Z","updated_at":"2025-06-09T14:44:12.000Z","dependencies_parsed_at":"2023-10-20T17:08:09.582Z","dependency_job_id":"f7bb06c1-4e33-4817-a571-78ac95833c04","html_url":"https://github.com/spring-cloud/spring-cloud-open-service-broker","commit_stats":{"total_commits":708,"total_committers":29,"mean_commits":"24.413793103448278","dds":0.3305084745762712,"last_synced_commit":"1bdd5341eef0242bad89ecd8514007ec5483f4e8"},"previous_names":["spring-cloud/spring-cloud-cloudfoundry-service-broker"],"tags_count":90,"template":false,"template_full_name":null,"purl":"pkg:github/spring-cloud/spring-cloud-open-service-broker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-cloud%2Fspring-cloud-open-service-broker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-cloud%2Fspring-cloud-open-service-broker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-cloud%2Fspring-cloud-open-service-broker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-cloud%2Fspring-cloud-open-service-broker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-cloud","download_url":"https://codeload.github.com/spring-cloud/spring-cloud-open-service-broker/tar.gz/refs/heads/4.5.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-cloud%2Fspring-cloud-open-service-broker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261417630,"owners_count":23155082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudfoundry","kubernetes","open-service-broker","open-service-broker-api","service-broker","spring-cloud"],"created_at":"2025-06-23T05:14:40.891Z","updated_at":"2025-10-24T00:34:26.619Z","avatar_url":"https://github.com/spring-cloud.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"image:https://github.com/spring-cloud/spring-cloud-open-service-broker/workflows/build/badge.svg[\"GitHub Actions\", link=\"https://github.com/spring-cloud/spring-cloud-open-service-broker/actions/workflows/build.yml\"]\n\n= Overview\n\nSpring Cloud Open Service Broker is a framework for building https://projects.spring.io/spring-boot/[Spring Boot] applications that implement the https://www.openservicebrokerapi.org/[Open Service Broker API].\n\n== Version Compatibility\n\nThe following table describes the version compatibility matrix for the various releases of Spring Cloud Open Service Broker. Please note that certain Spring Boot versions have reached https://spring.io/projects/spring-boot#support[end of support]. We recommend upgrading to a version of Spring Cloud Open Service Broker that supports a newer version of Spring Boot.\n\n[%header,cols=5*]\n|===\n|https://spring.io/projects/spring-cloud-open-service-broker[Spring Cloud Open Service Broker]|https://github.com/openservicebrokerapi/servicebroker[Open Service Broker API] |https://spring.io/projects/spring-boot[Spring Boot] |https://projects.spring.io/spring-framework/[Spring Framework]|JDK\n|4.5.x |2.16 |3.5.x |6.2.x|17\n|4.4.x |2.16 |3.4.x |6.2.x|17\n|4.3.x |2.16 |3.3.x |6.1.x|17\n|4.2.x |2.16 |3.2.x |6.1.x|17\n|3.6.x |2.16 |2.7.x |5.3.x|8\n|===\n\n[NOTE]\nSpring WebFlux and Spring MVC are both supported in version 3.0 and later\n\n== Getting Started\n\nSee the https://spring.io/projects/spring-cloud-open-service-broker/[project site] and https://docs.spring.io/spring-cloud-open-service-broker/docs/current/reference/[reference documentation] to get started building a service broker using this framework.\n\n=== Gradle Dependencies\n\n```\nimplementation(\"org.springframework.cloud:spring-cloud-starter-open-service-broker:4.4.0\")\n```\n\n=== Maven Dependencies:\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.springframework.cloud\u003c/groupId\u003e\n  \u003cartifactId\u003espring-cloud-starter-open-service-broker\u003c/artifactId\u003e\n  \u003cversion\u003e4.4.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n== Build\n\nThis project requires Java 17.\n\nThe project is built with Gradle. The https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] allows you to build the project on multiple platforms and even if you do not have Gradle installed; run it in place of the `gradle` command (as `./gradlew`) from the root of the main project directory.\n\n=== Compile the project and run tests\n\n    ./gradlew build\n\nDeploy the artifacts to your local maven repository:\n\n    ./gradlew publishToMavenLocal\n\nPerform all checks, including checkstyle, unit tests, and contract tests:\n\n    ./gradlew check\n\nFormat source according to the https://github.com/spring-io/spring-javaformat[spring-javaformat] project standards\n\n    ./gradlew format\n\nRun only unit tests:\n\n    ./gradlew test\n\nRun only contract tests:\n\n    ./gradlew contractTest\n\n== Working with the code\n\nIf you don't have an IDE preference we would recommend that you use\nhttps://spring.io/tools[Spring Tool Suite] or\nhttps://eclipse.org[Eclipse] when working with the code. We use the\nhttps://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools\nshould also work without issue as long as they use Maven 3.3.3 or better.\n\n== Contributing\n\nSpring Cloud is released under the non-restrictive Apache 2.0 license,\nand follows a very standard Github development process, using Github\ntracker for issues and merging pull requests into master. If you want\nto contribute even something trivial please do not hesitate, but\nfollow the guidelines below.\n\n=== Sign the Contributor License Agreement\n\nBefore we accept a non-trivial patch or pull request we will need you to sign the\nhttps://cla.pivotal.io/sign/spring[Contributor License Agreement].\nSigning the contributor's agreement does not grant anyone commit rights to the main\nrepository, but it does mean that we can accept your contributions, and you will get an\nauthor credit if we do.  Active contributors might be asked to join the core team, and\ngiven the ability to merge pull requests.\n\n=== Code of Conduct\n\nThis project adheres to the Contributor Covenant link:/CODE_OF_CONDUCT.adoc[code of\nconduct]. By participating, you  are expected to uphold this code. Please report\nunacceptable behavior to spring-code-of-conduct@pivotal.io.\n\n=== Code Conventions and Housekeeping\n\nNone of these is essential for a pull request, but they will all help.  They can also be\nadded after the original pull request but before a merge.\n\n* Use the Spring Framework code format conventions. If you use Eclipse\n  you can import formatter settings using the\n  `eclipse-code-formatter.xml` file from the\n  https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml[Spring\n  Cloud Build] project. If using IntelliJ, you can use the\n  https://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter\n  Plugin] to import the same file.\n* Make sure all new `.java` files to have a simple Javadoc class comment with at least an\n  `@author` tag identifying you, and preferably at least a paragraph on what the class is\n  for.\n* Add the ASF license header comment to all new `.java` files (copy from existing files\n  in the project)\n* Add yourself as an `@author` to the .java files that you modify substantially (more\n  than cosmetic changes).\n* Add some Javadocs and, if you change the namespace, some XSD doc elements.\n* A few unit tests would help a lot as well -- someone has to do it.\n* If no-one else is using your branch, please rebase it against the current master (or\n  other target branch in the main project).\n* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],\n  if you are fixing an existing issue please add `Fixes #XXXX` at the end of the commit\n  message (where XXXX is the GitHub issue number).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-cloud%2Fspring-cloud-open-service-broker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-cloud%2Fspring-cloud-open-service-broker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-cloud%2Fspring-cloud-open-service-broker/lists"}