raboof commented on issue #419:
URL: https://github.com/apache/pekko-http/issues/419#issuecomment-2119215228

   > Pekko Http built with Pekko Core 1.1.x will still work if you link against 
Pekko Core 1.0.x at runtime, I have already tested this
   
   I think we should *either* drop support for Pekko 1.0 in Pekko HTTP 1.1, 
*or* keep building Pekko HTTP 1.1 against Pekko 1.0. I don't think we should 
build Pekko HTTP against Pekko 1.1 but still claim to support Pekko 1.0.
   
   The problem with building against Pekko 1.1 but still claiming to support 
Pekko 1.0 is that it is really hard to avoid accidentally relying on stuff that 
is only in Pekko 1.1. I don't think 'testing' can protect us against that.
   
   In contrast, if Pekko HTTP keeps depending on Pekko 1.0, it will also work 
with Pekko 1.1, as long as we have correctly adhered to our binary 
compatibility rules in Pekko. Here we are helped by the Scala compiler and 
tools such as MiMa, though having additional testing would of course still be 
welcome.
   
   (mentioned before at 
https://lists.apache.org/thread/6stkdwh94tg9okbt4p28506s88q0mo5r)
   
   I don't have a strong preference between building with Pekko 1.0 or dropping 
support for it.


-- 
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-unsubscr...@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to