Commit Graph

431 Commits

Author SHA1 Message Date
Jon Chambers
466a680298 Clarify a comment about verified sessions
Some checks failed
Java CI / build (push) Has been cancelled
2026-05-27 11:56:42 -04:00
Jon Chambers
04725f27dd Update base image
Some checks failed
Java CI / build (push) Has been cancelled
2026-04-09 17:56:47 -04:00
Jon Chambers
76c0c9eacd Update to Maven 3.9.14 2026-04-09 17:56:47 -04:00
Jon Chambers
d8508f90b5 Resolve a gax version conflict 2026-04-09 17:32:59 -04:00
Jon Chambers
1917ced25a Adapt to exception-mapping changes in simple-grpc 2026-04-09 17:32:59 -04:00
dependabot[bot]
613cc15fe0 Bump the minor-java-dependencies group across 1 directory with 8 updates
Bumps the minor-java-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.micronaut.platform:micronaut-parent](https://github.com/micronaut-projects/micronaut-core) | `4.10.6` | `4.10.11` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.73.0` | `26.79.0` |
| [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf) | `4.33.0` | `4.34.1` |
| [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) | `9.0.21` | `9.0.27` |
| [org.signal:simple-grpc-runtime](https://github.com/signalapp/simple-grpc) | `0.1.0` | `0.2.0` |
| [commons-logging:commons-logging](https://github.com/apache/commons-logging) | `1.3.5` | `1.3.6` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.20.0` | `1.21.0` |



Updates `io.micronaut.platform:micronaut-parent` from 4.10.6 to 4.10.11
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.0.x/RELEASE.adoc)
- [Commits](https://github.com/micronaut-projects/micronaut-core/compare/v4.10.6...v4.10.11)

Updates `com.google.cloud:libraries-bom` from 26.73.0 to 26.79.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.73.0...v26.79.0)

Updates `com.google.protobuf:protobuf-bom` from 4.33.0 to 4.34.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `ch.qos.logback:logback-core` from 1.5.19 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.32)

Updates `com.googlecode.libphonenumber:libphonenumber` from 9.0.21 to 9.0.27
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/release_notes.txt)
- [Commits](https://github.com/google/libphonenumber/compare/v9.0.21...v9.0.27)

Updates `org.signal:simple-grpc-runtime` from 0.1.0 to 0.2.0
- [Commits](https://github.com/signalapp/simple-grpc/compare/0.1.0...0.2.0)

Updates `commons-logging:commons-logging` from 1.3.5 to 1.3.6
- [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.5...rel/commons-logging-1.3.6)

Updates `commons-codec:commons-codec` from 1.20.0 to 1.21.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.21.0)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-parent
  dependency-version: 4.10.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-version: 26.79.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: com.google.protobuf:protobuf-bom
  dependency-version: 4.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-version: 9.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.signal:simple-grpc-runtime
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: commons-logging:commons-logging
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 17:32:59 -04:00
Jon Chambers
77e6d7f59f Avoid reading from a potentially-stale session when recording attempts 2026-04-09 17:25:12 -04:00
dependabot[bot]
738dec3b77 Bump the minor-actions-dependencies group with 2 updates
Bumps the minor-actions-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...de0fac2e45)

