Skip to content
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

feat: first draft of JMS Binding Objects #193

Merged
merged 10 commits into from
Jun 26, 2023

Conversation

adamretter
Copy link
Contributor

Resolves asyncapi/spec#919

This is a first draft of a set of JMS Binding Objects. There is a lot of variance between JMS Providers in terms of features and capabilities, however these bindings should work with all providers as they stay within the JMS API.
More features could of course be added in future if desirable!

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@adamretter adamretter changed the title First draft of JMS Binding Objects feat: First draft of JMS Binding Objects Apr 3, 2023
@adamretter adamretter changed the title feat: First draft of JMS Binding Objects feat: first draft of JMS Binding Objects Apr 3, 2023
@rwalpole
Copy link

rwalpole commented Apr 4, 2023

It would be great to see this PR merged. We are using AsyncAPI together with JMS in a major project right now.

Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! Left just 2 comments for now

jms/README.md Show resolved Hide resolved
jms/README.md Show resolved Hide resolved
@derberg
Copy link
Member

derberg commented Apr 11, 2023

@rwalpole good to hear, whould you mind joining the review of proposed initial jms binding spec?

Copy link
Member

@KhudaDad414 KhudaDad414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments.

jms/README.md Show resolved Hide resolved
jms/json_schemas/message.json Show resolved Hide resolved
jms/README.md Outdated Show resolved Hide resolved
@adamretter
Copy link
Contributor Author

@derberg @KhudaDad414 @rwalpole I hope I have addressed all of the review comments that you had. Thanks for the feedback :-) I think it is now ready for a second round of review...

@derberg
Copy link
Member

derberg commented Apr 24, 2023

LGTM but from the perspective of bindings repo maintainer, not jms expert. I know zero about the subject

@KhudaDad414 please have another look on JSON Schemas

@rwalpole anything else from your side

@MichaelDavisSolace I think you use JMS at Solace afaik...at least I think you asked about JMS binding one time. Would you have time to look at this PR?

@rcarrascosps you created #87 so maybe you want to join review?

@fmvilas anything from your side?


@adamretter Let's give these folks a week for reply. In the meantime can you clarify if you can become a maintainer of this specific binding? just like we have others in https:/asyncapi/bindings/blob/master/CODEOWNERS

rwalpole
rwalpole previously approved these changes Apr 24, 2023
KhudaDad414
KhudaDad414 previously approved these changes Apr 27, 2023
Copy link
Member

@KhudaDad414 KhudaDad414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Schemas seems to follow the documentation. 👍

@adamretter
Copy link
Contributor Author

In the meantime can you clarify if you can become a maintainer of this specific binding?

@derberg This work was done on behalf of one of my clients; so I can maintain it only for as long as they are asking me to do so.

@adamretter adamretter dismissed stale reviews from KhudaDad414 and rwalpole via 3355375 May 3, 2023 11:08
Copy link
Collaborator

@rcoppen rcoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this helps clarify that the server binding could be from a JMS Provider and that the resulting AsyncAPI doc might include more than one binding. Moving forward it might be useful to solve the JMS Provider flag in a more generic way by adding that into the provider binding or protocol binding (in the case of something like AMQP).

jms/README.md Show resolved Hide resolved
rcoppen
rcoppen previously approved these changes May 5, 2023
@adamretter
Copy link
Contributor Author

Let's give these folks a week for reply

@derberg It's now been two weeks and I have also addressed some suggestions from @rcoppen.
Do you think this might now be ready to merge please?

@adamretter
Copy link
Contributor Author

Any updates on this please?

@adamretter
Copy link
Contributor Author

@derberg any updates on this please?

@derberg
Copy link
Member

derberg commented Jun 22, 2023

@adamretter sorry, was out on holidays. I see that @rcoppen have a 👍🏼 and @SrfHead is ready to be codeowner here, so please go ahead and update in the PR the CODEOWNERS file to add them as owners of JMS binding.

@adamretter
Copy link
Contributor Author

@derberg Thanks. I hope you had a nice holiday? I have now committed the CODEOWNERS as you requested!

@derberg derberg requested a review from KhudaDad414 June 26, 2023 11:17
@derberg
Copy link
Member

derberg commented Jun 26, 2023

@KhudaDad414 please approve again. No changes to the binding, @adamretter was just adding CODEOWNERS

@derberg
Copy link
Member

derberg commented Jun 26, 2023

@jonaslagoni we are letting in a new binding. Anything we should remember to do because of coming 3.0?

get schemas in spec-json-schemas repo, and what else?

@jonaslagoni
Copy link
Member

jonaslagoni commented Jun 26, 2023

@jonaslagoni we are letting in a new binding. Anything we should remember to do because of coming 3.0?

get schemas in spec-json-schemas repo, and what else?

Nothing tbh, you just have the same question as I gave the other codeowners @adamretter @rcoppen @SrfHead: #182 (comment)

You can find a lot of information about the changes here: #182 (comment)

Also happy to help out, and feel free to join our spec 3.0 meetings if you have questions you want answered live 🙂

@derberg
Copy link
Member

derberg commented Jun 26, 2023

/rtm

@asyncapi-bot asyncapi-bot merged commit 42a10ed into asyncapi:master Jun 26, 2023
@derberg
Copy link
Member

derberg commented Jun 26, 2023

@adamretter @rcoppen @SrfHead as per @jonaslagoni comment. In short, this binding that was just merged is for AsyncAPI 2.x and you need to make sure it will still be working fine with 3.x. So look on linked materials and any changes need to be done against next-major-spec branch.

also, in 3.0 we remove json schemas from this repo, to have them better integrated with current tooling, we move them to https:/asyncapi/spec-json-schemas. So please open up a followup PR to get your bindings in https:/asyncapi/spec-json-schemas/tree/next-major-spec/bindings + make sure they are referenced in respective *BindingsObject.json files in https:/asyncapi/spec-json-schemas/tree/next-major-spec/definitions/3.0.0

adamretter added a commit to nationalarchives/ctd-omega-services that referenced this pull request Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Where to put JMS specific headers?
9 participants