L. Wagner
L. Wagner
Hi there, love the project so far, but I just ran into a weird problem. The issue is rather similar to #410, which was closed some years ago. However, I'm...
**Describe the bug** See https://jitpack.io/#inspectit/inspectit-ocelot/ The build log reports an error >⚠️ ERROR: No build artifacts found > Expected artifacts in: $HOME/.m2/repository/rocks/inspectit/ocelot/inspectit-ocelot- > config/SNAPSHOT This seems to have broken when...
We are on version 5.12.1-RELEASE. The default ObjectMapper is [configured with `setSerializationInclusion(NON_NULL)` ](https://github.com/cloudfoundry/cf-java-client/blob/main/cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/_DefaultConnectionContext.java#L124). When removing a timeout the request should set it explicitly to `null`, which is not possible using...
I have the following (and only) schema in a folder `schemas/cloudfoundry/: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "javaType": "types.cloudfoundry.SecurityLane", "description": "The security lane of the space.", "enum": [ "public", "medium", "secure", "intra"...
The method `ApplicationManifestUtilsV3#write` uses a static snakeyaml `Yaml` dumper to write all manifests into a byte array this operation is inheritly not threadsafe, as the deserializer is not. This in...