Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.1 #169

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310

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

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.1 #169

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
21a4ee7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Jun 17, 2024 in 0s

Test Results ✔️

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-io.taff.exposed.extensions.FunctionsSpek.xml 2✔️ 13ms
build/test-results/test/TEST-io.taff.exposed.extensions.postgres.ArraySpek.xml 1✔️ 55ms
build/test-results/test/TEST-io.taff.exposed.extensions.postgres.JsonBSpek.xml 1✔️ 175ms
build/test-results/test/TEST-io.taff.exposed.extensions.records.RecordSpek.xml 2✔️ 4ms
build/test-results/test/TEST-io.taff.exposed.extensions.records.SoftDeletableRecordSpek.xml 5✔️ 8ms
build/test-results/test/TEST-io.taff.exposed.extensions.records.TenantScopedRecordSpek.xml 4✔️ 6ms
build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.RecordMappingLongIdTableSpek.xml 6✔️ 217ms
build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.SoftDeletableLongIdTableSpek.xml 15✔️ 378ms
build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.TenantScopedLongIdTableSpek.xml 28✔️ 933ms
build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.TenantScopedSoftDeletableLongIdTableSpek.xml 55✔️ 2s
build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.RecordMappingUuidTableSpek.xml 6✔️ 135ms
build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.SoftDeletableUuidTableSpek.xml 15✔️ 287ms
build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.TenantScopedSoftDeletableUuidTableSpek.xml 55✔️ 1s
build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.TenantScopedUuidTableSpek.xml 28✔️ 668ms

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.FunctionsSpek.xml

2 tests were completed in 13ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.FunctionsSpek 2✔️ 13ms

✔️ io.taff.exposed.extensions.FunctionsSpek

✔️ correctly checks for nulls
✔️ returns the current tenant id

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.postgres.ArraySpek.xml

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

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.postgres.ArraySpek 1✔️ 55ms

✔️ io.taff.exposed.extensions.postgres.ArraySpek

✔️ correctly persists and loads the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.postgres.JsonBSpek.xml

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

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.postgres.JsonBSpek 1✔️ 175ms

✔️ io.taff.exposed.extensions.postgres.JsonBSpek

✔️ correctly persists and loads the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.records.RecordSpek.xml

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

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.records.RecordSpek 2✔️ 4ms

✔️ io.taff.exposed.extensions.records.RecordSpek

✔️ is persisted
✔️ is persisted

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.records.SoftDeletableRecordSpek.xml

5 tests were completed in 8ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.records.SoftDeletableRecordSpek 5✔️ 8ms

✔️ io.taff.exposed.extensions.records.SoftDeletableRecordSpek

✔️ is persisted
✔️ is persisted
✔️ is not soft deleted
✔️ is not soft deleted
✔️ marks the record as soft deleted

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.records.TenantScopedRecordSpek.xml

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

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.records.TenantScopedRecordSpek 4✔️ 6ms

✔️ io.taff.exposed.extensions.records.TenantScopedRecordSpek

✔️ is persisted
✔️ is persisted
✔️ sets tenant id and returns the lambda's result
✔️ sets tenant id and returns the lambda's result

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.RecordMappingLongIdTableSpek.xml

6 tests were completed in 217ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.long.RecordMappingLongIdTableSpek 6✔️ 217ms

✔️ io.taff.exposed.extensions.tables.long.RecordMappingLongIdTableSpek

✔️ persists the record
✔️ modifies the record
✔️ does not modify the record
✔️ modifies the record
✔️ hard deletes the record
✔️ hard deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.SoftDeletableLongIdTableSpek.xml

15 tests were completed in 378ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.long.SoftDeletableLongIdTableSpek 15✔️ 378ms

✔️ io.taff.exposed.extensions.tables.long.SoftDeletableLongIdTableSpek

✔️ persists the record
✔️ doesn't load the record
✔️ doesn't load the record
✔️ loads all of the current tenant's records
✔️ modifies the record
✔️ does not modify the record
✔️ does not modify the record
✔️ modifies the record
✔️ does not modify the record
✔️ modifies the record
✔️ does not modify the record
✔️ does not modify the record
✔️ hard deletes the record
✔️ hard deletes the record
✔️ soft deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.TenantScopedLongIdTableSpek.xml

