adamsaghy commented on PR #5606:
URL: https://github.com/apache/fineract/pull/5606#issuecomment-4054226880

   @Satish11012007 Please configure GPG commit signature and check the failing 
verifications:
   ```
   Execution failed for task ':fineract-provider:spotlessJavaCheck'.
   > The following files had format violations:
         
src/test/java/org/apache/fineract/infrastructure/dataqueries/api/RunreportsApiResourceTest.java
   
   Deprecated Gradle features were used in this build, making it incompatible 
with Gradle 9.0.
             @@ -78,7 +78,8 @@
              
········assertThat(response.getStatus()).isEqualTo(Response.Status.OK.getStatusCode());
   
              
   You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.
   
   For more on this, please refer to 
https://docs.gradle.org/8.14.3/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.
   781 actionable tasks: 303 executed, 326 from cache, 152 up-to-date
              
········//·and·the·downstream·services·receive·parameterType·propagated·from·template
             
-········ArgumentCaptor<jakarta.ws.rs.core.MultivaluedMap<String,·String>>·captor·=·ArgumentCaptor.forClass(jakarta.ws.rs.core.MultivaluedMap.class);
             
+········ArgumentCaptor<jakarta.ws.rs.core.MultivaluedMap<String,·String>>·captor·=·ArgumentCaptor
             
+················.forClass(jakarta.ws.rs.core.MultivaluedMap.class);
              
········verify(reportingProcessService).processRequest(any(),·captor.capture());
              
········assertThat(captor.getValue().getFirst("parameterType")).isEqualTo("true");
              ····}
     Run './gradlew :fineract-provider:spotlessApply' to fix these violations.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to