Maido
Maido
I need access to SSM so I added a policy to the Lambda execution role, but the same role is not created when I'm running it locally so the additional...
**Is your feature request related to a problem? Please describe.** [dispatcher in Dispatcher](https://github.com/pivovarit/parallel-collectors/blob/master/src/main/java/com/pivovarit/collectors/Dispatcher.java#L31) is used to wrap the executor that is passed in which makes it hard to use [Spring...
Don't log SELECT FOR UPDATE statements in object logs when there is no SELECT grant on the table and none of the columns that have SELECT grant are used.
I have a queue like table that gets polled very heavily so I would like to only see the writes to this table and not reads because it would generate...
If I publish one event multiple times then ``` UPDATE EVENT_PUBLICATION SET COMPLETION_DATE = ? WHERE LISTENER_ID = ? AND SERIALIZED_EVENT = ? ``` Will update completion date on all...
Looks like EnablePersistentDomainEvents will select EventPublicationConfiguration for import and at the same time EventPublicationAutoConfiguration extends EventPublicationConfiguration so if you add EnablePersistentDomainEvents annotation then the application fails to start ``` ***************************...
In the code, `e` is specified as an exchangeId: https://github.com/polygon-io/client-jvm/blob/master/src/main/kotlin/io/polygon/kotlin/sdk/rest/stocks/Snapshots.kt#L90 In the API docs it is `x`, as it is in the actual API response https://polygon.io/docs/stocks/get_v2_snapshot_locale_us_markets_stocks_tickers
## Spring Boot Admin Server information - **Version**: 3.2.3 - **Spring Boot version**: 3.2.5 - **Configured Security**: Basic auth - **Webflux or Servlet application**: Servlet ## Client information - **Spring...
Fixes #93 Relevant part from https://polygon.io/docs/stocks/get_v2_last_nbbo__stocksticker
Would it be possible to configure a side as a climate entity? Then it would be possible to define a nice looking thermostat for it in the UI