{"id":22883646,"url":"https://github.com/xdev-software/flyway-core-slim","last_synced_at":"2026-04-24T20:34:20.046Z","repository":{"id":267611297,"uuid":"901783162","full_name":"xdev-software/flyway-core-slim","owner":"xdev-software","description":"A overlay for flyway-core to exclude unused things","archived":false,"fork":false,"pushed_at":"2026-04-15T05:06:57.000Z","size":989,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-04-15T07:11:43.184Z","etag":null,"topics":["database","flyway","flyway-core","java","slim"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdev-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T10:00:31.000Z","updated_at":"2026-04-14T22:41:27.000Z","dependencies_parsed_at":"2024-12-11T11:33:52.744Z","dependency_job_id":"c1582354-92ab-4d86-9885-e0d0b5e6e93b","html_url":"https://github.com/xdev-software/flyway-core-slim","commit_stats":null,"previous_names":["xdev-software/flyway-core-slim"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/xdev-software/flyway-core-slim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fflyway-core-slim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fflyway-core-slim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fflyway-core-slim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fflyway-core-slim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/flyway-core-slim/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fflyway-core-slim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32239888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","flyway","flyway-core","java","slim"],"created_at":"2024-12-13T18:39:54.009Z","updated_at":"2026-04-24T20:34:20.034Z","avatar_url":"https://github.com/xdev-software.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/maven-central/v/software.xdev/flyway-core-slim?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/flyway-core-slim)\n[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/flyway-core-slim/check-build.yml?branch=develop)](https://github.com/xdev-software/flyway-core-slim/actions/workflows/check-build.yml?query=branch%3Adevelop)\n\n# flyway-core-slim\n\nA overlay for [``flyway-core``](https://github.com/flyway/flyway) to exclude [unused things](https://github.com/flyway/flyway/issues/3893).\n\nDetails about exclusions are available in the [changelogs](./CHANGELOG.md).\n\n## Usage\n\nThis library is primarily designed to be used in conjunction with Spring Boot projects.\n\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n            \u003cartifactId\u003espring-boot-dependencies\u003c/artifactId\u003e\n            \u003cversion\u003e...\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003esoftware.xdev\u003c/groupId\u003e\n        \u003cartifactId\u003eflyway-core-slim\u003c/artifactId\u003e\n        \u003c!-- You should ensure that this version is compatible with the flyway version provided by Spring Boot --\u003e\n        \u003cversion\u003e...\u003c/version\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.flywaydb\u003c/groupId\u003e\n        \u003cartifactId\u003eflyway-mysql\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Installation\n[Installation guide for the latest release](https://github.com/xdev-software/flyway-core-slim/releases/latest#Installation)\n\n## Support\nIf you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).\n\n## Contributing\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n## Dependencies and Licenses\nView the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/flyway-core-slim/dependencies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fflyway-core-slim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Fflyway-core-slim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fflyway-core-slim/lists"}