Updates `actions/setup-java` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](f2beeb24e1...be666c2fcd)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-actions-dependencies
- dependency-name: actions/setup-java
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 15:58:54 -04:00
ravi-signal
17d3477962
remove useless rethrown exception
Some checks failed
Java CI / build (push) Has been cancelled
2026-03-26 11:35:47 -05:00
Ameya Lokare
13035206d9 Treat Sinch CSV prices as actual prices 2026-02-27 10:47:18 -08:00
Ameya Lokare
4d99d864e1 Don't instantiate sinch pricing configuration in test env 2026-02-25 13:26:19 -08:00
Chris Eager
d8226e1b3d Exclude background analyzers and estimators from test environment 2026-02-25 13:13:28 -08:00
Chris Eager
9977757f3a Use protobuf-bom and note version compatibility 2026-02-25 13:12:38 -08:00
Chris Eager
d538ba2d1b Add test for protobuf ExceptionInInitializerError 2026-02-25 13:12:38 -08:00
Ameya Lokare
cf60e9e340 Add SinchSmsAttemptAnalyzer 2026-02-25 13:10:33 -08:00
Jon Chambers
5009889b6e Specify an "SMS region" for Sinch 2026-02-25 15:55:00 -05:00
Jon Chambers
6cd274dbfe Stop accepting client-provided MCC/MNC and instead accept MCC/MNC from lookup services
Some checks failed
Java CI / build (push) Has been cancelled
2026-01-23 16:56:43 -05:00
Ameya Lokare
b9ab407d04 Reintroduce "Eager init singletons to be able to fail fast"" 2026-01-12 16:31:49 -08:00
Jon Chambers
4cc65b02ca Override the protobuf version from the Micronaut parent POM
Some checks failed
Java CI / build (push) Has been cancelled
2026-01-08 14:03:47 -05:00
Jon Chambers
7ae0553d8d Remove accidentally-repeated sha256: from Docker image coordinates
Some checks failed
Java CI / build (push) Has been cancelled
2026-01-08 12:38:07 -05:00
Jon Chambers
d199c4e886 Update Docker image 2026-01-08 12:28:59 -05:00
Jon Chambers
e7af2e228f Remove a now-unneeded gRPC version override 2026-01-08 12:28:59 -05:00
Jon Chambers
499241aece Resolve dependency convergence issues 2026-01-08 12:28:59 -05:00
dependabot[bot]
feb9ddc3a7 Bump the minor-java-dependencies group with 16 updates
Bumps the minor-java-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [io.micronaut.platform:micronaut-parent](https://github.com/micronaut-projects/micronaut-core) | `4.8.3` | `4.10.6` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.68.0` | `26.73.0` |
| [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) | `2024.0.2` | `2024.0.11` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.2` | `1.21.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.21.2` | `1.21.4` |
| [org.testcontainers:gcloud](https://github.com/testcontainers/testcontainers-java) | `1.21.2` | `1.21.4` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.16` | `1.5.19` |
| [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) | `9.0.14` | `9.0.21` |
| [com.infobip:infobip-api-java-client](https://github.com/infobip/infobip-api-java-client) | `4.3.1` | `4.4.0` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| [io.micronaut.picocli:micronaut-picocli](https://github.com/micronaut-projects/micronaut-picocli) | `5.7.0` | `5.9.0` |
| org.apache.commons:commons-lang3 | `3.18.0` | `3.20.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.20.0` |
| [com.sinch.sdk:sinch-sdk-java](https://github.com/sinch/sinch-sdk-java) | `1.7.0` | `1.7.1` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.1` | `3.6.2` |
| [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) | `3.4.5` | `3.4.6` |


Updates `io.micronaut.platform:micronaut-parent` from 4.8.3 to 4.10.6
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.0.x/RELEASE.adoc)
- [Commits](https://github.com/micronaut-projects/micronaut-core/compare/v4.8.3...v4.10.6)

Updates `com.google.cloud:libraries-bom` from 26.68.0 to 26.73.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.68.0...v26.73.0)

Updates `io.projectreactor:reactor-bom` from 2024.0.2 to 2024.0.11
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2024.0.2...2024.0.11)

Updates `org.testcontainers:testcontainers-bom` from 1.21.2 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.4)

Updates `org.testcontainers:junit-jupiter` from 1.21.2 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.4)

Updates `org.testcontainers:gcloud` from 1.21.2 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.4)

Updates `ch.qos.logback:logback-core` from 1.5.16 to 1.5.19
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.16...v_1.5.19)

Updates `com.googlecode.libphonenumber:libphonenumber` from 9.0.14 to 9.0.21
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/release_notes.txt)
- [Commits](https://github.com/google/libphonenumber/compare/v9.0.14...v9.0.21)

Updates `com.infobip:infobip-api-java-client` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/infobip/infobip-api-java-client/releases)
- [Changelog](https://github.com/infobip/infobip-api-java-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infobip/infobip-api-java-client/compare/4.3.1...4.4.0)

Updates `commons-io:commons-io` from 2.20.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)

Updates `io.micronaut.picocli:micronaut-picocli` from 5.7.0 to 5.9.0
- [Release notes](https://github.com/micronaut-projects/micronaut-picocli/releases)
- [Commits](https://github.com/micronaut-projects/micronaut-picocli/compare/v5.7.0...v5.9.0)

Updates `org.apache.commons:commons-lang3` from 3.18.0 to 3.20.0

Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...rel/commons-codec-1.20.0)

Updates `com.sinch.sdk:sinch-sdk-java` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/sinch/sinch-sdk-java/releases)
- [Commits](https://github.com/sinch/sinch-sdk-java/compare/v1.7.0...v1.7.1)

Updates `org.testcontainers:junit-jupiter` from 1.21.2 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.4)

Updates `org.testcontainers:gcloud` from 1.21.2 to 1.21.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.4)

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2)

