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

Release 0.1.0 #3

Merged
merged 8 commits into from
Feb 1, 2021
Merged

Release 0.1.0 #3

merged 8 commits into from
Feb 1, 2021

Conversation

bpasson
Copy link
Contributor

@bpasson bpasson commented Jan 27, 2021

This is the initial version of the RabbitMQ client. It contains full documentation on how to use it. Not sure where I can actually view the documentation. I used quarkiverse-docs to build the documentation, but noticed font-awesome icons are not rendered. I couldn't find any documentation on how the documentation actually works. Any hints there are appreciated.

I will not be merging this until I got the chance to test the TLS connection setup with RabbitMQ in both java and native mode.

The pull request is mainly here to see if the build pipeline is working as expected and to get some feedback on the project structure and if all adheres to the Quarkiverse expectations.

@bpasson bpasson self-assigned this Jan 27, 2021
@bpasson bpasson marked this pull request as draft January 27, 2021 21:09
@gastaldi
Copy link
Member

@bpasson hey, the quarkiverse-docs is still a prototype and we're evaluating it. Here is an example on how to have your extension listed there: quarkiverse/quarkiverse-docs#1

@bpasson
Copy link
Contributor Author

bpasson commented Jan 27, 2021

@gastaldi ok, I will send a PR then to include the quarkus-rabbitmq-client in there.

Copy link
Member

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

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

This PR looks good to me. Good job!

@bpasson
Copy link
Contributor Author

bpasson commented Jan 27, 2021

As stated I still have to test TLS connections in java and native mode. I would like to have some actual integration tests. Is there a way to spin up an actual RabbitMQ during the build? Not too familiar with GitHub actions yet.

@gastaldi
Copy link
Member

I haven't tested, but I think you can use TestContainers for that: https://www.testcontainers.org/modules/rabbitmq/

@bpasson
Copy link
Contributor Author

bpasson commented Jan 27, 2021

Why didn't I think of that. I'll give it a go and see if I can get that up and running.

@bpasson bpasson marked this pull request as ready for review February 1, 2021 09:31
@gastaldi gastaldi requested a review from loicmathieu February 1, 2021 11:41
@bpasson bpasson merged commit e30249f into master Feb 1, 2021
@bpasson bpasson deleted the release-0.1.0 branch February 1, 2021 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants