-
StateMachineFactory is configured to read configuration from db repository. However then statemachine is created, the order of actions is not maintained. I suspect, its because the results returned fr…
-
I am trying to adapt the event service sample to use JPA instead of redis. Here is the configuration, which I am trying to use, only changes:
```
@Bean
public StateMachinePersist jpaStateMach…
-
been getting this error not sure whats wrong:
> [CLI] INFO: item does not exist: \Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe... skipping
> [CLI] INFO: item does…
-
Would it be an idea to add a sample combining Spring Cloud Contract, WebTestClient, RestAssured and Spring Restdocs?
WebTestClient can be configured to use Restdocs and so does RestAssured. But und…
-
When using Oracle as a repository database, population of data fails due to invalid iterator condition.
Maven: org.springframework.statemachine:spring-statemachine-data-common:2.0.2.RELEASE
Reposito…
-
For some scenarios, it makes sense to support Apache Kafka as StateRepository. When a new instance of the service/application that uses Togglz is started, this service can read the latest state of all…
-
# Suggestion
TypeScript's type system is extremely expansive and powerful, but one thing that I cannot seem to do is give tuples dynamic names. Eg:
```ts
type Test00 = [["name"]: number];
```
…
-
Aspire.Azure.Storage.Queues.Tests.ConformanceTests.TracingEnablesTheRightActivitySource
```
Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
…
-
Pipeline: runtime-coreclr libraries-jitstress
Job: net9.0-windows-Release-x86-jitstress2_tiered-Windows.10.Amd64.Open
Test: System.Tests.PosixSignalRegistrationTests.ExternalConsoleManipulation_Regi…
-
I'm using togglz in a Spring boot application, I have an endpoind in one of my controllers that fetches all the toggles in the database with a status equal to true. I'm using cache to store the result…