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

Added Docker Compose #3

Merged
merged 8 commits into from
Jun 18, 2024
Merged

Added Docker Compose #3

merged 8 commits into from
Jun 18, 2024

Conversation

Pask423
Copy link
Contributor

@Pask423 Pask423 commented Jun 6, 2024

No description provided.

@Pask423 Pask423 requested review from dbroda and SebastianRabiej June 6, 2024 11:21
@@ -6,24 +6,6 @@ target/
### IntelliJ IDEA ###
.idea

### Eclipse ###
Copy link

@dbroda dbroda Jun 14, 2024

Choose a reason for hiding this comment

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

Very nice

@@ -0,0 +1,24 @@
version: '3.9'
Copy link

@dbroda dbroda Jun 14, 2024

Choose a reason for hiding this comment

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

@@ -48,7 +50,7 @@ public void shouldReadMessagesSentInPlaintext() {
await()
.untilAsserted(
() ->
assertThat(readerService.filter(subjectFilter, typeFilter, 0, 10, ""))
Assertions.assertThat(readerService.filter(subjectFilter, typeFilter, 0, 10, ""))
Copy link

@dbroda dbroda Jun 14, 2024

Choose a reason for hiding this comment

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

nit: we can consider adding some code styling rules, like google code style for example

@Pask423 Pask423 merged commit eee18fb into master Jun 18, 2024
2 checks passed
@Pask423 Pask423 deleted the docker-compose branch June 18, 2024 06:04
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.

2 participants