Steven Hawkins

Results 105 issues of Steven Hawkins

The current handling will replace $$ in a value with a single $ - this is due to the internal escaping behavior, which escapes escapes $ as $$. However this...

bug
spec-related

Is this correct - https://github.com/smallrye/smallrye-config/blob/5a96de2849c87d144586df07dd4529e28d7e3b85/implementation/src/main/java/io/smallrye/config/SmallRyeConfig.java#L370 It seems like it should consult the raw value, or have some javadocs redefining what raw means for this method.

enhancement

### Discussed in https://github.com/fabric8io/kubernetes-client/discussions/5942 We've decided to commit a v2 implementation of the crd generator along side the existing one so that it can be part of fabric8 6. ####...

status/never-stale
component/crd-generator

https://github.com/fabric8io/kubernetes-client/actions/runs/8831445429/job/24246684439?pr=5949#step:4:73186 shows a failure with ``` ResourceListTest.testCreateOrReplaceWithDeleteExisting:178 expected: but was: ``` We'll need to double check if the condition should look for at least that many requests, not exactly.

test
technical-debt

### Is your enhancement related to a problem? Please describe Relates to https://github.com/operator-framework/java-operator-sdk/issues/2318 - the fabric8 logic is currently defaulting to null. the operator sdk is ok if the default...

The v2 generator will need to be parallized at the clazz level. There will need to be a ResolvingContext instance for each usage - the SchemaGenerator isn't thread-safe. But they...

component/crd-generator

The v1 output should sort the required list. Also the v1 handling for JsonFormat shape needs to leave the type as string in most cases. v2 will use set the...

component/crd-generator

We should expose CRDGenerator methods for providing the ObjectMapper / KuberentesSerialization and also a simple main method.

component/crd-generator

### Is your task related to a problem? Please describe We should deprecate the v1beta1 crd generator in 6.x, so that it can be removed in 7.x ### Describe the...

component/crd-generator

The Keycloak project is needing to tweak garbage collection settings to deal the amount of garbage created by the Argon2BytesGenerator. It would be good if there were a way to...