-
It's more of an enhancement regarding relations.
Right now, to set relations I need to specify to an object the relations object(s) manually. It would be also nice to specify a property name to use …
-
I've created custom validators with the 0.1-beta.2 version and I wanted to update to the latest version (0.2-beta.5). The validation system changed a lot and I can't figure it out how to write a custo…
-
I have the following definition in my abstract class:
`
@Value.Parameter
public abstract Map getDefaultPropertyValues();
`
After generating my immutable object I expect that the map returned …
-
My `build.gradle` has dependencies like:
```java
dependency "org.assertj:assertj-core:${assertJVersion}"
```
The variable `assertJVersion` is resolved from the `gradle.properties` file.
Is …
-
I would like to use both the EntityFilteringFeature and SelectableEntityFilteringFeature together. Right now, the SelectableEntityFilteringFeature trumps the ordinary entity filtering as soon as I reg…
-
### Actual behavior
When starting a skaffold debug serssion, I get the following error and warning:
- "error layer=debugger could not patch runtime.mallogc: no type entry found, use 'types' for …
-
I keep getting `Type mismatch between [(); 16] and [(); 8] - sizes differ` errors.
I have tried adding to `build-1.54.0.sh` :
```
export RUSTC_TARGET=x86_64-unknown-linux-gnux32
export TARGET=…
-
My first attempts with error prone: on Windows 10, OpenJDK 17 17.0.5, maven wrapper 3.8.6, maven-compiler-plugin 3.10.1, 2290 source classes. The compiler mojo ends up with error without error message…
-
With a current checkout of the dev branch and Java 11:
```sh
$ git describe
v4-alpha2-34-g16ef16df
$ java -version
openjdk version "11.0.20.1" 2023-08-24
OpenJDK Runtime Environment Temurin-11…
-
Just a question - Do we have any example to create span for a method with Annotations.? I see @WithSpan in extension for auto instrumenting..But i dont see any annotations for adding spans in code.
…