Skip to content

Merge branch 'develop' into refactor/null-safety-option

4feea45
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

refactor: improve null safety using Scala Option #1186

Merge branch 'develop' into refactor/null-safety-option
4feea45
Select commit
Loading
Failed to load commit list.
GitHub Actions / Taxonomy Test Results succeeded Feb 27, 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✅ 209ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.CategorySpec.xml 4✅ 179ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.FrameworkSpec.xml 7✅ 207ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.FrameworkTermSpec.xml 4✅ 235ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.HealthControllerSpec.xml 1✅ 196ms
taxonomy-api/taxonomy-service/target/surefire-reports/TEST-controllers.v3.LockControllerSpec.xml 4✅ 155ms
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✅ 284ms

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

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

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

✅ 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 179ms with 4 passed, 0 failed and 0 skipped.

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

✅ 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 207ms with 7 passed, 0 failed and 0 skipped.

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

✅ 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 235ms with 4 passed, 0 failed and 0 skipped.

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

✅ 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 196ms with 1 passed, 0 failed and 0 skipped.

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

✅ 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 155ms with 4 passed, 0 failed and 0 skipped.

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

✅ 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 284ms with 3 passed, 0 failed and 0 skipped.

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

✅ 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