Tags: asyncapi/java-spring-cloud-stream-template
Tags
fix: generation fails when schemas have an $id field or array of obje… …cts (#287) * fix: is now being handled by changing the value to the classname where appropriate as part of the preprocess hook; items arrays are also working with the changes; updated tests * chore: renamed new custom attribute to be more generic; fixed linting issues; const javaPackage instead of let
fix: dynamic topic params out of order and non-bean methods added to … …application.yml (#286) * feat: Added file names to generated test folders; only beans are included in the generated application.yml file; order of variables in topic are fixed * chore: remove commented out code * chore: linting
fix: generated code missing import statements when using template ext… …ension (#244) * import consumer when functionAsConsumer is true * clean up integration tests; move common code into their own homes * clean up code smells * added missing semicolon because it really mattered (not)
fix: unable to get model class when using arrays in schema (#207) * fix: resolve NPE when attempting to use a null modelClass by trying to use the x-parser-schema-id property of the source schemafirst, then try the property name. * fix: fixed issues with keyword schema naming and writing inner classes that should have been their own class; the schema name is going to be correct more often from using x-schema-parser-id instead when appropriate; broke all args constructor for schemas that are arrays with this commit. * fix: created partial for all args constructor; all args constructor now correctly created for array types * chore: remove code smells; stripPackage function is more cohesive; removed need for a tentative class name. * chore: remove useless modelClass assignment in anonSchema allOf handling * chore: clean up todo; use ternary instead of if statement * update snapshot; unnecessary spacing removed due to removal of comment * chore: fix linting problems
PreviousNext