Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: bc5985a36b84121e67d91b9961d239ca77251da0 https://github.com/xwiki/xwiki-platform/commit/bc5985a36b84121e67d91b9961d23... Author: Vincent Massol <[email protected]> Date: 2026-06-24 (Wed, 24 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-embedded/src/main/java/org/xwiki/search/solr/internal/EmbeddedClient.java Log Message: ----------- [Misc] Fix SonarQube issue about non-serializable fields in EmbeddedClient * The SolrCore and SolrRequestParsers fields are not serializable while the class inherits Serializable from EmbeddedSolrServer. Marking them transient resolves the SonarQube java:S1948 issues without any behavioral change since these fields hold runtime-only state. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications