Georg Friedrich

Results 20 issues of Georg Friedrich

**Describe the bug** When trying to read from a compacted topic using the `FirstOffset` configuration without a consumer group, the library panics with the following stacktrace. ``` panic: markRead: negative...

bug

When using Powermocks `mockStatic` and then calling the `when(...).thenReturn(...)` method combination of Powermock, the `thenReturn` method will fail due to a change in Mockito 2.26.1. See https://github.com/mockito/mockito/pull/1680/commits/4c3d79c7af8d42e5bb76cd582e932ff28fa84e06#diff-e4b9e3c44b9c51ed8b23dd318259b1aaR51 As you can...

This is a followup for #90 I've just read about CVE-2018-1000873 and found more issues like these that result in a possible DoS where used within a service. To make...

Hi CAPI people, I would like to create an app with multiple app ports and attached routes. I don't wont to go the extra mile by calling several additional CLI...

enhancement
unscheduled

## Expected behavior A method annotated with `@DgsCodeRegistry` in a Spring bean that is wrapped by a Spring CGLIB proxy should be applied. ## Actual behavior The method is ignored...

bug

**Expected Behavior** The expression handler that gets created per default in `PrePostMethodSecurityConfiguration` at https://github.com/spring-projects/spring-security/blob/74d646f569ad5df4bd1055ab016444cea9af6fbd/config/src/main/java/org/springframework/security/config/annotation/method/configuration/PrePostMethodSecurityConfiguration.java#L63 doesn't use the existing permission evaluator from the Spring context but keeps the default `DenyAllPermissionEvaluator`. **Current...

in: config
type: enhancement

Hi @jeremylong, even though a fix for the nonProxyHosts property was tried via #185, it is still broken. Reason is this code snippet: https://github.com/jeremylong/dependency-check-gradle/blob/b3206077654ff9090d2633b8ad67bf7654e2b13f/src/main/groovy/org/owasp/dependencycheck/gradle/tasks/ConfiguredTask.groovy#L175-L177 It checks via Groovy magic whether...

Currently CloudFoundry supports HTTP health checks which do a simple HTTP check on a specific endpoint. If these checks fails for a specific amount of time, the instance will be...

enhancement
unscheduled

### Expected Behavior Calling a line like `val test: (Int) -> Unit = spyk({})` shouldn't fail. ### Current Behavior Running this line fails with: ``` This class is an internal...

**Describe the bug** When using Kotlin functions for `@Component` beans causes the type resolution of the bean to fail. **Sample** Use the example from https://github.com/spring-cloud/spring-cloud-stream-samples/tree/main/kafka-streams-samples/kafka-streams-branching and rewrite it to use...

waiting-on-feedback