-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor ExampleJsonGenerator and Support XML Examples #581
Merged
timonback
merged 36 commits into
springwolf:master
from
sam0r040:generate-examples-with-other-contenttype
Feb 23, 2024
Merged
Refactor ExampleJsonGenerator and Support XML Examples #581
timonback
merged 36 commits into
springwolf:master
from
sam0r040:generate-examples-with-other-contenttype
Feb 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for springwolf-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sam0r040
force-pushed
the
generate-examples-with-other-contenttype
branch
from
February 16, 2024 13:33
d3eb075
to
1b173da
Compare
sam0r040
commented
Feb 16, 2024
springwolf-core/src/main/java/io/github/stavshamir/springwolf/SpringwolfAutoConfiguration.java
Show resolved
Hide resolved
sam0r040
commented
Feb 16, 2024
...a/io/github/stavshamir/springwolf/schemas/example/DefaultSchemaWalkerXmlIntegrationTest.java
Outdated
Show resolved
Hide resolved
sam0r040
force-pushed
the
generate-examples-with-other-contenttype
branch
from
February 16, 2024 17:15
8c2d0a5
to
9fe3eca
Compare
sam0r040
commented
Feb 19, 2024
...n/java/io/github/stavshamir/springwolf/schemas/example/DefaultExampleXmlValueSerializer.java
Outdated
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
timonback
reviewed
Feb 20, 2024
...-core/src/main/java/io/github/stavshamir/springwolf/schemas/example/DefaultSchemaWalker.java
Outdated
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
...-core/src/main/java/io/github/stavshamir/springwolf/schemas/example/DefaultSchemaWalker.java
Outdated
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
...src/main/java/io/github/stavshamir/springwolf/schemas/example/ExampleJsonValueGenerator.java
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
...src/main/java/io/github/stavshamir/springwolf/schemas/example/ExampleJsonValueGenerator.java
Outdated
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
...vshamir/springwolf/asyncapi/scanners/channels/annotation/AsyncAnnotationScannerUtilTest.java
Outdated
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
...-example/src/main/java/io/github/stavshamir/springwolf/example/kafka/dtos/XmlPayloadDto.java
Show resolved
Hide resolved
timonback
reviewed
Feb 20, 2024
springwolf-examples/springwolf-kafka-example/src/test/resources/asyncapi.json
Outdated
Show resolved
Hide resolved
sam0r040
commented
Feb 23, 2024
...-core/src/main/java/io/github/stavshamir/springwolf/schemas/example/DefaultSchemaWalker.java
Outdated
Show resolved
Hide resolved
sam0r040
commented
Feb 23, 2024
...ore/src/main/java/io/github/stavshamir/springwolf/schemas/example/ExampleValueGenerator.java
Show resolved
Hide resolved
sam0r040
commented
Feb 23, 2024
.../src/main/java/io/github/stavshamir/springwolf/schemas/example/ExampleXmlValueGenerator.java
Outdated
Show resolved
Hide resolved
…der String for XML examples, ExampleJsonValueGenerator caches already generated examples and reuses them when needed
…ges implementation for allOf after rebase
…ntsServiceTest, extracted tests that do not cover serialization to DefaultComponentsServiceTest from Default*ComponentsServiceTest to remove duplication
…ator because it duplicates createObjectExample()
…rialization configurations for xml examples
sam0r040
force-pushed
the
generate-examples-with-other-contenttype
branch
from
February 23, 2024 08:59
8ffbb0b
to
5352dbe
Compare
…nd DefaultXmlComponentsServiceTest
sam0r040
force-pushed
the
generate-examples-with-other-contenttype
branch
from
February 23, 2024 12:53
76cda26
to
91043a5
Compare
…java, add sorting for all properties in examples Co-authored-by: Timon Back <[email protected]>
Co-authored-by: Timon Back <[email protected]>
…eXmlValueSerializer Co-authored-by: Timon Back <[email protected]>
timonback
reviewed
Feb 23, 2024
...mple/src/main/java/io/github/stavshamir/springwolf/example/kafka/consumers/YamlConsumer.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Timon Back <[email protected]>
Co-authored-by: Timon Back <[email protected]>
sam0r040
force-pushed
the
generate-examples-with-other-contenttype
branch
from
February 23, 2024 16:03
c96a069
to
d84cf59
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.