{"id":20207808,"url":"https://github.com/exasol/java-util-logging-testing","last_synced_at":"2025-11-28T16:05:35.020Z","repository":{"id":45980307,"uuid":"215719504","full_name":"exasol/java-util-logging-testing","owner":"exasol","description":"Test utilities around `java.util.logging`","archived":false,"fork":false,"pushed_at":"2023-02-16T13:32:46.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-01-13T21:09:25.895Z","etag":null,"topics":["exasol-integration","integration-testing","java","java-logging","logging","test","testing"],"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/exasol.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":"2019-10-17T06:30:50.000Z","updated_at":"2024-02-01T14:49:54.000Z","dependencies_parsed_at":"2024-11-14T05:32:31.127Z","dependency_job_id":"a5c933f0-6c04-4dbe-b36c-85de44a73670","html_url":"https://github.com/exasol/java-util-logging-testing","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fjava-util-logging-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fjava-util-logging-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fjava-util-logging-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasol%2Fjava-util-logging-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exasol","download_url":"https://codeload.github.com/exasol/java-util-logging-testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241644559,"owners_count":19996179,"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":["exasol-integration","integration-testing","java","java-logging","logging","test","testing"],"created_at":"2024-11-14T05:32:22.552Z","updated_at":"2025-11-28T16:05:35.016Z","avatar_url":"https://github.com/exasol.png","language":"Java","readme":"# Test Utilities for `java.util.logging`\n\n[![Build Status](https://github.com/exasol/java-util-logging-testing/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/java-util-logging-testing/actions/workflows/ci-build.yml)\n[![Maven Central \u0026ndash; Test utilities for java-util-logging](https://img.shields.io/maven-central/v/com.exasol/java-util-logging-testing)](https://search.maven.org/artifact/com.exasol/java-util-logging-testing)\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Ajava-util-logging-testing\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=com.exasol%3Ajava-util-logging-testing)\n\n# Overview\n\nThe Exasol's testing utilities for `java.util.logging` allow testing log message creation in software that uses the `java.util.logging` framework.\n\n## Utilities\n\n## `CapturingLogHandler`\n\nAdd this log handler if you want to record log messages created by your software and check the contents as part of unit tests.\n\n## Customer Support\n\nThis is an open source project which is officially supported by Exasol. For any question, you can contact our support team.\n\n## Information for Users\n\n* [Changelog](doc/changes/changelog.md)\n\n## Information for Developers\n\n* [Dependencies](dependencies.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fjava-util-logging-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexasol%2Fjava-util-logging-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasol%2Fjava-util-logging-testing/lists"}