core icon indicating copy to clipboard operation
core copied to clipboard

fix(metadata): build Open Api attributes in XmlResourceExtractor

Open johan-ds opened this issue 8 months ago • 1 comments

Q A
Branch? 4.1
Tickets
License MIT
Doc PR

Fix OpenApi attribute extraction from ApiResource Xml files. In the first place XmlResourceExtractor was only extracting the deprecated attribute. After fixing, a bug in SimpleXml lib led to infinite loop (at least on php 8.1/8.3) when OpenApi has multiple attributes (eg. <openapi operationId="myOperationId" description="my description" />)

Introduced by #5254

johan-ds avatar May 30 '25 22:05 johan-ds

can you target 4.1?

soyuka avatar Jun 02 '25 13:06 soyuka