Rob Zienert
Rob Zienert
## Expected Behavior Search attributes to be carried-forward during `Workflow.continueAsNew()` ## Actual Behavior Continued-as-new workflows are missing the search attributes from the original run. ## Steps to Reproduce the Problem...
We have a different vault password per deployment, so a singular, file-based password doesn't work. It's much more convenient to just copy/paste.
I have a use case where I'm generating schema files from a Java module, of which many of the classes share common property types. Instead of generating a massive schema...
**Is your feature request related to a problem? Please describe.** Scenario: Performing a blue/green as part of a rollout of Temporal services themselves. At Netflix, our model of a red/black...
### What broke? What's expected? The [versionPattern](https://github.com/kubernetes-sigs/kubebuilder/blob/165af70e87848677a039cd0cd87cc67c545d983c/pkg/model/resource/gvk.go#L28) enforced by kubebuilder requires all CRD versions to start with a `v`, however this makes usage of an internal version confusing (e.g. creating...
Hello! My team maintains a monorepo library for a large collection of modules, and use Go module workspaces for it. I'm on the hunt for a compatibility checker and `go-apidiff`...
This code never truly worked. Apparently someone in OSS found it and tried to run it.
## What was changed Upgrading `io.opentelemetry:opentelemetry-bom` and `i.o:opentelemetry-opentracing-shim` to `1.50.0`. ## Why? The opentracing version transitively referenced by `io.opentelemetry` is `0.26.0` which is quite old and causing issues. Updating this...
**Is your feature request related to a problem? Please describe.** I'm trying to access information from a context propagator in an Activity. The current strategy is that the context propagator...
## Expected Behavior Published artifacts should include sources and javadoc. ## Actual Behavior Only compiled class artifacts are published. ## Steps to Reproduce the Problem 1. Use java SDK as...