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

#166 update redpanda/testcontainers/artemis to latest versions #167

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<version.python.krausening>&gt;=${version.krausening}</version.python.krausening>
<version.slf4j>2.0.7</version.slf4j>
<version.delta.hive.connector>0.6.0</version.delta.hive.connector>
<version.testcontainers>1.19.8</version.testcontainers>

<!-- Spark Default Dependencies. See `spark-*` profiles below for alternative sets -->
<version.spark>3.4.0</version.spark>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
###
com.boozallen.aissemble.alerting.teams.TeamsClient/mp-rest/url=https://cpointe.webhook.office.com/webhookb2/97914af6-343d-4e13-a9e0-3ca7365c222f@be6bc72b-cb11-4b54-94ba-05c515f5e7ba/IncomingWebhook/5d770780ae41427ead508866a93b54e2/26a15c35-029b-406f-8ec4-d4d1be26f058
com.boozallen.aissemble.alerting.teams.TeamsClient/mp-rest/scope=javax.inject.Singleton
quarkus.kafka.devservices.image-name=vectorized/redpanda:v21.11.3
quarkus.kafka.devservices.image-name=vectorized/redpanda:v24.1.7
2 changes: 1 addition & 1 deletion extensions/extensions-configuration-store-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>vault</artifactId>
<version>1.19.7</version>
<version>${version.testcontainers}</version>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: All of the testcontainer artifacts like vault/mysql/etc. are released at the same time and kept on the same version. So we can just use one version property for all of them.

<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# #L%
###
quarkus.rest-client."com.boozallen.aissemble.datalineage.consumer.HttpProducerService".uri=http://127.0.0.1:15100/endpoint
quarkus.amqp.devservices.image-name=quay.io/artemiscloud/activemq-artemis-broker:1.0.18
quarkus.amqp.devservices.image-name=quay.io/artemiscloud/activemq-artemis-broker:1.0.26
com.boozallen.aissemble.datalineage.consumer.HttpProducer/postEventHttp/Retry/maxRetries=5
com.boozallen.aissemble.datalineage.consumer.HttpProducer/postEventHttp/Retry/delay=1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ urllib3 = "^1.26.18"
black = ">=22.1.0"
behave = ">=1.2.6"
nose = ">=1.3.7"
testcontainers = ">=3.7.1"
testcontainers = ">=4.5.1"
setuptools = "^69.0.3"
kappa-maki = ">=1.0.1"
pylint = "^3.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.1</version>
<version>${version.testcontainers}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# See https://quarkus.io/guides/cdi-reference for reference.
quarkus.arc.unremovable-types=com.boozallen.aissemble.alerting.**
quarkus.http.test-port=14800
quarkus.kafka.devservices.image-name=vectorized/redpanda:v22.3.4
quarkus.kafka.devservices.image-name=vectorized/redpanda:v24.1.7
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aissemble-foundation-messaging-python = { path = "../../../foundation-messaging/
black = ">=22.1.0"
behave = ">=1.2.6"
nose = ">=1.3.7"
testcontainers = ">=3.4.0"
testcontainers = ">=4.5.1"
callee = "0.3.1"
confluent-kafka = { version = "2.1.1", optional = true }
kappa-maki = ">=1.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ urllib3 = "^1.26.18"
black = ">=22.1.0"
behave = ">=1.2.6"
nose = ">=1.3.7"
testcontainers = ">=3.7.1"
testcontainers = ">=4.5.1"
Copy link
Contributor

@Cho-William Cho-William Jun 25, 2024

Choose a reason for hiding this comment

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

(This is not related to this PR/Issue) but it would be nice if at some point in the future we could inject this version as a variable across the test module, since I feel like it's easy to miss updating our test module

kappa-maki = ">=1.0.1"
pylint = "^3.1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ urllib3 = "^1.26.18"
black = ">=22.1.0"
behave = ">=1.2.6"
nose = ">=1.3.7"
testcontainers = ">=3.7.1"
testcontainers = ">=4.5.1"
kappa-maki = ">=1.0.1"
pylint = "^3.1.0"

Expand Down