petergphillips

Results 9 issues of petergphillips

We've looking at switching from using JDBC to using a completely reactive stack and using [R2DBC](https://spring.io/projects/spring-data-r2dbc) with postgres instead. Using JDBC we had all of the database calls logged as...

Enhancement

Setting tab index values is frowned upon these days as it affects accessibility. From https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex: >Avoid using tabindex values greater than 0. Doing so will make it difficult for people...

triage
accessibility
external

At the bottom of [installing-with-npm.md](https://github.com/ministryofjustice/moj-frontend/blob/master/docs/installation/installing-with-npm.md) there is a line: >If your service supports Internet Explorer 8, you will need to generate and include a separate stylesheet as well. This links...

Originally raised as [Upgrade to Spring Framework 6.1 causes null pointer in CoroutinesUtils](https://github.com/spring-projects/spring-framework/issues/31713), but investigated by Spring there and considered to be a bug here instead. I've got a reactive...

### Expected behavior I was hoping to suppress an exception using `exception.message` or `exception.stacktrace` that is flooding our logs - 900,000 times a day. ### Actual behavior I only appear...

Needs: Attention :wave:

I'm not sure if this should be a feature request for this project or the spring boot actuator project since the [elasticsearch indicator](https://github.com/spring-projects/spring-boot/blob/3.0.x/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/elasticsearch/ElasticsearchRestClientHealthIndicator.java) is provided by that project. Raising here...

enhancement