Martin
Martin
### Scenario * JaCoCo version: (from right bottom corner of JaCoCo report) * 0.8.6 * Operating system: * Windows * Tool integration: Maven / Ant / CLI / API *...
The docker run task seems to check via docker inspect if the image is already running. I see that following command is getting executed: `> docker inspect --format={{.State.Running}} $imageName` This...
What are the steps to reproduce this issue? ------------------------------------------- Add java library api dependency What happens? ------------- Library is detected as Android library and missing android property Version: Tested with...
When I run SonarQube analysis I have the issue that cross module test coverage is not recognized. Is this plugin somehow compatible with the SonarQube plugin? https://plugins.gradle.org/plugin/org.sonarqube The sonar.jacoco.reportPath expects...
While the Firebase JS SDK has support for offline scenarios when the web app goes from online to offline it lacks offline first support. Offline first is a crucial part...
It seems that the post data is not validated against the openapi specification. Is there a possibility to enable data validation against the specification? A 400 BadRequest should be returned...
Resolves #26 Added HibernateQueryOnRequestResetInterceptor which can be used to reset query detection state on each request
I have following Repository: ``` public interface ObjectRepository extends JpaRepository, JpaSpecificationExecutor { @Query("select distinct so from ObjectEntity so join fetch so.objectAssignmentCounts where so.customerId= :customerId and so.id IN (:ids)") List getObjectsById(@Param("customerId")...