open api scenario generator#315
Merged
bbortt merged 3 commits intocitrusframework:mainfrom Sep 27, 2025
Merged
Conversation
bbortt
commented
Nov 24, 2024
simulator-samples/sample-mail/src/test/java/org/citrusframework/simulator/SimulatorMailIT.java
Outdated
Show resolved
Hide resolved
...r/src/main/java/org/citrusframework/simulator/sample/SpecificPingResponseMessageBuilder.java
Outdated
Show resolved
Hide resolved
simulator-samples/sample-swagger/src/test/java/org/citrusframework/simulator/OpenApiIT.java
Outdated
Show resolved
Hide resolved
...-samples/sample-swagger/src/test/java/org/citrusframework/simulator/ResponseGeneratorIT.java
Outdated
Show resolved
Hide resolved
...ing-boot/src/main/java/org/citrusframework/simulator/http/HttpRequestPathScenarioMapper.java
Show resolved
Hide resolved
c65e307 to
3bd51b8
Compare
b727cc7 to
fbb616d
Compare
449dd45 to
4f91c25
Compare
4f91c25 to
fc9d16e
Compare
544dfdb to
18c6049
Compare
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Jul 3, 2025
a too eager message type assumption using `getPayload(String)` on the message leads to `null`'is values not being thus. e.g. it's interpreted as `XML` instead of `PLAINTEXT`. occured during implementation of citrusframework/citrus-simulator#315.
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Jul 3, 2025
a too eager message type assumption using `getPayload(String)` on the message leads to `null`'is values not being thus. e.g. it's interpreted as `XML` instead of `PLAINTEXT`. occured during implementation of citrusframework/citrus-simulator#315.
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Jul 3, 2025
a too eager message type assumption using `getPayload(String)` on the message leads to `null`'is values not being thus. e.g. it's interpreted as `XML` instead of `PLAINTEXT`. occured during implementation of citrusframework/citrus-simulator#315.
18c6049 to
5999288
Compare
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Jul 15, 2025
a too eager message type assumption using `getPayload(String)` on the message leads to `null`'is values not being thus. e.g. it's interpreted as `XML` instead of `PLAINTEXT`. occured during implementation of citrusframework/citrus-simulator#315.
bbortt
added a commit
to citrusframework/citrus
that referenced
this pull request
Jul 18, 2025
a too eager message type assumption using `getPayload(String)` on the message leads to `null`'is values not being thus. e.g. it's interpreted as `XML` instead of `PLAINTEXT`. occured during implementation of citrusframework/citrus-simulator#315.
5999288 to
a2fd087
Compare
c053e1f to
b73ce63
Compare
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Sep 24, 2025
detected incompatibility in `citrus-mail` dependency, whenever `citrus-openapi` is also available on the classpath. with this commits, citrusframework/citrus-simulator#315 is finally mergeable.
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Sep 24, 2025
detected incompatibility in `citrus-mail` dependency, whenever `citrus-openapi` is also available on the classpath. with this commits, citrusframework/citrus-simulator#315 is finally mergeable.
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Sep 24, 2025
detected incompatibility in `citrus-openapi` dependency, whenever `citrus-mail` is also available on the classpath. the source of the problem is the transitive dependency `com.sun.mail:mailapi`, which was present in two versions. with this commits, citrusframework/citrus-simulator#315 is finally mergeable.
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Sep 24, 2025
detected incompatibility in `citrus-openapi` dependency, whenever `citrus-mail` is also available on the classpath. the source of the problem is the transitive dependency `com.sun.mail:mailapi`, which was present in two versions. with this commits, citrusframework/citrus-simulator#315 is finally mergeable.
bbortt
added a commit
to postfinance/citrus
that referenced
this pull request
Sep 24, 2025
detected incompatibility in `citrus-openapi` dependency, whenever `citrus-mail` is also available on the classpath. the source of the problem is the transitive dependency `com.sun.mail:mailapi`, which was present in two versions. with this commits, citrusframework/citrus-simulator#315 is finally mergeable.
bbortt
added a commit
to citrusframework/citrus
that referenced
this pull request
Sep 25, 2025
) * fix(deps): force mailapi v2 in citrus-openapi detected incompatibility in `citrus-openapi` dependency, whenever `citrus-mail` is also available on the classpath. the source of the problem is the transitive dependency `com.sun.mail:mailapi`, which was present in two versions. with this commits, citrusframework/citrus-simulator#315 is finally mergeable. * chore(deps): update quarkus platform to v3.28.0 * chore(deps): update software.amazon.awssdk monorepository to v2.34.2
b73ce63 to
890c399
Compare
This file contains hidden or 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
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.
requires citrusframework/citrus#1224