Julien
Julien
Dear team, I tried to run an app using `@PropertySource`. It works fine with Spring boot standard but not once converted to Native. I'm using Spring native 0.11.0-RC1 / Spring...
If you are submitting a **bug**, please include the following: - [x] summary of problem - [x] gradle or maven version - [x] spotless version - [x] operating system and...
### Describe the bug I'm writing a AWS Lambda which tries to get the tags associated to a log group. Following [docs recommendation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/logs.html?highlight=list_tags_for_resource#CloudWatchLogs.Client.list_tags_for_resource), here is the code: ``` import boto3...