Timon Back

Results 144 comments of Timon Back

Hi @tvahrst, we like the direction of the contribution. We have two questions that might be best answered via a face-to-face call: 1. Have you thought about using `ComponentSchema` everywhere...

Hello again @dabeck81 , first of all, I like the idea and agree that the support polymorphics can be improved. The Vehicle example was added recently and I feel there...

Hello @dabeck81, the PR bundles a lot of small changes to make something great - sorry for the time it took me some time to review & respond. I like...

Hey @dabeck81, Thanks for the update. If you don't mind, I can help with extracting individual parts of the PR, while you become a co-author of those changes. Idea: smaller...

Hi @dabeck81 , welcome back. A rebase is a good start, so that it is easier to review for us. It should work automatically as I tried to avoid further...

Update: Rebase is done here: https://github.com/springwolf/springwolf-core/compare/master...timonback:dabeck81?expand=1 (new branch, since I cannot update your branch. Feel free to apply it to your branch and/or copy the commits. For some reason, the...

For tracking the current state: - [x] Support for primitives - [x] Inline primitive schemas - [x] Handle polymorphism (?) - [x] Fix of xml bug - [x] Handle inlined...

@sam0r040 As part of inlining the schema, we stumple upon the special case of missing schema names for primitive types (like name) - just for the xml example generation Code:...