{"id":17006395,"url":"https://github.com/mcruzdev/quarkus-restlint","last_synced_at":"2026-03-17T14:50:50.517Z","repository":{"id":255202010,"uuid":"845283884","full_name":"mcruzdev/quarkus-restlint","owner":"mcruzdev","description":"JUG Vale 2024-08-22 @ Adyen","archived":false,"fork":false,"pushed_at":"2024-11-06T04:19:08.000Z","size":1018,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-06T05:20:46.301Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcruzdev.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}},"created_at":"2024-08-21T00:26:45.000Z","updated_at":"2024-11-06T04:17:06.000Z","dependencies_parsed_at":"2024-08-28T15:43:20.432Z","dependency_job_id":"1d34fd91-d0e4-4d1a-b7f7-113f62c49e4c","html_url":"https://github.com/mcruzdev/quarkus-restlint","commit_stats":null,"previous_names":["mcruzdev/quarkus-restlint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fquarkus-restlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fquarkus-restlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fquarkus-restlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcruzdev%2Fquarkus-restlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcruzdev","download_url":"https://codeload.github.com/mcruzdev/quarkus-restlint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226986672,"owners_count":17713649,"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-14T05:05:43.605Z","updated_at":"2026-03-17T14:50:45.477Z","avatar_url":"https://github.com/mcruzdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quarkus Restlint\n\nThis extension was created for the 18th JUG Vale event. \n\nTitle: [Desbravando o Quarkus Criando extensōes para sua aplicação nativa de nuvem](https://docs.google.com/presentation/d/1ntc2m3EO6DRYGSkz6vOETGDPLXo2FWGi/edit#slide=id.p4)\n\n![img.png](jug-vale.png)\n\nThe idea is to demonstrate what is possible to create with a Quarkus extensions.\n\nThe goal of this extension is to evict the developer to allow request body when using a GET verb.\n\n```java\n@GET\npublic Response findByName(Map\u003cString, Object\u003e body) {}\n```\n\nWe want to assert that the developer have to use `@QueryParam`, `@Context` or `@PathParam`annotations.\n\n```java\n@GET\npublic Response findByName(@QueryParam(\"name\") String name) {}\n```\n\n## Features\n\nA DevUI page describing what errors has in the source code.\n\n![img.png](dev-ui.png)\n\nThe source code responsible for creating this DevUI page can be found [here](./deployment/src/main/java/io/quarkiverse/restlint/deployment/RestlintProcessor.java).\n\n## Links\n\n### Writing extensions\n\nIf you want to learn more about how to create a Quarkus extension see the following links:\n\n- https://matheuscruz.dev\n- https://quarkus.io/guides/writing-extensions\n- https://quarkus.io/guides/building-my-first-extension\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcruzdev%2Fquarkus-restlint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcruzdev%2Fquarkus-restlint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcruzdev%2Fquarkus-restlint/lists"}