tfactor2

Results 4 issues of tfactor2

Hi, We are using DataDog java agent with out-of-the-box frameworks integrations. It satisfies most of our needs except the ability to conveniently trace Apache Camel routes. It's a blocker for...

feature-request

Hi, Having polymorphic property (using `anyOf`) with different `additionalProperties` values produce unexpected results. Expected: only `additionalProperties` related differences (`ADDITIONAL_PROPERTIES_ADDED`). Actual: ``` [ Difference{jsonPath='#/properties/parent/anyOf/0/properties/child2NestedField', type=OPTIONAL_PROPERTY_ADDED_TO_UNOPEN_CONTENT_MODEL}, Difference{jsonPath='#/properties/parent/anyOf/0/properties/child1NestedField', type=PROPERTY_REMOVED_FROM_OPEN_CONTENT_MODEL}, Difference{jsonPath='#/properties/parent/anyOf/0/additionalProperties', type=ADDITIONAL_PROPERTIES_ADDED}, Difference{jsonPath='#/properties/parent/anyOf/1/properties/child2NestedField', type=PROPERTY_REMOVED_FROM_OPEN_CONTENT_MODEL},...

We check the backward compatibility of payloads based on schemas. There is a case that we want to mark as backward compatible, particularly when the enum set is reduced but...

### Describe the bug Request for reopening the [#1727 Default params serialisation behaviour incompatible with recent Tomcat versions.](https://github.com/axios/axios/issues/1727). https://github.com/axios/axios/issues/1727#issuecomment-2244795901: > It's unclear why it shouldn't be a default behavior -...