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

Update dependencies and fix build errors in dispatch and shipping services #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PradhayA
Copy link

@PradhayA PradhayA commented Oct 7, 2024

Description of Change:

These changes have been tested and resolve several issues I encountered. I believe they will also likely address similar errors for others.

Dispatch Service:

  • Replaced Deprecated RabbitMQ Library: Updated the RabbitMQ library in main.go from github.com/streadway/amqp to github.com/rabbitmq/amqp091-go to use the latest supported version.
  • Updated Go Version: Changed the Go version in dispatch/Dockerfile from golang:1.17 to golang:1.22 to resolve a compilation error related to the missing slices package.

Shipping Service:

  • Fixed Maven Installation Error: Added installation of ca-certificates-java and updated certificates in shipping/Dockerfile to resolve Maven installation issues during the build process.

Impact on Existing Behavior:

There should be no impact on existing behavior. These changes primarily address build issues and update dependencies to ensure the services compile and run as expected without modifying functionality.

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.

1 participant