{"id":27883310,"url":"https://github.com/java-operator-sdk/basic-native-operator-example","last_synced_at":"2026-01-29T22:01:04.459Z","repository":{"id":104918542,"uuid":"313905070","full_name":"java-operator-sdk/basic-native-operator-example","owner":"java-operator-sdk","description":"An example of basic operator that can be compiled into native image","archived":false,"fork":false,"pushed_at":"2020-11-20T13:25:16.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-04T03:34:49.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/java-operator-sdk.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2020-11-18T10:51:43.000Z","updated_at":"2022-03-02T23:43:52.000Z","dependencies_parsed_at":"2023-05-27T02:30:39.540Z","dependency_job_id":null,"html_url":"https://github.com/java-operator-sdk/basic-native-operator-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/java-operator-sdk/basic-native-operator-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/java-operator-sdk%2Fbasic-native-operator-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/java-operator-sdk%2Fbasic-native-operator-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/java-operator-sdk%2Fbasic-native-operator-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/java-operator-sdk%2Fbasic-native-operator-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/java-operator-sdk","download_url":"https://codeload.github.com/java-operator-sdk/basic-native-operator-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/java-operator-sdk%2Fbasic-native-operator-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28886881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-05-05T06:14:50.065Z","updated_at":"2026-01-29T22:01:04.433Z","avatar_url":"https://github.com/java-operator-sdk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic native operator example project\n\nThis is an example of operator that could be compiled to native image which saves a lot of runtime memory and allows starting operator in few milliseconds.\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```\n./mvnw quarkus:dev\n```\n\n## Packaging and running the application\n\nThe application can be packaged using `./mvnw package`.\nIt produces the `basic-native-operator-example-1.0-SNAPSHOT-runner.jar` file in the `/target` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `target/lib` directory.\n\nThe application is now runnable using `java -jar target/basic-native-operator-example-1.0-SNAPSHOT-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using: `./mvnw package -Pnative`.\n\nOr, if you don't have GraalVM installed, you can run the native executable build in a container using: `./mvnw package -Pnative -Dquarkus.native.container-build=true`.\n\nYou can then execute your native executable with: `./target/basic-native-operator-example-1.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/building-native-image.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjava-operator-sdk%2Fbasic-native-operator-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjava-operator-sdk%2Fbasic-native-operator-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjava-operator-sdk%2Fbasic-native-operator-example/lists"}