JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"java",
"principles",
"design-patterns",
"awesome-list",
"snippets",
"snippets-collection",
"snippets-library",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 47674,
"has_wiki": true,
"homepage": "https://java-design-patterns.com",
"languages": {
"CSS": 9958,
"HTML": 16836,
"Java": 4828079
},
"pushed_at": "2026-07-15T22:34:11Z",
"created_at": "2014-08-09T16:45:18Z",
"owner_type": "User",
"updated_at": "2026-07-20T12:09:15Z",
"description": "Design patterns implemented in Java",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": "https://www.linkedin.com/in/ilkkaseppala/",
"name": "Ilkka Seppälä",
"type": "User",
"login": "iluwatar",
"company": "@gofore ",
"location": "Finland",
"followers": 4646,
"avatar_url": "https://avatars.githubusercontent.com/u/582346?v=4",
"created_at": "2011-01-25T09:32:44Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 5655
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases_count": 19,
"commits_last_year": 65,
"latest_release_at": "2021-11-11T19:47:49Z",
"latest_release_tag": "1.25.0",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 8,
"days_since_latest_release": 1711,
"mean_days_between_releases": 177.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 27375,
"stars": 94241,
"watchers": 3677,
"open_issues_and_prs": 146
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"largest_source_bytes": 30878,
"source_files_sampled": 1902,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 3588
},
"dependencies": {
"manifests": [
"abstract-document/pom.xml",
"abstract-factory/pom.xml",
"active-object/pom.xml",
"actor-model/pom.xml",
"acyclic-visitor/pom.xml",
"adapter/pom.xml",
"ambassador/pom.xml",
"anti-corruption-layer/pom.xml",
"arrange-act-assert/pom.xml",
"async-method-invocation/pom.xml",
"backpressure/pom.xml",
"balking/pom.xml",
"bloc/pom.xml",
"bridge/pom.xml",
"builder/pom.xml",
"business-delegate/pom.xml",
"bytecode/pom.xml",
"caching/pom.xml",
"callback/pom.xml",
"chain-of-responsibility/pom.xml",
"circuit-breaker/pom.xml",
"clean-architecture/pom.xml",
"client-session/pom.xml",
"collecting-parameter/pom.xml",
"collection-pipeline/pom.xml",
"combinator/pom.xml",
"command-query-responsibility-segregation/pom.xml",
"command/pom.xml",
"commander/pom.xml",
"component/pom.xml",
"composite-entity/pom.xml",
"composite-view/pom.xml",
"composite/pom.xml",
"context-object/pom.xml",
"converter/pom.xml",
"curiously-recurring-template-pattern/pom.xml",
"currying/pom.xml",
"dao-factory/pom.xml",
"data-access-object/pom.xml",
"data-bus/pom.xml",
"data-locality/pom.xml",
"data-mapper/pom.xml",
"data-transfer-object/pom.xml",
"decorator/pom.xml",
"delegation/pom.xml",
"dependency-injection/pom.xml",
"dirty-flag/pom.xml",
"domain-model/pom.xml",
"double-buffer/pom.xml",
"double-checked-locking/pom.xml",
"double-dispatch/pom.xml",
"dynamic-proxy/pom.xml",
"event-aggregator/pom.xml",
"event-based-asynchronous/pom.xml",
"event-driven-architecture/pom.xml",
"event-queue/pom.xml",
"event-sourcing/pom.xml",
"execute-around/pom.xml",
"extension-objects/pom.xml",
"facade/pom.xml",
"factory-kit/pom.xml",
"factory-method/pom.xml",
"factory/pom.xml",
"fanout-fanin/pom.xml",
"feature-toggle/pom.xml",
"filterer/pom.xml",
"fluent-interface/pom.xml",
"flux/pom.xml",
"flyweight/pom.xml",
"front-controller/pom.xml",
"function-composition/pom.xml",
"game-loop/pom.xml",
"gateway/pom.xml",
"guarded-suspension/pom.xml",
"half-sync-half-async/pom.xml",
"health-check/pom.xml",
"hexagonal-architecture/pom.xml",
"identity-map/pom.xml",
"immutable/pom.xml",
"intercepting-filter/pom.xml",
"interpreter/pom.xml",
"iterator/pom.xml",
"layered-architecture/pom.xml",
"lazy-loading/pom.xml",
"leader-election/pom.xml",
"leader-followers/pom.xml",
"lockable-object/pom.xml",
"map-reduce/pom.xml",
"marker-interface/pom.xml",
"master-worker/pom.xml",
"mediator/pom.xml",
"memento/pom.xml",
"metadata-mapping/pom.xml",
"microservices-aggregrator/pom.xml",
"microservices-api-gateway/pom.xml",
"microservices-client-side-ui-composition/pom.xml",
"microservices-distributed-tracing/pom.xml",
"microservices-idempotent-consumer/pom.xml",
"microservices-log-aggregation/pom.xml",
"microservices-self-registration/pom.xml",
"model-view-controller/pom.xml",
"model-view-intent/pom.xml",
"model-view-presenter/pom.xml",
"model-view-viewmodel/pom.xml",
"monad/pom.xml",
"money/pom.xml",
"monitor/pom.xml",
"monolithic-architecture/pom.xml",
"monostate/pom.xml",
"multiton/pom.xml",
"mute-idiom/pom.xml",
"notification/pom.xml",
"null-object/pom.xml",
"object-mother/pom.xml",
"object-pool/pom.xml",
"observer/pom.xml",
"optimistic-offline-lock/pom.xml",
"page-controller/pom.xml",
"page-object/pom.xml",
"parameter-object/pom.xml",
"partial-response/pom.xml",
"pipeline/pom.xml",
"poison-pill/pom.xml",
"polling-publisher/pom.xml",
"pom.xml",
"presentation-model/pom.xml",
"private-class-data/pom.xml",
"producer-consumer/pom.xml",
"promise/pom.xml",
"property/pom.xml",
"prototype/pom.xml",
"proxy/pom.xml",
"publish-subscribe/pom.xml",
"queue-based-load-leveling/pom.xml",
"rate-limiting-pattern/pom.xml",
"reactor/pom.xml",
"registry/pom.xml",
"repository/pom.xml",
"resource-acquisition-is-initialization/pom.xml",
"retry/pom.xml",
"role-object/pom.xml",
"saga/pom.xml",
"separated-interface/pom.xml",
"serialized-entity/pom.xml",
"serialized-lob/pom.xml",
"servant/pom.xml",
"server-session/pom.xml",
"service-layer/pom.xml",
"service-locator/pom.xml",
"service-stub/pom.xml",
"service-to-worker/pom.xml",
"session-facade/pom.xml",
"sharding/pom.xml",
"single-table-inheritance/pom.xml",
"singleton/pom.xml",
"spatial-partition/pom.xml",
"special-case/pom.xml",
"specification/pom.xml",
"state/pom.xml",
"step-builder/pom.xml",
"strangler/pom.xml",
"strategy/pom.xml",
"subclass-sandbox/pom.xml",
"table-inheritance/pom.xml",
"table-module/pom.xml",
"template-method/pom.xml",
"templateview/pom.xml",
"thread-pool-executor/pom.xml",
"thread-specific-storage/pom.xml",
"throttling/pom.xml",
"tolerant-reader/pom.xml",
"trampoline/pom.xml",
"transaction-script/pom.xml",
"twin/pom.xml",
"type-object/pom.xml",
"unit-of-work/pom.xml",
"update-method/pom.xml",
"value-object/pom.xml",
"version-number/pom.xml",
"view-helper/pom.xml",
"virtual-proxy/pom.xml",
"visitor/pom.xml"
],
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.slf4j:slf4j-api",
"manifest": "abstract-document/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "abstract-document/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "abstract-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "abstract-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "active-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "active-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.junit:junit-bom",
"manifest": "actor-model/pom.xml",
"ecosystem": "maven",
"version_constraint": "5.11.0"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "actor-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "actor-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "acyclic-visitor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "acyclic-visitor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "adapter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "adapter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "ambassador/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "ambassador/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "anti-corruption-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "async-method-invocation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "async-method-invocation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.projectreactor:reactor-core",
"manifest": "backpressure/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.8.0-M1"
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "backpressure/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "balking/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "balking/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "bridge/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "bridge/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "builder/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "builder/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "business-delegate/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "business-delegate/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "bytecode/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "bytecode/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "caching/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "caching/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.mongodb:bson",
"manifest": "caching/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.mongodb:mongodb-driver-legacy",
"manifest": "caching/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "callback/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "callback/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "chain-of-responsibility/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "chain-of-responsibility/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "circuit-breaker/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "circuit-breaker/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "clean-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "clean-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "client-session/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "client-session/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "collection-pipeline/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "collection-pipeline/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "combinator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "combinator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "command-query-responsibility-segregation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "command-query-responsibility-segregation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "command-query-responsibility-segregation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "command-query-responsibility-segregation/pom.xml",
"ecosystem": "maven",
"version_constraint": "5.6.15.Final"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"manifest": "command-query-responsibility-segregation/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.3.3"
},
{
"name": "javax.xml.bind:jaxb-api",
"manifest": "command-query-responsibility-segregation/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.3.1"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "command/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "command/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "commander/pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "component/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "component/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "composite-entity/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "composite-entity/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "composite-view/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "composite-view/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "jakarta.servlet:jakarta.servlet-api",
"manifest": "composite-view/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.1.0"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "composite/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "composite/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "context-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "context-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "converter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "converter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "curiously-recurring-template-pattern/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "curiously-recurring-template-pattern/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "currying/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "currying/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "dao-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "dao-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "dao-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.mongodb:mongodb-driver-legacy",
"manifest": "dao-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.code.gson:gson",
"manifest": "dao-factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "data-access-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "data-access-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "data-access-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "data-bus/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "data-bus/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "data-locality/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "data-locality/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "data-mapper/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "data-mapper/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "data-transfer-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "data-transfer-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "decorator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "decorator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "delegation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "delegation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "dependency-injection/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "dependency-injection/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.inject:guice",
"manifest": "dependency-injection/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "dirty-flag/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "dirty-flag/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "domain-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "domain-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "domain-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.joda:joda-money",
"manifest": "domain-model/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.0.4"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "double-buffer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "double-buffer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.apache.commons:commons-lang3",
"manifest": "double-buffer/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.18.0"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "double-checked-locking/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "double-checked-locking/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "double-dispatch/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "double-dispatch/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "dynamic-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "dynamic-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"manifest": "dynamic-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.21.4"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "dynamic-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.3"
},
{
"name": "org.springframework:spring-web",
"manifest": "dynamic-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": "7.0.0-M4"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "event-aggregator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "event-aggregator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "event-based-asynchronous/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "event-based-asynchronous/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "event-driven-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "event-driven-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "event-queue/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "event-queue/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "event-sourcing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "event-sourcing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"manifest": "event-sourcing/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.21.4"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "event-sourcing/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.18.3"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "execute-around/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "execute-around/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "extension-objects/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "extension-objects/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "facade/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "facade/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "factory-kit/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "factory-kit/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "factory-method/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "factory-method/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "factory/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "fanout-fanin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "fanout-fanin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "feature-toggle/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "feature-toggle/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "filterer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "filterer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "fluent-interface/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "fluent-interface/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "flux/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "flux/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "flyweight/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "flyweight/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "front-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "front-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "function-composition/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "function-composition/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "game-loop/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "game-loop/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "gateway/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "gateway/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "guarded-suspension/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "guarded-suspension/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "half-sync-half-async/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "half-sync-half-async/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-actuator",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.4.4.Final"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.2"
},
{
"name": "org.springframework.retry:spring-retry",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.0.11"
},
{
"name": "com.h2database:h2",
"manifest": "health-check/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "hexagonal-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "hexagonal-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.inject:guice",
"manifest": "hexagonal-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.mongodb:bson",
"manifest": "hexagonal-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.mongodb:mongodb-driver-legacy",
"manifest": "hexagonal-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "identity-map/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "identity-map/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "immutable/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "immutable/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "interpreter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "interpreter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "iterator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "iterator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "layered-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"manifest": "layered-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "layered-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "lazy-loading/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "lazy-loading/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "leader-election/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "leader-election/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "leader-followers/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "leader-followers/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "lockable-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "lockable-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "marker-interface/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "marker-interface/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "master-worker/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "master-worker/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "mediator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "mediator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "memento/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "memento/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "metadata-mapping/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "metadata-mapping/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "metadata-mapping/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.6.11.Final"
},
{
"name": "javax.xml.bind:jaxb-api",
"manifest": "metadata-mapping/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.4.0-b180830.0359"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"manifest": "metadata-mapping/pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.5"
},
{
"name": "com.h2database:h2",
"manifest": "metadata-mapping/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "microservices-client-side-ui-composition/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "microservices-client-side-ui-composition/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "microservices-distributed-tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-actuator",
"manifest": "microservices-distributed-tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "io.micrometer:micrometer-tracing-bridge-brave",
"manifest": "microservices-distributed-tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.4.5"
},
{
"name": "io.zipkin.reporter2:zipkin-reporter-brave",
"manifest": "microservices-distributed-tracing/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.5.0"
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"manifest": "microservices-idempotent-consumer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "microservices-idempotent-consumer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "microservices-idempotent-consumer/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.4.4.Final"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "microservices-log-aggregation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "microservices-log-aggregation/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "model-view-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "model-view-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "model-view-intent/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "model-view-intent/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "model-view-presenter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "model-view-presenter/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "net.java.dev.swing-layout:swing-layout",
"manifest": "model-view-presenter/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.0.2"
},
{
"name": "org.zkoss.zk:zkbind",
"manifest": "model-view-viewmodel/pom.xml",
"ecosystem": "maven",
"version_constraint": "${zk.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "monad/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "monad/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "monitor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "monitor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "monolithic-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"manifest": "monolithic-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "monolithic-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "jakarta.persistence:jakarta.persistence-api",
"manifest": "monolithic-architecture/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.2.0"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "monostate/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "monostate/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "multiton/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "multiton/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "mute-idiom/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "mute-idiom/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "notification/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "notification/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "null-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "null-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "object-pool/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "object-pool/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "observer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "observer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework:spring-webmvc",
"manifest": "page-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.2.5"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "page-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework:spring-context",
"manifest": "page-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.2.5"
},
{
"name": "org.springframework.boot:spring-boot-starter-thymeleaf",
"manifest": "page-controller/pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.6"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "parameter-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "parameter-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "partial-response/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "partial-response/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "pipeline/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "pipeline/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "poison-pill/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "poison-pill/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.springframework.kafka:spring-kafka",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.3.2"
},
{
"name": "org.springframework.boot:spring-boot",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "javax.annotation:javax.annotation-api",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.3.2"
},
{
"name": "ch.qos.logback:logback-core",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.5.18"
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "polling-publisher/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.5.34"
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.springframework.boot:spring-boot-starter-actuator",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-boot.version}"
},
{
"name": "commons-dbcp:commons-dbcp",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${commons-dbcp.version}"
},
{
"name": "org.htmlunit:htmlunit",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${htmlunit.version}"
},
{
"name": "com.google.code.gson:gson",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${gson.version}"
},
{
"name": "com.google.inject:guice",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${guice.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${logback.version}"
},
{
"name": "org.mockito:mockito-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${mockito.version}"
},
{
"name": "org.mongodb:bson",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${bson.version}"
},
{
"name": "org.mongodb:mongodb-driver-legacy",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${mongo.version}"
},
{
"name": "com.h2database:h2",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${h2.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "presentation-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "presentation-model/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "private-class-data/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "private-class-data/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "producer-consumer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "producer-consumer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "promise/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "promise/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "property/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "property/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "prototype/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "prototype/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "publish-subscribe/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "queue-based-load-leveling/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "queue-based-load-leveling/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "rate-limiting-pattern/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.0.18"
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "rate-limiting-pattern/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.5.34"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "reactor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "reactor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "registry/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "registry/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.data:spring-data-jpa",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.4.4"
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "commons-dbcp:commons-dbcp",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.2"
},
{
"name": "jakarta.annotation:jakarta.annotation-api",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.1.1"
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "repository/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.4.4.Final"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "resource-acquisition-is-initialization/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "resource-acquisition-is-initialization/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "retry/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "retry/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "role-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "role-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "saga/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "saga/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "separated-interface/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "separated-interface/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "serialized-entity/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "serialized-entity/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "serialized-entity/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "serialized-lob/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "serialized-lob/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "serialized-lob/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "servant/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "servant/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "server-session/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "server-session/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.hibernate:hibernate-core",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": "6.6.11.Final"
},
{
"name": "com.h2database:h2",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.5"
},
{
"name": "javax.xml.bind:jaxb-api",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": "2.4.0-b180830.0359"
},
{
"name": "jakarta.persistence:jakarta.persistence-api",
"manifest": "service-layer/pom.xml",
"ecosystem": "maven",
"version_constraint": "3.2.0"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "service-locator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "service-locator/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "service-stub/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "service-stub/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.iluwatar:model-view-controller",
"manifest": "service-to-worker/pom.xml",
"ecosystem": "maven",
"version_constraint": "1.26.0-SNAPSHOT"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "session-facade/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "session-facade/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "sharding/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "sharding/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter",
"manifest": "single-table-inheritance/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"manifest": "single-table-inheritance/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"manifest": "single-table-inheritance/pom.xml",
"ecosystem": "maven",
"version_constraint": "4.0.2"
},
{
"name": "com.h2database:h2",
"manifest": "single-table-inheritance/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "singleton/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "singleton/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "spatial-partition/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "spatial-partition/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "special-case/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "special-case/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "specification/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "specification/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "state/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "state/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "step-builder/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "step-builder/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "strangler/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "strangler/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "strategy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "strategy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.github.stefanbirkner:system-lambda",
"manifest": "subclass-sandbox/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "subclass-sandbox/pom.xml",
"ecosystem": "maven",
"version_constraint": "${slf4j.version}"
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "subclass-sandbox/pom.xml",
"ecosystem": "maven",
"version_constraint": "${logback.version}"
},
{
"name": "ch.qos.logback:logback-core",
"manifest": "subclass-sandbox/pom.xml",
"ecosystem": "maven",
"version_constraint": "${logback.version}"
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "table-module/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "table-module/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "table-module/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "template-method/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "template-method/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "templateview/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "templateview/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "thread-pool-executor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "thread-pool-executor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "thread-specific-storage/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "thread-specific-storage/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "throttling/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "throttling/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "tolerant-reader/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "tolerant-reader/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "trampoline/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "trampoline/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "transaction-script/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "transaction-script/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.h2database:h2",
"manifest": "transaction-script/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "twin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "twin/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "type-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "type-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "com.google.code.gson:gson",
"manifest": "type-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "unit-of-work/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "unit-of-work/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "update-method/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "update-method/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "value-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "value-object/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "version-number/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "version-number/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "view-helper/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "view-helper/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "virtual-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "virtual-proxy/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "org.slf4j:slf4j-api",
"manifest": "visitor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
},
{
"name": "ch.qos.logback:logback-classic",
"manifest": "visitor/pom.xml",
"ecosystem": "maven",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ch.qos.logback:logback-classic",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "ch.qos.logback:logback-classic",
"direct": true,
"version": "1.5.34",
"ecosystem": "maven"
},
{
"name": "ch.qos.logback:logback-core",
"direct": true,
"version": "1.5.18",
"ecosystem": "maven"
},
{
"name": "ch.qos.logback:logback-core",
"direct": true,
"version": "1.5.34",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-core",
"direct": true,
"version": "2.21.4",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.18.3",
"ecosystem": "maven"
},
{
"name": "com.github.stefanbirkner:system-lambda",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.github.stefanbirkner:system-lambda",
"direct": true,
"version": "1.1.0",
"ecosystem": "maven"
},
{
"name": "com.google.code.gson:gson",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.code.gson:gson",
"direct": true,
"version": "2.11.0",
"ecosystem": "maven"
},
{
"name": "com.google.inject:guice",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.google.inject:guice",
"direct": true,
"version": "6.0.0",
"ecosystem": "maven"
},
{
"name": "com.h2database:h2",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "com.h2database:h2",
"direct": true,
"version": "2.3.232",
"ecosystem": "maven"
},
{
"name": "com.iluwatar:model-view-controller",
"direct": true,
"version": "1.26.0-SNAPSHOT",
"ecosystem": "maven"
},
{
"name": "commons-dbcp:commons-dbcp",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "commons-dbcp:commons-dbcp",
"direct": true,
"version": "1.4",
"ecosystem": "maven"
},
{
"name": "io.micrometer:micrometer-tracing-bridge-brave",
"direct": true,
"version": "1.4.5",
"ecosystem": "maven"
},
{
"name": "io.projectreactor:reactor-core",
"direct": true,
"version": "3.8.0-M1",
"ecosystem": "maven"
},
{
"name": "io.zipkin.reporter2:zipkin-reporter-brave",
"direct": true,
"version": "3.5.0",
"ecosystem": "maven"
},
{
"name": "jakarta.annotation:jakarta.annotation-api",
"direct": true,
"version": "2.1.1",
"ecosystem": "maven"
},
{
"name": "jakarta.persistence:jakarta.persistence-api",
"direct": true,
"version": "3.2.0",
"ecosystem": "maven"
},
{
"name": "jakarta.servlet:jakarta.servlet-api",
"direct": true,
"version": "6.1.0",
"ecosystem": "maven"
},
{
"name": "jakarta.xml.bind:jakarta.xml.bind-api",
"direct": true,
"version": "4.0.2",
"ecosystem": "maven"
},
{
"name": "javax.annotation:javax.annotation-api",
"direct": true,
"version": "1.3.2",
"ecosystem": "maven"
},
{
"name": "javax.xml.bind:jaxb-api",
"direct": true,
"version": "2.3.1",
"ecosystem": "maven"
},
{
"name": "javax.xml.bind:jaxb-api",
"direct": true,
"version": "2.4.0-b180830.0359",
"ecosystem": "maven"
},
{
"name": "net.java.dev.swing-layout:swing-layout",
"direct": true,
"version": "1.0.2",
"ecosystem": "maven"
},
{
"name": "org.apache.commons:commons-lang3",
"direct": true,
"version": "3.18.0",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"direct": true,
"version": "2.3.3",
"ecosystem": "maven"
},
{
"name": "org.glassfish.jaxb:jaxb-runtime",
"direct": true,
"version": "4.0.5",
"ecosystem": "maven"
},
{
"name": "org.hibernate:hibernate-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.hibernate:hibernate-core",
"direct": true,
"version": "5.6.15",
"ecosystem": "maven"
},
{
"name": "org.hibernate:hibernate-core",
"direct": true,
"version": "6.4.4",
"ecosystem": "maven"
},
{
"name": "org.hibernate:hibernate-core",
"direct": true,
"version": "6.6.11",
"ecosystem": "maven"
},
{
"name": "org.htmlunit:htmlunit",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.htmlunit:htmlunit",
"direct": true,
"version": "4.17.0",
"ecosystem": "maven"
},
{
"name": "org.joda:joda-money",
"direct": true,
"version": "1.0.4",
"ecosystem": "maven"
},
{
"name": "org.junit:junit-bom",
"direct": true,
"version": "5.11.0",
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": true,
"version": "5.12.0",
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-core",
"direct": true,
"version": "5.14.2",
"ecosystem": "maven"
},
{
"name": "org.mongodb:bson",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mongodb:bson",
"direct": true,
"version": "5.4.0",
"ecosystem": "maven"
},
{
"name": "org.mongodb:mongodb-driver-legacy",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mongodb:mongodb-driver-legacy",
"direct": true,
"version": "5.4.0",
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.slf4j:slf4j-api",
"direct": true,
"version": "2.0.18",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter",
"direct": true,
"version": "3.4.5",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-actuator",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-actuator",
"direct": true,
"version": "3.4.5",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-data-jpa",
"direct": true,
"version": "3.4.5",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-thymeleaf",
"direct": true,
"version": "4.0.6",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"direct": true,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-web",
"direct": true,
"version": "3.4.5",
"ecosystem": "maven"
},
{
"name": "org.springframework.data:spring-data-jpa",
"direct": true,
"version": "3.4.4",
"ecosystem": "maven"
},
{
"name": "org.springframework.kafka:spring-kafka",
"direct": true,
"version": "3.3.2",
"ecosystem": "maven"
},
{
"name": "org.springframework.retry:spring-retry",
"direct": true,
"version": "2.0.11",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-context",
"direct": true,
"version": "6.2.5",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-web",
"direct": true,
"version": "7.0.0-M4",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-webmvc",
"direct": true,
"version": "6.2.5",
"ecosystem": "maven"
},
{
"name": "org.zkoss.zk:zkbind",
"direct": true,
"version": "10.0.0-jakarta",
"ecosystem": "maven"
},
{
"name": "com.diffplug.spotless:spotless-maven-plugin",
"direct": false,
"version": "2.44.2",
"ecosystem": "maven"
},
{
"name": "com.diffplug.spotless:spotless-maven-plugin",
"direct": false,
"version": "2.44.4",
"ecosystem": "maven"
},
{
"name": "com.mycila:license-maven-plugin",
"direct": false,
"version": "5.0.0",
"ecosystem": "maven"
},
{
"name": "de.flapdoodle.embed:de.flapdoodle.embed.mongo",
"direct": false,
"version": "4.33.0",
"ecosystem": "maven"
},
{
"name": "io.projectreactor:reactor-test",
"direct": false,
"version": "3.8.0-RC1",
"ecosystem": "maven"
},
{
"name": "io.rest-assured:rest-assured",
"direct": false,
"version": "5.5.1",
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": false,
"version": "4.12",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-assembly-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-assembly-plugin",
"direct": false,
"version": "3.3.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": "3.14.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "2.19",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.1.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-surefire-plugin",
"direct": false,
"version": "3.5.2",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-war-plugin",
"direct": false,
"version": "3.5.1",
"ecosystem": "maven"
},
{
"name": "org.assertj:assertj-core",
"direct": false,
"version": "3.27.7",
"ecosystem": "maven"
},
{
"name": "org.awaitility:awaitility",
"direct": false,
"version": "4.2.1",
"ecosystem": "maven"
},
{
"name": "org.awaitility:awaitility",
"direct": false,
"version": "4.3.0",
"ecosystem": "maven"
},
{
"name": "org.eclipse.jetty:jetty-maven-plugin",
"direct": false,
"version": "11.0.24",
"ecosystem": "maven"
},
{
"name": "org.hamcrest:hamcrest-core",
"direct": false,
"version": "3.0",
"ecosystem": "maven"
},
{
"name": "org.jacoco:jacoco-maven-plugin",
"direct": false,
"version": "0.8.13",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter",
"direct": false,
"version": "5.11.1",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-api",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-engine",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-engine",
"direct": false,
"version": "5.11.4",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-migrationsupport",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-migrationsupport",
"direct": false,
"version": "5.11.4",
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-params",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.junit.jupiter:junit-jupiter-params",
"direct": false,
"version": "5.11.4",
"ecosystem": "maven"
},
{
"name": "org.junit.platform:junit-platform-launcher",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.mockito:mockito-junit-jupiter",
"direct": false,
"version": "5.16.1",
"ecosystem": "maven"
},
{
"name": "org.projectlombok:lombok",
"direct": false,
"version": "1.16.18",
"ecosystem": "maven"
},
{
"name": "org.projectlombok:lombok",
"direct": false,
"version": "1.18.38",
"ecosystem": "maven"
},
{
"name": "org.sonarsource.scanner.maven:sonar-maven-plugin",
"direct": false,
"version": "5.1.0.4751",
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-maven-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-test",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.boot:spring-boot-starter-test",
"direct": false,
"version": "3.4.5",
"ecosystem": "maven"
},
{
"name": "org.springframework.cloud:spring-cloud-dependencies",
"direct": false,
"version": "2024.0.1",
"ecosystem": "maven"
},
{
"name": "org.springframework.cloud:spring-cloud-starter-netflix-eureka-client",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.cloud:spring-cloud-starter-netflix-eureka-server",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.cloud:spring-cloud-starter-openfeign",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.springframework.kafka:spring-kafka-test",
"direct": false,
"version": "3.3.2",
"ecosystem": "maven"
},
{
"name": "org.testng:testng",
"direct": false,
"version": "7.11.0",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 110,
"direct_count": 65,
"indirect_count": 45
}
},
"maintainership": {
"issues": {
"open_prs": 19,
"merged_prs": 1561,
"open_issues": 127,
"closed_ratio": 0.871,
"closed_issues": 856,
"closed_unmerged_prs": 907
},
"bus_factor": 2,
"top_contributors": [
{
"type": "User",
"login": "iluwatar",
"commits": 1047,
"avatar_url": "https://avatars.githubusercontent.com/u/582346?v=4"
},
{
"type": "User",
"login": "iseppala",
"commits": 817,
"avatar_url": "https://avatars.githubusercontent.com/u/266477234?v=4"
},
{
"type": "Bot",
"login": "allcontributors[bot]",
"commits": 476,
"avatar_url": "https://avatars.githubusercontent.com/in/23186?v=4"
},
{
"type": "User",
"login": "npathai",
"commits": 134,
"avatar_url": "https://avatars.githubusercontent.com/u/1792515?v=4"
},
{
"type": "Bot",
"login": "dependabot[bot]",
"commits": 113,
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4"
},
{
"type": "User",
"login": "mikulucky",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/4526195?v=4"
},
{
"type": "User",
"login": "fluxw42",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/1545460?v=4"
},
{
"type": "User",
"login": "altaiezior",
"commits": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/6075379?v=4"
},
{
"type": "User",
"login": "ohbus",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/13291222?v=4"
},
{
"type": "User",
"login": "thomasoss",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/22516154?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.287
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"maven-ci.yml",
"maven-pr-builder.yml",
"presubmit.yml",
"stale.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "20 out of 22 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 2,
"reason": "badge detected: InProgress",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 6/14 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "84 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b55fc2bcb5f8e1c4b884bca0a38d402d19fe467c",
"ran_at": "2026-07-20T12:22:31Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/iluwatar/java-design-patterns",
"host": "github.com",
"name": "java-design-patterns",
"owner": "iluwatar"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 52,
"vitality": 54,
"community": 86,
"governance": 68,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 65,
"human_commit_share": null,
"days_since_last_push": 4,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "65 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 65
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 19,
"latest_release_tag": "1.25.0",
"releases_from_tags": true,
"days_since_latest_release": 1711,
"mean_days_between_releases": 177.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1711 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1711
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~177.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 177.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "no_commit_sample",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 86,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"forks": 27375,
"stars": 94241,
"watchers": 3677,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "94,241 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 94241
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "27,375 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 27375
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3,677 watchers",
"points": 15,
"status": "met",
"details": [
{
"code": "watchers",
"params": {
"count": 3677
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.287
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 29% of commits",
"points": 16,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 29
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 1561,
"open_issues": 127,
"closed_issues": 856,
"issue_closed_ratio": 0.871,
"closed_unmerged_prs": 907
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "87% of issues closed",
"points": 40.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 87
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1561/2468 decided PRs merged",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1561,
"decided": 2468
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/14 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"followers": 4646,
"owner_type": "User",
"is_verified": null,
"owner_login": "iluwatar",
"public_repos": 11,
"account_age_days": 5655
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4,646 followers of iluwatar",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4646,
"login": "iluwatar"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~15 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 22 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"java",
"principles",
"design-patterns",
"awesome-list",
"snippets",
"snippets-collection",
"snippets-library",
"hacktoberfest"
],
"has_wiki": true,
"homepage": "https://java-design-patterns.com",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://java-design-patterns.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 22 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "badge detected: InProgress",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/14 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "84 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"legible_commit_history"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"has_llms_txt": false,
"legible_history_share": null,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 3588
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"demonstrated_agent_practice"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": null,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 30878,
"source_files_sampled": 1902,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/1902 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1902,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch maven package 'com.iluwatar:abstract-document' from its registry",
"Could not fetch maven package 'com.iluwatar:abstract-factory' from its registry",
"Could not fetch maven package 'com.iluwatar:active-object' from its registry",
"Could not fetch maven package 'com.iluwatar:actor-model' from its registry",
"Could not fetch maven package 'com.iluwatar:acyclic-visitor' from its registry",
"Could not fetch maven package 'com.iluwatar:adapter' from its registry",
"Could not fetch maven package 'com.iluwatar:ambassador' from its registry",
"Could not fetch maven package 'com.iluwatar:anti-corruption-layer' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-20T12:23:31.204545Z",
"schema_version": "0.15.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/iluwatar/java-design-patterns.svg",
"full_name": "iluwatar/java-design-patterns",
"license_state": "custom",
"license_spdx": null
}