Enric Sala
Enric Sala
Expected behavior --------------------------------------------------------------------- Using reactive transaction management, when a commit step fails in the `TransactionalOperator`, then the commit failure exception should be propagated. This can be for example a `ConcurrencyFailureException`....
Affects `spring-r2dbc` 5.3.23 --- The R2DBC `DatabaseClient` offers two methods to provide the SQL query: 1. `GenericExecuteSpec sql(String sql);` 2. `GenericExecuteSpec sql(Supplier sqlSupplier);` We were expecting that the latter would...
Hi, It seems that the JitPack repository does not include sources or javadoc: ``` Build artifacts: com.github.Hopding:JRPiCam:v1.1.1 Files: com/github/Hopding/JRPiCam/v1.1.1 com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.jar com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.pom com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.pom.md5 com/github/Hopding/JRPiCam/v1.1.1/JRPiCam-v1.1.1.pom.sha1 com/github/Hopding/JRPiCam/v1.1.1/build.log ``` Could you add them? Thanks!
### Problem An `ImmutableMap.Builder` has two terminal methods which accomplish the same thing: `build` or `buildOrThrow`. The `buildOrThrow` method should be preferred, because the documentation of `build` specifies: > Prefer...