dom54
dom54
Is this likely to get it looked at soon - if not will look at putting in a fix
@boostchicken any chance this gets merged any time soon?
@jamesdbloom any chance you can give me write access?
The accessUrl in the output shows the ID of another request in the same second (""{ \"accessUrl\": \"0b77c7cc-c99e-4dfd-99e3-8a7d4646e503\"}"}" Having looked through the code, I just cant see how this could...
The velocity code is not threadsafe (Mockserver is misusing it, or its a bug, not sure yet).
Mockserver is not using Velocity in a threadsafe way, as ToolContext is not threadsafe when using request scoped tools. https://github.com/mock-server/mockserver/pull/1774
Funnily enough, I have migrated away from JAVASCRIPT before facing this issue, because it is no longer supported properly. https://github.com/mock-server/mockserver/issues/1771 The Docker image uses JDK17 where Nashorn is not present...
How are people using spring boot without this, given the docker registry rate limiting ?
We were actually getting rate limited, but the problem does not seem to have recurred since I posted. Maybe it was a one off.