{"id":19748902,"url":"https://github.com/jnbdz/quarkus-cas-client","last_synced_at":"2026-05-14T17:08:01.430Z","repository":{"id":140345032,"uuid":"489206005","full_name":"jnbdz/quarkus-cas-client","owner":"jnbdz","description":"Quarkus CAS client.","archived":false,"fork":false,"pushed_at":"2022-05-06T14:42:44.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T17:03:03.812Z","etag":null,"topics":["cas-client","cas-sso","java","java11","quarkus"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jnbdz.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-06T03:44:51.000Z","updated_at":"2022-05-06T03:55:23.000Z","dependencies_parsed_at":"2023-03-13T10:43:34.332Z","dependency_job_id":null,"html_url":"https://github.com/jnbdz/quarkus-cas-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jnbdz/quarkus-cas-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnbdz%2Fquarkus-cas-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnbdz%2Fquarkus-cas-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnbdz%2Fquarkus-cas-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnbdz%2Fquarkus-cas-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnbdz","download_url":"https://codeload.github.com/jnbdz/quarkus-cas-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnbdz%2Fquarkus-cas-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33034804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["cas-client","cas-sso","java","java11","quarkus"],"created_at":"2024-11-12T02:24:11.100Z","updated_at":"2026-05-14T17:08:01.390Z","avatar_url":"https://github.com/jnbdz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quarkus-cas-client Project\n\nThis project uses Quarkus, the Supersonic Subatomic Java Framework.\n\nIf you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .\n\n## Running the application in dev mode\n\nYou can run your application in dev mode that enables live coding using:\n```shell script\n./gradlew quarkusDev\n```\n\n\u003e **_NOTE:_**  Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.\n\n## Packaging and running the application\n\nThe application can be packaged using:\n```shell script\n./gradlew build\n```\nIt produces the `quarkus-run.jar` file in the `build/quarkus-app/` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `build/quarkus-app/lib/` directory.\n\nThe application is now runnable using `java -jar build/quarkus-app/quarkus-run.jar`.\n\nIf you want to build an _über-jar_, execute the following command:\n```shell script\n./gradlew build -Dquarkus.package.type=uber-jar\n```\n\nThe application, packaged as an _über-jar_, is now runnable using `java -jar build/*-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using: \n```shell script\n./gradlew build -Dquarkus.package.type=native\n```\n\nOr, if you don't have GraalVM installed, you can run the native executable build in a container using: \n```shell script\n./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./build/quarkus-cas-client-1.0.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.\n\n## Related Guides\n\n- Camel Freemarker ([guide](https://camel.apache.org/camel-quarkus/latest/reference/extensions/freemarker.html)): Transform messages using FreeMarker templates\n- Quarkus Extension for Spring Security API ([guide](https://quarkus.io/guides/spring-security)): Secure your application with Spring Security annotations\n- Quarkus Extension for Spring Web API ([guide](https://quarkus.io/guides/spring-web)): Use Spring Web annotations to create your REST services\n\n## Provided Code\n\n### Spring Web\n\nSpring, the Quarkus way! Start your RESTful Web Services with a Spring Controller.\n\n[Related guide section...](https://quarkus.io/guides/spring-web#greetingcontroller)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnbdz%2Fquarkus-cas-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnbdz%2Fquarkus-cas-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnbdz%2Fquarkus-cas-client/lists"}