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

bump spectator library to a more recent version #587

Closed
wants to merge 2 commits into from
Closed

Conversation

hmitnflx
Copy link
Collaborator

Context

Explain context and other details for this pull request.

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable

@@ -17,7 +17,7 @@ ext {
archaiusVersion = 'latest.release'
versionMockito = '2.18.+'
mqlVersion = '3.2.2'
spectatorVersion = '0.134.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we get rid of the version here and instead use ext.libraries in the root build.gradle?

Copy link

github-actions bot commented Nov 16, 2023

Test Results

548 tests  ±0   540 ✔️ ±0   7m 25s ⏱️ +5s
130 suites ±0       8 💤 ±0 
130 files   ±0       0 ±0 

Results for commit 38eef1e. ± Comparison against base commit b8ceac2.

♻️ This comment has been updated with latest results.

@@ -17,7 +17,7 @@ ext {
archaiusVersion = 'latest.release'
versionMockito = '2.18.+'
mqlVersion = '3.2.2'
spectatorVersion = '0.134.0'
spectatorVersion = '1.6.10'
Copy link
Collaborator

Choose a reason for hiding this comment

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

just wondering if we need to actually declare spectator as "API" in this module or can it be compileOnly to let application resolve it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This would become a breaking change if we do that right? if an application doesn't have explicit dependency on spectator api.

Copy link
Collaborator

Choose a reason for hiding this comment

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

that's true. I just assume all internal applications have a dependency on spectator already.

@hmitnflx hmitnflx temporarily deployed to Integrate Pull Request November 17, 2023 18:18 — with GitHub Actions Inactive
Copy link

Uploaded Artifacts

To use these artifacts in your Gradle project, paste the following lines in your build.gradle.

resolutionStrategy {
    force "io.mantisrx:mantis-common-serde:0.1.0-20231117.190024-442"
    force "io.mantisrx:mantis-client:0.1.0-20231117.190024-443"
    force "io.mantisrx:mantis-discovery-proto:0.1.0-20231117.190024-442"
    force "io.mantisrx:mantis-common:0.1.0-20231117.190024-442"
    force "io.mantisrx:mantis-runtime:0.1.0-20231117.190024-443"
    force "io.mantisrx:mantis-network:0.1.0-20231117.190024-442"
    force "io.mantisrx:mantis-runtime-loader:0.1.0-20231117.190024-443"
    force "io.mantisrx:mantis-shaded:0.1.0-20231117.190024-441"
    force "io.mantisrx:mantis-remote-observable:0.1.0-20231117.190024-443"
    force "io.mantisrx:mantis-testcontainers:0.1.0-20231117.190024-112"
    force "io.mantisrx:mantis-connector-iceberg:0.1.0-20231117.190024-441"
    force "io.mantisrx:mantis-connector-job:0.1.0-20231117.190024-443"
    force "io.mantisrx:mantis-control-plane-core:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-connector-kafka:0.1.0-20231117.190024-443"
    force "io.mantisrx:mantis-control-plane-server:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-control-plane-client:0.1.0-20231117.190024-442"
    force "io.mantisrx:mantis-connector-publish:0.1.0-20231117.190024-442"
    force "io.mantisrx:mantis-examples-jobconnector-sample:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-sine-function:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-mantis-publish-sample:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-synthetic-sourcejob:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-twitter-sample:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-wordcount:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-publish-core:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-publish-netty:0.1.0-20231117.190024-435"
    force "io.mantisrx:mantis-publish-netty-guice:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-server-agent:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-server-worker:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-groupby-sample:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-server-worker-client:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-source-job-kafka:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-examples-core:0.1.0-20231117.190024-436"
    force "io.mantisrx:mantis-source-job-publish:0.1.0-20231117.190024-436"
}

@hmitnflx hmitnflx closed this Apr 15, 2024
@Andyz26 Andyz26 deleted the hmittal/bump branch April 15, 2024 18:54
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.

4 participants