Conversation
|
@eskenazit I've added the implementation to this PR to streamline the review process. I have only left out the "operations" surcharge feature for now. |
src/main/resources/schemas/tutorial/shared-hello-api.consumes.yml
Outdated
Show resolved
Hide resolved
src/main/resources/schemas/tutorial/shared-hello-api.consumes.yml
Outdated
Show resolved
Hide resolved
|
@jlouvel since this is my own PR, I cannot approve or request for changes for your submissions. Let us discuss this in the retrospective to have a proper process in this case =) |
jlouvel
left a comment
There was a problem hiding this comment.
@eskenazit Argh, I didn't anticipate that.. I have rebased and fixed issues. Should I approve?
src/main/resources/schemas/tutorial/shared-hello-api.consumes.yml
Outdated
Show resolved
Hide resolved
src/main/resources/schemas/tutorial/shared-hello-api.consumes.yml
Outdated
Show resolved
Hide resolved
src/main/resources/schemas/tutorial/shared-hello-api.consumes.yml
Outdated
Show resolved
Hide resolved
The merge-base changed after approval.
|
Do you want me to approve and merge this PR @eskenazit @jlouvel ? |
|
@jeremnaf when it's ready yes, but it is not yet ^^' |
|
@eskenazit I've removed the tutorial step 7 and associated YAML file. This is delayed this PR and has little value at this point |
|
@jeremnaf this should be OK now =) |
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
- Add ConsumesImportResolver to resolve imported consumes definitions - Add ImportedConsumesHttpSpec for imported HTTP client specs - Add ClientSpecDeserializer for polymorphic deserialization - Extend NaftikoSpec and Capability to wire import resolution - Update naftiko-schema.json with consumes import schema - Add integration tests: CapabilityImportIntegrationTest, ConsumesImportResolverTest - Add unit test: ClientSpecDeserializerTest - Update tutorial examples to use updated schema reference
b5cb600 to
ade3b6a
Compare
added consumes import support and made some chore cleaning