{"id":15337233,"url":"https://github.com/vy/quasar-maven-plugin","last_synced_at":"2026-01-11T11:50:45.815Z","repository":{"id":20046107,"uuid":"23314444","full_name":"vy/quasar-maven-plugin","owner":"vy","description":"Maven plugin for the ahead-of-time Quasar instrumentation.","archived":true,"fork":false,"pushed_at":"2023-08-15T17:43:48.000Z","size":39,"stargazers_count":47,"open_issues_count":4,"forks_count":19,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-06T17:23:52.335Z","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":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-25T13:23:15.000Z","updated_at":"2024-11-05T19:25:32.000Z","dependencies_parsed_at":"2022-08-05T07:02:38.789Z","dependency_job_id":null,"html_url":"https://github.com/vy/quasar-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vy%2Fquasar-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vy%2Fquasar-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vy%2Fquasar-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vy%2Fquasar-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vy","download_url":"https://codeload.github.com/vy/quasar-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248995101,"owners_count":21195497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T10:20:15.070Z","updated_at":"2025-04-15T02:36:57.662Z","avatar_url":"https://github.com/vy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Warning!** Due to lack of time and [Quasar developers' unwillingness to\ndistribute this plug-in in the official Quasar release](https://groups.google.com/d/msg/quasar-pulsar-user/GzvktONJkpY/t1_MmdcLAgAJ),\n**I AM NOT MAINTAINING THIS PLUG-IN ANYMORE.** (Further, I am not even sure if\nQuasar itself is maintained at all.) That being said, I would be more than happy\nto handover the project to someone else stepping up.\n\n[![Build Status](https://secure.travis-ci.org/vy/quasar-maven-plugin.svg)](http://travis-ci.org/vy/quasar-maven-plugin)\n[![Maven Central](https://img.shields.io/maven-central/v/com.vlkan/quasar-maven-plugin.svg)](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22quasar-maven-plugin%22)\n\n[Quasar](http://docs.paralleluniverse.co/quasar/) is a Java library that\nprovides high-performance lightweight threads, Go-like channels, Erlang-like\nactors, and other asynchronous programming tools. Quasar fibers rely on bytecode\ninstrumentation. This can be done at classloading time via a Java Agent, or at\ncompilation time. This project ships a Maven plugin for the ahead-of-time Quasar\ninstrumentation of the compiled class files.\n\nUsage\n=====\n\nConfigure the plugin to instrument the code:\n\n```xml\n\u003cplugin\u003e\n    \u003cgroupId\u003ecom.vlkan\u003c/groupId\u003e\n    \u003cartifactId\u003equasar-maven-plugin\u003c/artifactId\u003e\n    \u003cversion\u003e0.7.9\u003c/version\u003e\n    \u003cconfiguration\u003e\n        \u003ccheck\u003etrue\u003c/check\u003e\n        \u003cdebug\u003etrue\u003c/debug\u003e\n        \u003cverbose\u003etrue\u003c/verbose\u003e\n    \u003c/configuration\u003e\n    \u003cexecutions\u003e\n        \u003cexecution\u003e\n            \u003cgoals\u003e\n                \u003cgoal\u003einstrument\u003c/goal\u003e\n            \u003c/goals\u003e\n        \u003c/execution\u003e\n    \u003c/executions\u003e\n\u003c/plugin\u003e\n```\n\nContributors\n============\n\n- [Stéphane Épardaud](https://github.com/FroMage)\n\nLicense\n=======\n\nCopyright \u0026copy; 2014-2017 [Volkan Yazıcı](http://vlkan.com/)\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions and the following disclaimer in\n   the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n   contributors may be used to endorse or promote products derived from\n   this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\nTHE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvy%2Fquasar-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvy%2Fquasar-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvy%2Fquasar-maven-plugin/lists"}