0b519a003f0b150717ff9b6948b75e8ff741dbae
Test first: sandbox-admin-list.feature verifies createdAt, expiresAt, unauth rejection, and admin delete — three new BDD scenarios. Bug found: listAllSandboxes() native query mapping used instanceof java.sql.Timestamp, but Hibernate 6 + PostgreSQL JDBC returns LocalDateTime for timestamptz columns. toInstant() now handles Timestamp, OffsetDateTime, ZonedDateTime, LocalDateTime (UTC), Date, and any Temporal via Instant.from() fallback. UI change (admin list "Created" column, prior commit) now has test coverage at the API layer. Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>
Description
No description provided
Languages
Java
64.7%
Gherkin
11%
HTML
10%
Shell
6.7%
JavaScript
6.7%
Other
0.9%