Nick Caballero
Nick Caballero
From @philwebb - https://github.com/spring-projects/spring-boot/issues/26116#issuecomment-820590935: > I believe this might related to the Spring Clould Config Client `ConfigDataLocationResolver`. The current code [uses resolveProfileSpecific ](https://github.com/spring-cloud/spring-cloud-config/blob/cbc0bbcadac12f9aef7c9e47bc22b4344cb77ac2/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerConfigDataLocationResolver.java#L115)to provide config data. This method is only...
Just wanted to add that a nice addition would be the `` element in the pom.xml. We use license scanning software on our project and the modules in this project...
Don't they already have the hosted and compiled version? https://docs.adyen.com/checkout/components-web?tab=script_2#step-2-add-components
@RIAEvangelist It might also be possible to just import the module without a name. Since window is the default namespace, `AdyenCheckout` should resolve correctly. So just `import 'addressToModule';`
Seems like this PR was abandoned but it has a lot of value. The other alternative is to use the JMS library from AWS which supports multiple listeners. @ngaya-ll, if...
https://github.com/awspring/spring-cloud-aws/issues/23
See https://github.com/awspring/spring-cloud-aws/issues/20.
Most of the required claims are there, except for client_id and jti. ``` public class Customizer implements OAuth2TokenCustomizer { @Override public void customize(JwtEncodingContext context) { context.getClaims() .id(UuidUtils.randomUuid()) .claim("client_id", context.getRegisteredClient() .getClientId());...
Had this same issue importing `aws.s3.Bucket`.
Along the same lines, a `batchGet` on the `DynamoDbTable` would be nice.