Benoit Chatain Lacelle

Results 43 issues of Benoit Chatain Lacelle

**Describe the bug** I consider some tests based on an abstract method: ``` @RunWith(QuickPerfJUnitRunner.class) public abstract class ATest { protected abstract void benchMe(); @MeasureHeapAllocation @Test public void testHeapAllocation() { benchMe();...

:bug: bug

**Describe the bug** When considering a file with size >= 1MB, the library fails with `Unrecognized encoding: none` in org.kohsuke.github.GHContent.read() **To Reproduce** Push a file > 1MB, and try `GHRepository.getContent().read()`...

bug
good first issue

``` org.apache.maven.plugins maven-compiler-plugin 3.10.1 -XDcompilePolicy=simple -Xplugin:ErrorProne com.google.errorprone error_prone_core ${error-prone.version} org.projectlombok lombok 1.18.24 ``` ``` error-prone version: 2.18.0 [ERROR] BugPattern: FallThrough [ERROR] Stack Trace: [ERROR] java.lang.IndexOutOfBoundsException: Range [905, 897) out of...

When will Azure Functions support Java 21? JDK17 support was confirmed in https://github.com/Azure/azure-functions-java-worker/issues/548

reviewed

This issue relates (in term of context) with https://github.com/diffplug/spotless/issues/1687 Through Spotless, I end needing to run concurrent P2 invocations in the same environment. It fails with: ``` Caused by: com.diffplug.spotless.ThrowingEx$WrappedAsRuntimeException:...

enhancement
solstice-p2

_This project is my first direct use of `go`, hence I may provide only limited feedback._ My runs of this tool avec an input with a _large_ number of domains...

### What happens? A seemingly valid query, with a column as `map` is rejected when used with a `on conflict ... do update` clause. > Invalid Input Error: 'value' type...

reproduced

maven-functions-plugin-version: 1.33.0 In a multi-module project, with multiple modules relying on `maven-functions-plugin-version`, the build can dead-lock on: ``` Name: mvn-builder-functions-ml State: WAITING on java.awt.EventQueue$1AWTInvocationLock@10f8c163 Total blocked: 560 Total waited: 22...

### Search before asking - [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug Given some type wrapping a `String` property, with a deserialization startegy...

to-evaluate

Jackson: 2.18.2 I consider an interface with `@JsonTypeInfo(use = JsonTypeInfo.Id.MINIMAL_CLASS, property = "type")`. It works correctly with implementations in thr same package, but it fails with implementations in a child...