Copilot commented on code in PR #3998: URL: https://github.com/apache/solr/pull/3998#discussion_r2657550340
########## changelog/unreleased/SOLR-18003_jackson-bom_import.yml: ########## @@ -0,0 +1,10 @@ +# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc +title: Add the Jackson BOM import to solrj +type: other # added, changed, fixed, deprecated, removed, dependency_update, security, other Review Comment: The type should be "fixed" instead of "other" since this change fixes an invalid POM issue. The "fixed" type is more appropriate for bug fixes and corrections. ```suggestion type: fixed # added, changed, fixed, deprecated, removed, dependency_update, security, other ``` -- 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]
