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

Config/messaging sereration #48

Merged
merged 6 commits into from
Mar 16, 2024
Merged

Conversation

nawaphonOHM
Copy link
Owner

No description provided.

The package directories and import paths within the messaging directories have been refactored. Moved files and directories from 'event_sourcing_producer' to 'event_sourcing/producer' to maintain a more logical and hierarchical structure. This adjustment enhances the organization by mapping the package structure more closely to the application architecture.
The group value in the build.gradle file for the consumer has been updated. It previously pointed to a messaging namespace but reinforces now the architecture within event sourcing, thus matching the project's architecture more accurately.
This commit involves a major refactor of the package structure in the messaging component. Packages previously named 'event_sourcing.producer' have been renamed to either 'messaging' or 'rest' for clarity and better organization. This aligns more directly with the architecture and purpose of the respective classes within these packages.
Updated the Dockerfile location in the docker-build-image.yml GitHub Actions workflow. The previous path was incorrect, causing the docker build and push action to fail. The correct path starts from the project's root directory.
@nawaphonOHM nawaphonOHM merged commit ba852f4 into main Mar 16, 2024
3 checks passed
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