This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 9db801d670 Corrected james project url in error message
9db801d670 is described below

commit 9db801d670847364c6f0e52b301de00da73aed82
Author: Kristoffer Woller <[email protected]>
AuthorDate: Wed Oct 8 14:18:45 2025 +0200

    Corrected james project url in error message
---
 .../apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mailbox/lucene/src/main/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java
 
b/mailbox/lucene/src/main/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java
index c16637ab2f..cceff65e36 100644
--- 
a/mailbox/lucene/src/main/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java
+++ 
b/mailbox/lucene/src/main/java/org/apache/james/mailbox/lucene/search/LuceneMessageSearchIndex.java
@@ -238,7 +238,7 @@ public class LuceneMessageSearchIndex extends 
ListeningMessageSearchIndex {
         try {
             this.writer = new IndexWriter(this.directory, 
createConfig(LenientImapSearchAnalyzer.INSTANCE, dropIndexOnStart));
         } catch (IndexFormatTooOldException e) {
-            throw new RuntimeException("Old lucene index version detected, 
automatic migration is not supported. See 
https://github.com/james/james-project/blob/master/upgrade-instructions.md#james-4046-refactor-and-update-apache-james-mailbox-lucene
 for details", e);
+            throw new RuntimeException("Old lucene index version detected, 
automatic migration is not supported. See 
https://github.com/apache/james-project/blob/master/upgrade-instructions.md#james-4046-refactor-and-update-apache-james-mailbox-lucene
 for details", e);
         }
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to