mdindoffer

Results 22 issues of mdindoffer

The plugin has an option to create a WIP change, but no checkbox for making the change ready for review. The git flag is `%ready`. It would be great if...

enhancement

## Expected Behavior RSocketRequester and RSocketResponder should dispose of all associated resources when terminating. ## Actual Behavior RSocketRequester and RSocketResponder do not dispose of internal Flux subscriptions, creating a leak....

Fix #1050: Dispose of subscriptions in RSocketRequester and Responder ### Motivation: Properly dispose inner subscriptions when terminating a connection. ### Modifications: Calling `dispose` on `Disposable`. ### Result: No further Reactor...

``` error-prone version: 2.12.1 BugPattern: UnusedMethod Stack Trace: java.lang.IllegalArgumentException: Cannot edit synthetic AST nodes at com.google.errorprone.fixes.SuggestedFix$Builder.checkNotSyntheticConstructor(SuggestedFix.java:341) at com.google.errorprone.fixes.SuggestedFix$Builder.postfixWith(SuggestedFix.java:248) at com.google.errorprone.bugpatterns.UnusedMethod.fixConstructors(UnusedMethod.java:365) at com.google.errorprone.bugpatterns.UnusedMethod.matchCompilationUnit(UnusedMethod.java:331) at com.google.errorprone.scanner.ErrorProneScanner.processMatchers(ErrorProneScanner.java:449) at com.google.errorprone.scanner.ErrorProneScanner.visitCompilationUnit(ErrorProneScanner.java:555) at com.google.errorprone.scanner.ErrorProneScanner.visitCompilationUnit(ErrorProneScanner.java:150) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:614)...

A very common usecase is to zip some files into a temporary archive. The most straightforward way to do this would be to create a temp file and then feed...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Affected Build(s) Early Access 3621, 3622 ### Description of Issue Terrain textures flicker...

I would very much like to have an operator that _ensures_ elements are published on a given `Scheduler`, but does not force a context switch if not necessary and therefore...

type/enhancement
status/need-investigation

RSocket server can do connection-level authentication checks via `socketAcceptor` interceptors. An interceptor can check for valid authentication in the setup payload and decide whether to forward the accept the connection,...

bug
regression

The `@FuzzTest` annotation has only one config parameter `maxDuration`. How can I pass the `-use_value_profile=1` to libFuzzer when running a Junit fuzzTest from IntelliJ IDE? I naively tried adding this...

# Summary buildnumber-maven-plugin 3.2.0 fails to execute the `create` goal with the latest `jgit` provider implementation, likely due to a breaking API change. ``` [ERROR] Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:3.2.0:create...