Matthias Kurz

Results 1122 comments of Matthias Kurz

> as before, need to be cogniscent of https://getbootstrap.com/docs/5.3/getting-started/browsers-devices/ I think browser native modal is for bootstrap 6 and should definitely be considered for including.

We will switch to the jakarta namespace anyway, closing in favour of #11079

> I think that compatibility should have been maintained. Yes you are right, that should not have happened. Nevertheless I am closing this issue because 2.8.6 was released long time...

Formatting failed. Tagging this for the [2.9.1 / 3.0.1 milestone](https://github.com/playframework/playframework/milestones/2.9.1%20%2F%203.0.1)

The scripted test you add here is failing, seems you set it up wrong. I recommend just taking a look on how the other scripted tests are set up.

Looking at this now, I have the suspicion this could have been caused by the (faulty?) Akka/Pekko HTTP implemention of HTTP pipelining, which was causing a similiar problem recently: -...

The origin of this problem is the same as in #5242: The solution is to set ```sbt Assets / WebKeys.exportedMappings in := Seq() TestAssets / WebKeys.exportedMappings in := Seq() ```...

So I did some testing with the fix (exportedMappings = Nil) locally and the nice side effect of it is that if you have many files and/or big files inside...

@gheine Any chance you can come up with a pull request to get this fixed in Play itself?