{"id":20877429,"url":"https://github.com/t1/wildfly-glow-demo","last_synced_at":"2025-06-28T10:35:15.882Z","repository":{"id":225449399,"uuid":"766027126","full_name":"t1/wildfly-glow-demo","owner":"t1","description":"Demos a Jakarta EE application providing a JAX-RS and a GraphQL service, and use Glow to create a custom WildFly runtime, using it for tests.","archived":false,"fork":false,"pushed_at":"2025-02-21T14:49:39.000Z","size":41,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-02-21T15:41:26.463Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t1.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-02T06:12:55.000Z","updated_at":"2025-02-21T14:49:33.000Z","dependencies_parsed_at":"2024-03-26T19:30:19.292Z","dependency_job_id":"24c3fcab-19e3-4c93-b058-2627551defe3","html_url":"https://github.com/t1/wildfly-glow-demo","commit_stats":null,"previous_names":["t1/wildfly-glow-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fwildfly-glow-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fwildfly-glow-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fwildfly-glow-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fwildfly-glow-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t1","download_url":"https://codeload.github.com/t1/wildfly-glow-demo/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243251220,"owners_count":20261174,"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-11-18T06:56:59.712Z","updated_at":"2025-03-12T16:27:07.426Z","avatar_url":"https://github.com/t1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= WildFly Glow Demo\n\nDemos a https://jakarta.ee[Jakarta EE] application providing a JAX-RS and a GraphQL service, and use https://docs.wildfly.org/wildfly-glow/[Glow] to create a custom https://www.wildfly.org[WildFly] runtime, using it for integration tests.\n\n== Running\n\n=== During ITs\n\nThe normal Maven build executes the ITs with a locally provisioned WildFly.\nAs the default goal is `verify`, you can simply run:\n\n[source,bash]\n----\nmvn\n----\n\n=== Dev-Mode\n\nYou can also develop/test it in WildFly dev mode, i.e. changes to your code get picked up and redeployed automatically.\nJust run:\n\n[source,bash]\n----\nmvn wildfly:dev -Pdevmode\n----\n\nThe `-Pdevmode` profile is used to enable:\n* the GraphiQL UI you can access at http://localhost:8080/graphql-ui\n* the Swagger UI you can access at http://localhost:8080/rest/openapi-ui/index.html\n\nSwitching between the two modes requires a `mvn clean`, as the `ROOT.war` generated by the `wildfly:dev` mode is a directory, while the `verify` goal generates it as a file.\n\n=== Bootable JAR\n\nA third option is to run the bootable JAR with:\n\n[source,bash]\n----\njava -jar target/server-bootable.jar\n----\n\n=== Docker\n\nTo generate a Docker image, you need the WildFly Glow CLI; it's not yet supported by the maven plugin.\nYou can download the latest release from https://github.com/wildfly/wildfly-glow/releases[here], unpack it `${SOMEWHERE}`, and run:\n\n[source,bash]\n----\n$SOMEWHERE/wildfly-glow scan --cloud --provision=DOCKER_IMAGE target/ROOT.war\n\ndocker run --rm -it -p 8080:8080 -p 9990:9990 --name widlfly-glow-demo wildfly-glow-image-server-31_0_1_final\n----\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fwildfly-glow-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1%2Fwildfly-glow-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fwildfly-glow-demo/lists"}