Updates `com.google.cloud.tools:jib-maven-plugin` from 3.4.5 to 3.4.6
- [Release notes](https://github.com/GoogleContainerTools/jib/releases)
- [Commits](https://github.com/GoogleContainerTools/jib/commits)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-parent
  dependency-version: 4.10.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-version: 26.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: io.projectreactor:reactor-bom
  dependency-version: 2024.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.testcontainers:gcloud
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-version: 9.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.infobip:infobip-api-java-client
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: io.micronaut.picocli:micronaut-picocli
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-java-dependencies
- dependency-name: com.sinch.sdk:sinch-sdk-java
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.testcontainers:gcloud
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
- dependency-name: com.google.cloud.tools:jib-maven-plugin
  dependency-version: 3.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-java-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 12:28:59 -05:00
Chris Eager
b3ffc818cd Remove datadog metrics and logs 2026-01-08 12:25:54 -05:00
Chris Eager
d4de7150e3 Add OpenTelemetry logging
Some checks failed
Java CI / build (push) Has been cancelled
2026-01-08 10:33:15 -06:00
dependabot[bot]
db185ab35b Bump actions/checkout from 5.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](08c6903cd8...8e8c483db8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 11:18:48 -05:00
dependabot[bot]
197c5ab24b Bump actions/setup-java in the minor-actions-dependencies group
Bumps the minor-actions-dependencies group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).


Updates `actions/setup-java` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](dded088883...f2beeb24e1)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 11:18:24 -05:00
Jon Chambers
e346abeb57 Configure dependabot 2026-01-07 16:31:54 -05:00
Ameya Lokare
2215b3f250 Revert "Eager init singletons to be able to fail fast" 2025-12-23 11:29:04 -08:00
Chris Eager
c077237227 Enable percentilesHistogram in default DistributionStatisticConfig 2025-12-23 10:57:23 -08:00
Ameya Lokare
4349d8a814 Eager init singletons to be able to fail fast 2025-12-23 10:56:14 -08:00
Jon Chambers
557f6d0d1a Extract InfobipSmsPriceEstimator into its own bean
Some checks failed
Java CI / build (push) Has been cancelled
2025-12-19 09:00:21 -05:00
Ameya Lokare
284bef8898 Publish fraudulent attempt to pub/sub 2025-12-09 13:09:25 -08:00
Ravi Khadiwala
36b55c0b7b update to java 25
Some checks failed
Java CI / build (push) Has been cancelled
2025-12-08 14:19:07 -06:00
Jon Chambers
45e4570382 Include client MCC/MNC in pub/sub messages
Some checks failed
Java CI / build (push) Has been cancelled
2025-12-03 14:39:16 -05:00
Jon Chambers
ca194a949b Include MCC/MNC in attempts pending analysis 2025-12-03 14:39:16 -05:00
Jon Chambers
746e144dda Accept MCC/MNC from clients when creating a session 2025-12-03 14:39:16 -05:00
Katherine
ec8c29abf4
Add carrier fees to Twilio SMS pricing analysis
Some checks failed
Java CI / build (push) Has been cancelled
2025-11-05 14:58:26 -05:00
Ameya Lokare
3c02d1703d Add senderID selection configuration for Sinch
In theory, the "default originators" feature should allow us to set the
sender ID per region right from the Sinch console, but this doesn't seem
to be working.
2025-11-04 10:29:26 -08:00
Ameya Lokare
f06ff93234 Sinch SMS sender implementation 2025-11-03 16:20:48 -08:00
Katherine
da3a19d74f
Fix incorrect metric categorization of Infobip fraud rejections
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-26 13:55:07 -07:00
Katherine
f6ef41df78
Q4 2025 dependency updates
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-19 13:48:44 -04:00
Jon Chambers
d5752e8211 Remove underscore from default value
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-11 12:24:36 -04:00
Jon Chambers
e0c13be52c
Re-parallelize AbstractAttemptAnalyzer and InfobipSmsAttemptAnalyzer
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-11 12:16:35 -04:00
Jon Chambers
87de2b1155 Add timeouts to MessageBird operations
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-04 11:42:12 -04:00
Jon Chambers
4706a90d59
Switch to a blocking strategy for analytics components
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-03 14:57:19 -04:00
Jon Chambers
13af95adb6 Only trigger "session completed" events for events that actually expired
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-03 09:12:33 -04:00
Jon Chambers
2bb50ab0d3 Add a (failing!) test for "session completed" event generation on session removal 2025-09-03 09:12:33 -04:00
Jon Chambers
152c159168
Use simple-grpc (make request-serving pathways blocking)
Some checks failed
Java CI / build (push) Has been cancelled
2025-09-02 14:18:23 -04:00