28 tests were completed in 933ms with 28 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.long.TenantScopedLongIdTableSpek 28✔️ 933ms

✔️ io.taff.exposed.extensions.tables.long.TenantScopedLongIdTableSpek

✔️ persists
✔️ doesn't persist
✔️ only loads the current tenant's records
✔️ only loads the current tenant's records
✔️ updates
✔️ updates
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ updates
✔️ updates
✔️ updates the record
✔️ updates the record
✔️ updates the record
✔️ updates the record
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ doesn't delete the records
✔️ doesn't delete the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the record
✔️ deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.long.TenantScopedSoftDeletableLongIdTableSpek.xml

55 tests were completed in 2s with 55 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.long.TenantScopedSoftDeletableLongIdTableSpek 55✔️ 2s

✔️ io.taff.exposed.extensions.tables.long.TenantScopedSoftDeletableLongIdTableSpek

✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ persists records and correctly sets their attributes
✔️ doesn't persist
✔️ doesn't persist
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record
✔️ doesn't delete the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ soft deletes the record
✔️ doesn't soft delete the record because of tenant isolation
✔️ does not soft delete
✔️ doesn't soft delete the record because of tenant isolation
✔️ hard soft deletes the record
✔️ doesn't soft delete the record because of tenant isolation
✔️ soft deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ soft deletes the record
✔️ soft deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.RecordMappingUuidTableSpek.xml

6 tests were completed in 135ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.uuid.RecordMappingUuidTableSpek 6✔️ 135ms

✔️ io.taff.exposed.extensions.tables.uuid.RecordMappingUuidTableSpek

✔️ persists the record
✔️ modifies the record
✔️ does not modify the record
✔️ modifies the record
✔️ hard deletes the record
✔️ hard deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.SoftDeletableUuidTableSpek.xml

15 tests were completed in 287ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.uuid.SoftDeletableUuidTableSpek 15✔️ 287ms

✔️ io.taff.exposed.extensions.tables.uuid.SoftDeletableUuidTableSpek

✔️ persists the record
✔️ doesn't load the record
✔️ doesn't load the record
✔️ loads all of the current tenant's records
✔️ modifies the record
✔️ does not modify the record
✔️ does not modify the record
✔️ modifies the record
✔️ does not modify the record
✔️ modifies the record
✔️ does not modify the record
✔️ does not modify the record
✔️ hard deletes the record
✔️ hard deletes the record
✔️ soft deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.TenantScopedSoftDeletableUuidTableSpek.xml

55 tests were completed in 1s with 55 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.uuid.TenantScopedSoftDeletableUuidTableSpek 55✔️ 1s

✔️ io.taff.exposed.extensions.tables.uuid.TenantScopedSoftDeletableUuidTableSpek

✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ correctly loads
✔️ persists records and correctly sets their attributes
✔️ doesn't persist
✔️ doesn't persist
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ updates
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record
✔️ doesn't delete the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ hard deletes the record
✔️ hard deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ doesn't delete the record because of tenant isolation
✔️ soft deletes the record
✔️ doesn't soft delete the record because of tenant isolation
✔️ does not soft delete
✔️ doesn't soft delete the record because of tenant isolation
✔️ hard soft deletes the record
✔️ doesn't soft delete the record because of tenant isolation
✔️ soft deletes the record
✔️ doesn't delete the record because of tenant isolation
✔️ soft deletes the record
✔️ soft deletes the record

✔️ build/test-results/test/TEST-io.taff.exposed.extensions.tables.uuid.TenantScopedUuidTableSpek.xml

28 tests were completed in 668ms with 28 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.taff.exposed.extensions.tables.uuid.TenantScopedUuidTableSpek 28✔️ 668ms

✔️ io.taff.exposed.extensions.tables.uuid.TenantScopedUuidTableSpek

✔️ persists
✔️ doesn't persist
✔️ only loads the current tenant's records
✔️ only loads the current tenant's records
✔️ updates
✔️ updates
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ doesn't update because of tenant isolation
✔️ updates
✔️ updates
✔️ updates the record
✔️ updates the record
✔️ updates the record
✔️ updates the record
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ doesn't delete the records
✔️ doesn't delete the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the records
✔️ deletes the record
✔️ deletes the record