You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/08/11 08:57:23 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1118: JAMES-3799 Get rid of Body FetchType

chibenwa opened a new pull request, #1118:
URL: https://github.com/apache/james-project/pull/1118

   This value is unused and creates confusion. If body is accessed,
    headers are accessed too, and accessing headers is cheap.
    
    See https://github.com/apache/james-project/pull/1111


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #1118: JAMES-3799 Get rid of Body FetchType

Posted by GitBox <gi...@apache.org>.
chibenwa commented on PR #1118:
URL: https://github.com/apache/james-project/pull/1118#issuecomment-1223794257

   Related to the weak build isolation...


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael commented on pull request #1118: JAMES-3799 Get rid of Body FetchType

Posted by GitBox <gi...@apache.org>.
Arsnael commented on PR #1118:
URL: https://github.com/apache/james-project/pull/1118#issuecomment-1223759694

   ```
   01:34:09,474 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project apache-james-mailbox-scanning-search: Compilation failure: Compilation failure: 
   01:34:09,474 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[232,104] cannot find symbol
   01:34:09,474 [ERROR]   symbol:   variable BODY
   01:34:09,474 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,474 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[236,114] cannot find symbol
   01:34:09,474 [ERROR]   symbol:   variable BODY
   01:34:09,474 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,474 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[236,87] cannot find symbol
   01:34:09,474 [ERROR]   symbol:   variable BODY
   01:34:09,474 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,474 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[239,113] cannot find symbol
   01:34:09,474 [ERROR]   symbol:   variable BODY
   01:34:09,474 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,474 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[239,86] cannot find symbol
   01:34:09,474 [ERROR]   symbol:   variable BODY
   01:34:09,474 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[241,110] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[241,67] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[241,83] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[242,67] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[246,114] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[246,67] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[248,113] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[248,67] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   01:34:09,475 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1118/mailbox/scanning-search/src/test/java/org/apache/james/mailbox/store/search/SimpleMessageSearchIndexTest.java:[250,83] cannot find symbol
   01:34:09,475 [ERROR]   symbol:   variable BODY
   01:34:09,475 [ERROR]   location: class org.apache.james.mailbox.store.mail.MessageMapper.FetchType
   ```
   related?


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael merged pull request #1118: JAMES-3799 Get rid of Body FetchType

Posted by GitBox <gi...@apache.org>.
Arsnael merged PR #1118:
URL: https://github.com/apache/james-project/pull/1118


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org