chibenwa commented on code in PR #3005:
URL: https://github.com/apache/james-project/pull/3005#discussion_r3073890655


##########
pom.xml:
##########
@@ -2840,6 +2843,46 @@
                 <artifactId>jakarta.mail</artifactId>
                 <version>${angus-mail.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.eclipse.jetty</groupId>
+                <artifactId>jetty-http</artifactId>
+                <version>${jetty.version}</version>
+            </dependency>

Review Comment:
   Thanks a lot!
   
   The netty upgrade is likely tricky as reactor-netty seems to adopt netty 
4.2.x while the rest of our dependencies actually relies on Netty 4.1.x. This 
could make the upgrade more complex, potentially requiring approaches like 
shading (although that comes with its own drawbacks).
   
   The spark-core upgrade is however likely easy and could be done straight 
away...
   
   :-(



-- 
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]

Reply via email to