samples-java icon indicating copy to clipboard operation
samples-java copied to clipboard

Temporal Java SDK samples

Results 78 samples-java issues
Sort by recently updated
recently updated
newest added

JavaSDK 1.9.0 comes with a bunch of new APIs for search attributes and an ability to register search attributes in tests. We should refresh the Search Attributes sample and show...

enhancement

Vulnerable Library - serverlessworkflow-api-4.0.3.Final.jar Path to dependency file: /build.gradle Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.30/8fde7fe2586328ac3c68db92045e1c8759125000/snakeyaml-1.30.jar ## Vulnerabilities | CVE | Severity | CVSS | Dependency | Type | Fixed in |...

security vulnerability

## What was changed * Update extension of referenced files to match the currently existing ones * Transform the file references into an enumerated list with links to the corresponding...

Bumps opentelemetry-opentracing-shim from 1.14.0-alpha to 1.18.0-alpha-SNAPSHOT. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-opentracing-shim&package-manager=gradle&previous-version=1.14.0-alpha&new-version=1.18.0-alpha-SNAPSHOT)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.15.0 to 1.17.0. Release notes Sourced from opentelemetry-bom's releases. Version 1.17.0 API API Extensions DEPRECATION: the opentelemetry-extension-annotations module containing @WithSpan and @SpanAttribute annotations has been deprecated for...

dependencies
java

Bumps opentelemetry-semconv from 1.14.0-alpha to 1.18.0-alpha-SNAPSHOT. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-semconv&package-manager=gradle&previous-version=1.14.0-alpha&new-version=1.18.0-alpha-SNAPSHOT)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

## What was changed ## Why? ## Checklist 1. Closes #289 2. How was this tested: 3. Any docs updates needed?

Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-bom's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

dependencies
java

Bumps [error_prone_core](https://github.com/google/error-prone) from 2.10.0 to 2.15.0. Release notes Sourced from error_prone_core's releases. Error Prone 2.15.0 New Checkers: BuilderReturnThis CanIgnoreReturnValueSuggester CannotMockFinalClass CannotMockFinalMethod DirectInvocationOnMock ExtendsObject MockNotUsedInProduction NoCanIgnoreReturnValueOnClasses NullArgumentForNonNullParameter SelfAlwaysReturnsThis UnsafeWildcard UnusedTypeParameter Fixed...

dependencies
java

Temporal should provide a sample for users on how they may check the metrics in unit tests. I propose to wire MetricsScope with our standard MicrometerClientStatsReporter initialized with SimpleMeterRegistry micrometer....

enhancement