S-04a: the deferred S-04 acceptance criterion. A gated Acl.IntegrationTests project (Category=Integration) drives the real OpenZaakGateway against the running compose stack — real ZGW JWT auth and the real POST /zaken contract a stubbed HttpMessageHandler cannot exercise. The lane is kept out of the fast checks: make unit filters Category!=Integration, Stryker is pinned to Acl.Tests, and a new make integration target brings the stack up, seeds a published zaaktype and tears down. Red: against real OpenZaak the gateway POST fails 400 — JsonContent streams the body chunked and OpenZaak's uwsgi rejects it. Fixed in the next commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
<Solution>
|
|
<Project Path="Acl.Api/Acl.Api.csproj" />
|
|
<Project Path="Acl.Application/Acl.Application.csproj" />
|
|
<Project Path="Acl.Infrastructure/Acl.Infrastructure.csproj" />
|
|
<Project Path="Acl.IntegrationTests/Acl.IntegrationTests.csproj" />
|
|
<Project Path="Acl.Tests/Acl.Tests.csproj" />
|
|
</Solution>
|