dmarmugi
dmarmugi
> see if anyone else has a use case for this feature I found this issue looking for a way to tag my generated files with headers like ```yaml #...
> The buildpack will default to disabling these features after the new date of March 2023 I haven't seen this in the release notes -- did this happen or has...
Hi, the [v4.62.0 Release Notes](https://github.com/cloudfoundry/java-buildpack/releases/tag/v4.62.0) state: > ... This release adds a new framework, java_cf_env which supplies the [Java CfEnv](https://github.com/pivotal-cf/java-cfenv) library to Spring Boot 3 apps, instead of the deprecated...
Running into a bit of an issue with this on the openmetrics-text version matching in CFMetricsFetcher: ```java private static final Pattern CONTENT_TYPE_OPENMETRIC_100 = Pattern.compile("^application/openmetrics-text; *version=1.[0-9]++.[0-9]++; *charset=utf-8"); ``` Some libraries (e.g.,...
> the `__meta_*` labels for the `/promregatorMetrics` are all set to `null`: I think maybe they're `null` there because you're not deployed in cloud foundry. Running v1.0.1 in cloud foundry,...
from the linked ticket https://github.com/concourse/concourse/issues/5064#issuecomment-577904416 > I am torn on if this issue is just an example of dumb usage echoing a secret (compared to putting the secret in a...