Shannon Pamperl

Results 23 issues of Shannon Pamperl

Please correct me if I'm missing something... Based on looking at the code for both LoadBalancerClientFilter and ReactiveLoadBalancerClientFilter and the LoadBalancer implementations used for each (RibbonLoadBalancerClient and RoundRobbinLoadBalancerClient), I believe...

enhancement

Improve build experience with Gradle plugin by supporting Gradle build cache. https://guides.gradle.org/using-build-cache/ Note: there is also the Gradle build cache for Maven which might be feasible, but I'm not as...

enhancement

This issue is to discuss enhancements to the current 2.x Decoder class. Currently there is a single decoder within each Config instance often with that decoder needing to be shared...

v2

When creating a custom decoder and using the DefaultAppConfig.builder() pattern the custom decoder is ignored when trying to parse the property value. Example Decoder ``` java import com.netflix.archaius.DefaultDecoder; import java.time.LocalDate;...

v2

### Describe the bug ``` let accessLogsBucket = new Bucket(scope, 'AccessLogsBucket', { objectOwnership: ObjectOwnership.BUCKET_OWNER_ENFORCED, //

bug
@aws-cdk/aws-s3
needs-triage

### Description `pipelines.ManualApprovalStep` should be able to send an SNS notification to a user when their approval is requested. ### Use Case I'm migrating an old `pipelines.CdkPipeline` to `pipelines.CodePipeline`. The...

p2
feature-request
effort/small
@aws-cdk/pipelines

At the moment collecting notes here with respect to running the samples on Windows and the issues involved with doing so. * producer_with_git * Windows path and JGit error *...

### Current Behavior The Spring Cloud Contract plugin makes use of the `jvm-test-suite` plugin and via the `jvm-test-suite` configuration adds a dependency to the current project. In 8.5, the API...

in:plugin-development
a:regression
in:dependency-declarations
:wave: team-triage

Use reflection to avoid JVM level binary breaking change introduced in Gradle 8.6. Fixes gh-2098 and gh-2099 This is a forward merge of gh-2102.

waiting-for-triage

Use reflection to avoid JVM level binary breaking change introduced in Gradle 8.6. Fixes gh-2098 and gh-2099.

waiting-for-triage