Felix Scheinost

Results 24 issues of Felix Scheinost

**Bug description** When connected to a Headscale server where MagicDNS is enabled, local name resolution doesn't work anymore on macOS. For example without Tailscale enabled my machine receives DNS configuration...

bug

This improves the detection of resource attributes on ECS by fetching ECS metadata from `ECS_CONTAINER_METADATA_URI` or `ECS_CONTAINER_METADATA_URI_V4`. Previously only `CONTAINER_NAME` and `CONTAINER_ID` id were set. Now we set: - CONTAINER_ID...

Hi! I have a pretty tough problem here and hope you may have some input for me 😃 What I did to cause the problem: I updated from `nixos-21.05` to...

### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...

### What I am trying to do I am trying to use `kotlinx.html` with Spring WebFlux. I am trying to call a suspending function inside a rendering block. An action...

# Task List - [x] Steps to reproduce provided - [ ] Stacktrace (if present) provided - [ ] Example that reproduces the problem uploaded to Github - [ ]...

**Describe the bug** Jackson serialization of `DefaultSaml2AuthenticatedPrincipal` doesn't work anymore since Spring Boot 2.7.3. An exception is thrown: ``` Caused by: com.fasterxml.jackson.databind.JsonMappingException: The class with org.springframework.util.LinkedMultiValueMap and name of org.springframework.util.LinkedMultiValueMap...

status: waiting-for-triage
type: bug
in: saml2

### Description of the change Add `externalDatabase.existingSecretPasswordKey` to be able to customize the key of the password in the existing secret. ### Benefits The secret key might be injected into...

stale
verify
in-progress
matomo

It would be cool if it would be possible to pass arguments to an agent. It seems that currently `JavaForkOptionsConfigurer` always does `-javaagent:` only. Arguments could be passed using `-javaagent:=`.

enhancement

### Feature and motivation We are trying to use OTel tracing to find bottlenecks in the integration tests in our codebase. We are looking for example for inefficient traversal off...

C-java
I-enhancement
help wanted