Benoit Chatain Lacelle

Results 43 issues of Benoit Chatain Lacelle

The user deploying through this plugin nedds in addition to https://github.com/SeanRoy/lambda-maven-plugin#credentials: ListAllMyBuckets Due to: https://github.com/SeanRoy/lambda-maven-plugin/blob/2.3.4-SNAPSHOT/src/main/java/com/github/seanroy/plugins/AbstractLambdaMojo.java#L309

I consider Mockito 3.9.0 I consider mocking Spring RestOperations: https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/client/RestOperations.java#L55 We see most methods are overloads with 2 versions: a Map or an ellipsis: @Nullable T getForObject(String url, Class responseType,...

This issue happens after upgrading our plateform to MongoDB5 and Meteor2.6(.1) A consider a MongoDB Collection: export const Steps = new Mongo.Collection('Steps'); and an update like: Steps.update(_id, { $set: content...

Project:Minimongo

Hello, Given an iframe with a present but empty src attribute, `org.jsoup.nodes.Node.absUrl(String)` will resolve the iframe url as current document base href. public String absUrl(String attributeKey) { Validate.notEmpty(attributeKey); if (!hasAttr(attributeKey))...

I consider a JavaParserFacace instanciated as the following: private static final ThreadLocal TL_JAVAPARSER = ThreadLocal.withInitial(() -> { CombinedTypeSolver ts = new CombinedTypeSolver(); // We allow processing any type available to...

Improvement

Hello, I tried using setExtraHTTPHeaders without success. It seems some other people are encountering the same issue: https://github.com/graphcool/chromeless/issues/369 In local (i.e. not with Proxy in Lambda), I tried the following:...

**Describe the bug** I encounter OutOfMemoryError over GHRepository.readZip while having reasonable free heap. **To Reproduce** Steps to reproduce the behavior: 1. Consider a large Github repository (e.g. 50MB) 2. Rely...

enhancement

**Describe the bug** Given a user with Triage access, labels are not added when creating an issue. **To Reproduce** 1. Give a user Triage access to a repo 2. Create...

enhancement
external

### Plugin name and version com.microsoft.azure:azure-spring-cloud-maven-plugin:1.9.0 ### Plugin configuration in your `pom.xml` ``` com.microsoft.azure azure-spring-cloud-maven-plugin 1.9.0 Java_11 false ${azure.appName} ${azure.env}-${cluster.name} azure-auth true true YYY true ${azure.spring.profiles.active} deployWebApp deploy deploy ```...

Type: Bug
need-more-info
Module: Azure Spring Apps