{"id":19838486,"url":"https://github.com/zapodot/constretto-play","last_synced_at":"2025-10-12T01:47:25.181Z","repository":{"id":2283040,"uuid":"3240354","full_name":"zapodot/constretto-play","owner":"zapodot","description":"Play module for to make it easier to integrate the Constretto configuration framework with Play!","archived":false,"fork":false,"pushed_at":"2015-04-06T16:58:13.000Z","size":6793,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T08:06:51.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rjbs/Pod-Elemental-Transformer-List","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zapodot.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-22T15:53:47.000Z","updated_at":"2021-04-02T02:11:49.000Z","dependencies_parsed_at":"2022-09-02T07:01:27.485Z","dependency_job_id":null,"html_url":"https://github.com/zapodot/constretto-play","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zapodot/constretto-play","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapodot%2Fconstretto-play","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapodot%2Fconstretto-play/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapodot%2Fconstretto-play/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapodot%2Fconstretto-play/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapodot","download_url":"https://codeload.github.com/zapodot/constretto-play/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapodot%2Fconstretto-play/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009791,"owners_count":26084648,"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-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2024-11-12T12:17:55.950Z","updated_at":"2025-10-12T01:47:25.165Z","avatar_url":"https://github.com/zapodot.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Constretto Play Module\n===================\n**This project is not actively maintained. Feel free to fork this repo and continue this effort if you actually need it**\n\n * Integrates the [Constretto framework](http://constretto.org) with Play\n * Adds support for using Play's ID mechanism to specify environment. \n * Makes all the properties in \"application.conf\" available for injection\n * Injection of configuration for controller classes using Constretto's @Configuration annotation\n * The module has been developed and tested with Play 1.2.4\n\nExamples:\n--------------------\n\n    public class Application extends Controller {\n    \n    @Configuration(expression = \"example.text\")\n    static String text;\n\n    @Configuration(expression = \"example.number\", defaultValue = \"0\", required = false)\n    static Integer number;\n\n    ...\n    }\n\nIf the configuration expression in the first property is not in found in application.conf, Constretto will throw a ConstrettoException (which is a RuntimeException) . \n\nIf you provide a value for the 'defaultValue' property like in the second property that will be used if Constretto can not find a value for the expression in the configuration file.\n\nWhen you change values for the properties in application.conf and hit reload the Constretto Play modul will automatically re-inject values in to the annotated fields in all your controllers.\n\n\nChange history\n--------------------\n * v.01 (built 2012-01-25): basic integration with Play controllers done\n\nIf you have experience any issues or have change requests for this module, please use the [GitHub issue tracker](https://github.com/zapodot/constretto-play/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapodot%2Fconstretto-play","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapodot%2Fconstretto-play","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapodot%2Fconstretto-play/lists"}