{"id":27594431,"url":"https://github.com/jenkinsci/commons-lang3-api-plugin","last_synced_at":"2025-09-06T00:33:58.475Z","repository":{"id":39639912,"uuid":"458763864","full_name":"jenkinsci/commons-lang3-api-plugin","owner":"jenkinsci","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-25T02:12:32.000Z","size":51,"stargazers_count":1,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-25T05:42:09.762Z","etag":null,"topics":["api-plugin","jenkins"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/commons-lang3-api/","language":null,"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/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-02-13T09:29:36.000Z","updated_at":"2025-08-25T02:12:35.000Z","dependencies_parsed_at":"2023-11-27T03:32:10.917Z","dependency_job_id":"6ddeb591-bfab-4068-966c-c5ee681cb2bc","html_url":"https://github.com/jenkinsci/commons-lang3-api-plugin","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/jenkinsci/commons-lang3-api-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fcommons-lang3-api-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fcommons-lang3-api-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fcommons-lang3-api-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fcommons-lang3-api-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/commons-lang3-api-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fcommons-lang3-api-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842566,"owners_count":25177919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api-plugin","jenkins"],"created_at":"2025-04-22T10:32:01.090Z","updated_at":"2025-09-06T00:33:57.593Z","avatar_url":"https://github.com/jenkinsci.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"commons-lang3-api Plugin\n===================\n\nThis plugin provides [Commons Lang v3.x](https://commons.apache.org/proper/commons-lang/) to Jenkins Plugins.\u003cbr\u003e\n\nVersion will be \"\u0026lt;commons-lang version\u0026gt;_\u0026lt;plugin version\u0026gt;\", so it is clear what upstream dependency is being offered and so the plugin can be patched by \"plugin version\" if required.\n\n## How to introduce to your plugin\n\n### Plugins directly depending on commons-lang3\n\nReplace the dependency to `org.apache.commons:commons-lang3` with the dependency to `commons-lang3-api`.\nAvoid version conflicts by using the [Jenkins plugin BOM](https://github.com/jenkinsci/bom#readme) rather than depending on a specific version.\n\n* Before:\n    ```\n    \u003cdependencies\u003e\n      ...\n      \u003cdependency\u003e\n        \u003cgroupId\u003eorg.apache.commons\u003c/groupId\u003e\n        \u003cartifactId\u003ecommons-lang3\u003c/artifactId\u003e\n        \u003cversion\u003e3.13.0\u003c/version\u003e\n      \u003c/dependency\u003e\n      ...\n    \u003c/dependencies\u003e\n    ```\n* After:\n    ```\n    \u003cdependencies\u003e\n      ...\n      \u003cdependency\u003e\n        \u003cgroupId\u003eio.jenkins.plugins\u003c/groupId\u003e\n        \u003cartifactId\u003ecommons-lang3-api\u003c/artifactId\u003e\n      \u003c/dependency\u003e\n      ...\n    \u003c/dependencies\u003e\n    ```\n\n### Historical change log\n\nFor current versions, see [GitHub Releases](https://github.com/jenkinsci/commons-lang3-api-plugin/releases).\n\n#### Version 3.12.0.0 (Feb 15, 2022)\n- First release\n- Looks at breaking plugin dependencies upon core jenkins, as discussed [[PR#6267](https://github.com/jenkinsci/jenkins/pull/6267#issuecomment-1036644004)] and Jenkins Core update by [[PR#6270](https://github.com/jenkinsci/jenkins/pull/6270)].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fcommons-lang3-api-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fcommons-lang3-api-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fcommons-lang3-api-plugin/lists"}