{"id":16446747,"url":"https://github.com/lumunix/jowont","last_synced_at":"2026-06-13T17:32:45.006Z","repository":{"id":55922425,"uuid":"317737496","full_name":"Lumunix/JOwOnt","owner":"Lumunix","description":"Simple Junit XML parser that supports both single and multiple testsuite Junit xml files.","archived":false,"fork":false,"pushed_at":"2021-05-02T22:59:28.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T11:35:03.320Z","etag":null,"topics":["java","jaxb","junit","junit-xml","junit5","parser-library","sax-parser","xml-parsing"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Lumunix.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}},"created_at":"2020-12-02T03:23:01.000Z","updated_at":"2021-05-02T22:59:31.000Z","dependencies_parsed_at":"2022-08-15T09:31:01.325Z","dependency_job_id":null,"html_url":"https://github.com/Lumunix/JOwOnt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Lumunix/JOwOnt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FJOwOnt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FJOwOnt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FJOwOnt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FJOwOnt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lumunix","download_url":"https://codeload.github.com/Lumunix/JOwOnt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lumunix%2FJOwOnt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34294411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["java","jaxb","junit","junit-xml","junit5","parser-library","sax-parser","xml-parsing"],"created_at":"2024-10-11T09:48:41.711Z","updated_at":"2026-06-13T17:32:44.986Z","avatar_url":"https://github.com/Lumunix.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **JOwOnt - OwO What's This?**\n\n## About\nSimple Junit XML parser that supports both single and multiple testsuite Junit xml files. This parser is based off the Jenkins Junit XSD specification.\n\n## Usage\n```java\nimport com.github.lumunix.jowont.JOwOnt;\nimport com.github.lumunix.jowont.models.JUnitTestSuite;\nimport org.xml.sax.SAXException;\nimport javax.xml.bind.JAXBException;\nimport javax.xml.stream.XMLStreamException;\nimport java.io.IOException;\nimport java.io.InputStream;\n\n\npublic class sample {\n\n    static InputStream inputStream = sample.class.getClassLoader().getResourceAsStream(\"junit.xml\");\n\n    public static void main(String[] args) throws IOException, SAXException, XMLStreamException, JAXBException {\n\n        Object parsedXML = JOwOnt.parseJunitXml(inputStream);\n\n        JUnitTestSuite marshalledTestSuite = (JUnitTestSuite)parsedXML;\n\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumunix%2Fjowont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumunix%2Fjowont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumunix%2Fjowont/lists"}