Darren Bell
Darren Bell
I'm working on a project that can only pull archives from Maven Central. Can the artefact be mirrored to Maven Central.
Entities and the Repository API should not dictate which persistence method is used under the covers.
Bean Validation 2.0 added the ability to have constraints on containers: * List * Set * Map * Optional I think there may be some others though I have `passAnnotations...
[BUG] [JAVA] [Micronaut] - Using inheritance results in superclass having all fields from subclasses
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
Using annotation processors at compile time would simplify the whole process and you could also immediately see changes in the generated code in your ide. For example: ``` @Passport(link="libforeign") public...
**Describe the bug** Operator fails to startup **To Reproduce** Steps to reproduce the behaviuor: Follow install steps: https://abdelrhmanhamouda.github.io/locust-k8s-operator/helm_deploy/ **Expected behaviuor** Should startup **Additional context** ``` Caused by: io.javaoperatorsdk.operator.OperatorException: io.javaoperatorsdk.operator.OperatorException: Couldn't...
### Expected Behavior The code compiles ### Actual Behaviour Compilation produsec following error: ``` error: incompatible types: io.kangov.taxii.server.model.DiscoveryImpl.Builder cannot be converted to io.kangov.taxii.server.model.Discovery.Builder if (!(this instanceof Discovery.Builder)) { ^ ```...