-
I am trying to get the OIDC mechanism to work in a clustered wildfly (31) setup but it appears to be impossible at the moment:
```
10:13:44,620 WARN [org.infinispan.PERSISTENCE] (default task-2) …
-
As documented in https://saxonica.plan.io/boards/3/topics/9475?r=9566 we came across a massive performance problem when using Saxon XSLT engine. Saxon is optimized *for reuse*, so creation of a Transf…
-
tl;dr: Should `nil` Golang slices always be returned as JSON `[]` on the api?
**Description**
The current swagger api docs declare most slices and objects as non-nullable arrays. Some properties…
-
Use the product of #4 to create a marshalling for Option
```rust
fn f(option: Option) { ... }
```
-
go-capnproto2 doesn't generate `MarshalJSON`/`UnmarshalJSON` methods, which is a regression from v1. v1 solved this by doing codegen guarded by a compile-time constant, which means you had to recompi…
-
The way compiler properties are managed is rather hap-hazard at the moment. For each compiler we need to know things such as the argument used to specify where module files are created. Plus any speci…
-
Review temporary marshalling to have marshalling status as one of the function parameters. This status type should be of ::nil::marshalling::status_type type and be equal to ::nil::marshalling::status…
-
I tried running the test on my machine with a locale that has ',' as the decimal separator instead of '.' and the S100ExchangeSetUtilsTest.testMarchallS125 test fails because we get
```
Expected:
…
-
### Is your feature request related to a problem? Please describe.
There is a relatively new trend in .NET libraries to avoid any interop code that results in runtime marshalling. Doing so theoreti…
-
### Description
Hello,
we are using the Keycloak Infinispan cache in our extensions to distribute the progress of some long running tasks, like bulk actions or user import.
While upgrading to K…