It's not bundled, but it was there to provide comp...
# http4k
d
It's not bundled, but it was there to provide compatibility with any servlet container
d
Not sure what you mean by “not bundled”. If I add
implementation("org.http4k:http4k-core:4.25.16.2")
to gradle, I get javax.servlet-api-4.0.1.jar on classpath.
d
It should be included as provided and not runtime. That looks like it changed between 4.19.0.0 and 4.20.0.0 - that's a mistake
👍 1
Hmm - between 4.19.1.0 and 4.19.2.0 we upgraded gradle and that seems to have broken the dependency rewriting
Have worked out that it is a bug caused by the gradle upgrade. Fixing now but is: https://github.com/http4k/http4k/issues/744