-
There appear to be some types of errors in java source code that can cause the Immutables annotation processor to fail. This in itself is not particularly surprising - clearly the source needs to be s…
-
From ticket 10558 - quite a bad bug. Some more unit tests to cover the templating are needed.
The Ingress Controller correctly picks up updates to annotations, based on the logs:
```
level=info…
-
Not an issue but an idea which probably has been looked into before...
An annotation processor which runs while testclasses are being compiled could look at annotations on the testclasses that spec…
-
Use two different annotations and have the processor support both of them:
One annotation needs to have RetentionPolicy.SOURCE, and be discarded after compilation and generation of asynchronous interf…
-
Hi,
This is an idea for Flux artifacts
We are using Harbor to store Flux OCI artifacts. When checking on the UI it's not clear it's Flux Artifact because they fall under the default type
![fl…
-
I have access to a specific (large) project here which makes use of
@SupportedAnnotationTypes({"the.namespace.TheAnnotation"})
@SupportedSourceVersion(SourceVersion.RELEASE_10)
to creat…
-
I encountered an issue while trying to create a fix for our generated enums https://github.com/nelmio/NelmioApiDocBundle/issues/2177
While doing this I noticed that the `AugmentProperties` processo…
-
Using immutables v2.8.3
When I look at the generated immutables class for a Pojo such as
```
@Value.Immutable
@JsonSerialize(as = ImmutableMyPojo.class)
@JsonDeserialize(as = ImmutableMyPojo.cl…
-
**Please consider adding the below example code to the relevant ES documentation sections - it may save Gradle users headaches and frustrations.**
A Gradle user migth attempt to add ES generator…
-
build.gradle:
implementation 'com.pushtorefresh.storio3:sqlite:3.0.1'
sync error:
Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1
How we can migrate to androidx with storio? Maybe yo…