elakito
elakito
@ppatierno if we are getting rid of openapiv2 any time soon, we won't need the v2 specific change. If we switch to return openapi(v3) at /openapi, we could either use...
@brentarias sorry for the delay. If your jaxrs resource is holding on to the output stream (over StreamingOutput or HttpServletResponse), you can push data asynchronously over that stream. There is...
@jfarcand as mentioned in ML, I am pushing this version that does the feed part right but fails to handle the stop part. before running this sample, you need to...
I think it is more appropriate for this sample to be added as a separate sample under another name, something like spring-boot-war or spring-boot-web, instead of replacing the existing sample.
@Dawuid as the current sample itself doesn't show this problem (when run with mvn jetty:run, which picks jackson 2.4.1), I am wondering with which jackson version you are seeing the...
@EricWittmann @alesj Thanks for the information. I thought about trying to make apicurio take those non trivial java system properties from the dedicated env variables instead of using a single...
@nwong4932 I don't understand exactly what you are asking for when you talk about "per handler". But if you have one application that uses significantly more memory than the others,...
thanks! 2015-04-20 20:30 GMT+02:00 Jeanfrancois Arcand [email protected]: > Closed #1951 https://github.com/Atmosphere/atmosphere/issues/1951. > > — > Reply to this email directly or view it on GitHub > https://github.com/Atmosphere/atmosphere/issues/1951#event-285477132.
@slovdahl thanks for your analysis. I am curious why caching of the output stream object changed the memory usage in that way. It seems to indicate two things: 1. the...
@slovdahl i don't have any benchmarks. I observed this creation in a small test case. @grdouet I agree it is unnecessary to instantiate those attributes at the instantiation time. But...