Fabrice Bibonne
Fabrice Bibonne
Solves #3757
WIP because 5 tests still fail
All tests passed. * pom is updated to have a have a version of slf4j-api corresponding to simple-slf4j * unicity of names is checked when starting the job , just...
I had the same issue in the same context as @gexclaude (same stack trace). So you probably parse an openapi file with internal references like this : ```yaml schema: $ref:...
@shavemi I observed too the issue with some classes generated with the inner prefix. In my case, classes which map `items` schema of arrays are impacted. I used the [`inlineSchemaNameMappings`...
this PR makes the same changes as #4544 which was closed dur to trouble with git
Step names are used as identifiers (keys in maps in spring batch internal code) so they should be unique and the piece of code above is a non sense. But...
I created the PR to indicate work in progress but it is still in draft because 5 tests still fail
PR #4544 is ready for review
New PR to solve the issue : #4756