Skip to content

fix: add close() and shutdown hook to KafkaClient to prevent resource…

b93bb9e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: add close() and shutdown hook to KafkaClient to prevent resource… #1185

fix: add close() and shutdown hook to KafkaClient to prevent resource…
b93bb9e
Select commit
Loading
Failed to load commit list.
GitHub Actions / Taxonomy Test Results succeeded Feb 26, 2026 in 1s

31 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.CategoryInstanceSpec.xml 4✅ 191ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.CategorySpec.xml 4✅ 185ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.FrameworkSpec.xml 7✅ 200ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.FrameworkTermSpec.xml 4✅ 224ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.HealthControllerSpec.xml 1✅ 227ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.LockControllerSpec.xml 4✅ 171ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v4.ObjectCategoryDefinitionSpec.xml 4✅ 5s
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v4.ObjectCategorySpec.xml 3✅ 276ms

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.CategoryInstanceSpec.xml

4 tests were completed in 191ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v3.CategoryInstanceSpec 4✅ 191ms

✅ controllers.v3.CategoryInstanceSpec

✅ CategoryInstanceController should::return success response for create api
✅ CategoryInstanceController should::return success response for read api
✅ CategoryInstanceController should::return success response for update api
✅ CategoryInstanceController should::return success response for retire api

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.CategorySpec.xml

4 tests were completed in 185ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v3.CategorySpec 4✅ 185ms

✅ controllers.v3.CategorySpec

✅ CategoryController should::return success response for create api
✅ CategoryController should::return success response for read api
✅ CategoryController should::return success response for update api
✅ CategoryController should::return success response for retire api

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.FrameworkSpec.xml

7 tests were completed in 200ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v3.FrameworkSpec 7✅ 200ms

✅ controllers.v3.FrameworkSpec

✅ Framework Controller  should::return success response for create framework API
✅ Framework Controller  should::return success response for update framework API
✅ Framework Controller  should::return success response for retire framework API
✅ Framework Controller  should::return success response for read framework API
✅ Framework Controller  should::return success response for list framework API
✅ Framework Controller  should::return success response for copy framework API
✅ Framework Controller  should::return success response for publish framework API

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.FrameworkTermSpec.xml

4 tests were completed in 224ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v3.FrameworkTermSpec 4✅ 224ms

✅ controllers.v3.FrameworkTermSpec

✅ FrameworkTerm Controller  should::return success response for create frameworkTerm API
✅ FrameworkTerm Controller  should::return success response for update frameworkTerm API
✅ FrameworkTerm Controller  should::return success response for retire frameworkTerm API
✅ FrameworkTerm Controller  should::return success response for read framework API

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.HealthControllerSpec.xml

1 tests were completed in 227ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v3.HealthControllerSpec 1✅ 227ms

✅ controllers.v3.HealthControllerSpec

✅ return api health status report - successful response

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.LockControllerSpec.xml

4 tests were completed in 171ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v3.LockControllerSpec 4✅ 171ms

✅ controllers.v3.LockControllerSpec

✅ Lock Controller  should::return success response for create lock API
✅ Lock Controller  should::return success response for refresh lock API
✅ Lock Controller  should::return success response for retire lock API
✅ Lock Controller  should::return success response for list lock API

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v4.ObjectCategoryDefinitionSpec.xml

4 tests were completed in 5s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v4.ObjectCategoryDefinitionSpec 4✅ 5s

✅ controllers.v4.ObjectCategoryDefinitionSpec

✅ ObjectCategoryDefinitionController should::return success response for create api
✅ ObjectCategoryDefinitionController should::return success response for read api
✅ ObjectCategoryDefinitionController should::return success response for update api
✅ ObjectCategoryDefinitionController should::return success response for read category api

✅ taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v4.ObjectCategorySpec.xml

3 tests were completed in 276ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
controllers.v4.ObjectCategorySpec 3✅ 276ms

✅ controllers.v4.ObjectCategorySpec

✅ Category Controller  should::return success response for create API
✅ Category Controller  should::return success response for update API
✅ Category Controller  should::return success response for read API