Tobias Schultze
Tobias Schultze
We should support v4 of swagger-php which makes using attributes possible. Probably >=4.1 as swagger-php changed the attribute namespace. Also need to add tests for new features like OA\PathParameter and...
https://swagger.io/docs/specification/2-0/api-host-and-base-path/ the basePath should be added to the route path. It should be possible to also disable this in case the basePath should not be part of the Symfony app...
When there are special characters in the URI path that are not allowed by the filesystem (like `:` on Windows), the MockStorageAdapter using SubfolderNamingStrategy fails with > Symfony\Component\Filesystem\Exception\IOException: Failed to...
The MockMiddleware creates a RejectedPromise with a string reason in https://github.com/csarrazi/guzzle-cache-middleware/blob/master/src/MockMiddleware.php#L47 if the cache is not found. The log middleware then fails because the MessageFormatter requires an exception in https://github.com/guzzle/guzzle/blob/master/src/MessageFormatter.php#L70...
Using Symfony ACL is not recommended for most situations anymore. I also think sonata should not require symfony/security-acl component by default and instead it should be an optional dependency in...
The schema annotation/attribute misses properties to set contentEncoding and contentMediaType. See https://swagger.io/specification/#considerations-for-file-uploads and https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#section-8.3
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix...