Copilot commented on code in PR #2274:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2274#discussion_r2447544818
##########
jobs-service/jobs-service-internal-api/src/main/resources/META-INF/native-image/reflect-config.json:
##########
@@ -0,0 +1,24 @@
+[
+ {
+ "name": "org.kie.kogito.jobs.service.api.JobDetails",
+ "allDeclaredMethods": true,
+ "allDeclaredConstructors": true
+ },
+ {
+ "name": "org.kie.kogito.jobs.service.api.JobStore",
+ "allDeclaredMethods": true,
+ "allDeclaredConstructors": true
+ },
+ {
+ "name": "org.kie.kogito.jobs.service.api.JobContext",
+ "allDeclaredMethods": true,
+ "allDeclaredConstructors": true
+ },
+ {
+ "name": "org.kie.kogito.jobs.service.api.JobSchedulerListener",
+ "allDeclaredMethods": true,
+ "allDeclaredConstructors": true
+ }
+
+]
+
Review Comment:
Remove unnecessary blank lines at the end of the JSON file. JSON files
should end immediately after the closing bracket without trailing blank lines.
```suggestion
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]