[xwiki/xwiki-platform] 447945: [Misc] Fix SonarQube issue about non-serializable ...
Branch: refs/heads/sonar-embeddedclient-serializable Home: https://github.com/xwiki/xwiki-platform Commit: 447945548c8d1abced764ab97be1daf005a1ffbc https://github.com/xwiki/xwiki-platform/commit/447945548c8d1abced764ab97be1d... Author: Vincent Massol <[email protected]> Date: 2026-06-23 (Tue, 23 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. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications